ALMaSS Vole ODDox
1.1
The vole model description following ODdox protocol
|
#include <OSpringBarleyExt.h>
Public Member Functions | |
bool | Do (Farm *a_farm, LE *a_field, FarmEvent *a_ev) |
OSpringBarleyExt () | |
![]() | |
virtual | ~Crop () |
Crop () | |
int | GetFirstDate (void) |
void | ChooseNextCrop (int a_no_dates) |
Chooses the next crop to grow in a field. More... | |
int | GetCropClassification () |
void | SetCropClassification (int a_classification) |
Additional Inherited Members | |
![]() | |
void | SimpleEvent (long a_date, int a_todo, bool a_lock) |
Adds an event to this crop management. More... | |
void | SimpleEvent_ (long a_date, int a_todo, bool a_lock, Farm *a_farm, LE *a_field) |
Adds an event to this crop management without relying on member variables. More... | |
![]() | |
Farm * | m_farm |
LE * | m_field |
FarmEvent * | m_ev |
int | m_first_date |
int | m_count |
int | m_last_date |
int | m_ddegstoharvest |
int | m_CropClassification |
Definition at line 59 of file OSpringBarleyExt.h.
|
inline |
Definition at line 63 of file OSpringBarleyExt.h.
References Crop::m_first_date.
Reimplemented from Crop.
Definition at line 33 of file OSpringBarleyExt.cpp.
References Farm::AutumnPlough(), cfg_strigling_prop, Farm::DoIt(), Farm::FA_Manure(), Farm::FA_Slurry(), Farm::FP_Manure(), Farm::FP_Slurry(), Farm::Harvest(), Farm::HayBailing(), Farm::IsStockFarmer(), Crop::m_ev, Crop::m_farm, Crop::m_field, Crop::m_first_date, FarmEvent::m_first_year, Crop::m_last_date, FarmEvent::m_lock, FarmEvent::m_startday, FarmEvent::m_todo, osbext_autumn_plough, osbext_ferti_p1, osbext_ferti_p2, osbext_ferti_s1, osbext_ferti_s2, osbext_harvest, osbext_hay, OSBEXT_ISAUTUMNPLOUGH, OSBEXT_SOW_DATE, osbext_spring_harrow, osbext_spring_plough_p, osbext_spring_plough_s, osbext_spring_roll, osbext_spring_sow1, osbext_spring_sow2, osbext_start, osbext_straw_chopping, osbext_strigling1, osbext_strigling2, osbext_strigling3, OSBEXT_STRIGLING_DATE, Crop::SimpleEvent(), Farm::SpringHarrow(), Farm::SpringPlough(), Farm::SpringRoll(), Farm::SpringSow(), Farm::StrawChopping(), and Farm::Strigling().