ALMaSS Vole ODDox
1.1
The vole model description following ODdox protocol
|
#include <WinterRyeStrigling.h>
Public Member Functions | |
bool | Do (Farm *a_farm, LE *a_field, FarmEvent *a_ev) |
WinterRyeStrigling () | |
![]() | |
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 75 of file WinterRyeStrigling.h.
|
inline |
Definition at line 79 of file WinterRyeStrigling.h.
References Crop::m_first_date.
Reimplemented from Crop.
Definition at line 38 of file WinterRyeStrigling.cpp.
References Farm::AutumnHarrow(), Farm::AutumnPlough(), Farm::AutumnRoll(), Farm::AutumnSow(), cfg_fungi_app_prop1, cfg_greg_app_prop, cfg_ins_app_prop1, cfg_strigling_prop, Farm::DoIt(), Farm::FA_AmmoniumSulphate(), Farm::FA_Manure(), Farm::FA_Sludge(), Farm::FA_Slurry(), Farm::FP_ManganeseSulphate(), Farm::FP_NPK(), Farm::FungicideTreat(), Farm::GrowthRegulator(), Farm::Harvest(), Farm::HayBailing(), Farm::HayTurning(), Farm::InsecticideTreat(), 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, Crop::SimpleEvent(), Farm::SpringRoll(), Farm::StrawChopping(), Farm::Strigling(), Farm::StubbleHarrowing(), Farm::Water(), wrys_autumn_harrow, wrys_autumn_plough, wrys_autumn_roll, wrys_autumn_sow, WRYS_DID_MANURE, WRYS_DID_SLUDGE, wrys_fert_ammonium_stock, wrys_fertmanganese_plant_one, wrys_fertmanganese_plant_two, wrys_fertmanure_stock, wrys_fertnpk_plant, wrys_fertsludge_stock, wrys_fertslurry_stock, wrys_fungicide, wrys_growth_reg_one, wrys_growth_reg_two, wrys_harvest, wrys_hay_bailing, wrys_hay_turning, wrys_insecticide, wrys_spring_roll, wrys_start, wrys_straw_chopping, wrys_strigling_one, wrys_strigling_three, wrys_strigling_two, wrys_stubble_harrowing, and wrys_water.