ALMaSS Vole ODDox
1.1
The vole model description following ODdox protocol
|
#include <SpringBarleyStriglingSingle.h>
Public Member Functions | |
bool | Do (Farm *a_farm, LE *a_field, FarmEvent *a_ev) |
SpringBarleyStriglingSingle () | |
![]() | |
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 76 of file SpringBarleyStriglingSingle.h.
|
inline |
Definition at line 80 of file SpringBarleyStriglingSingle.h.
References Crop::m_first_date.
Reimplemented from Crop.
Definition at line 43 of file SpringBarleyStriglingSingle.cpp.
References Farm::AutumnPlough(), cfg_fungi_app_prop1, cfg_greg_app_prop, cfg_ins_app_prop1, cfg_SingleStriglingTime(), Farm::DoIt(), Farm::FA_Manure(), Farm::FA_NPK(), Farm::FA_Slurry(), Farm::FP_LiquidNH3(), Farm::FP_NPK(), Farm::FP_PK(), Farm::FungicideTreat(), Farm::GrowthRegulator(), Farm::Harvest(), Farm::HayBailing(), 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, sbsts_autumn_plough, SBSTS_DID_AUTUMN_PLOUGH, sbsts_fertlnh3_plant, sbsts_fertmanure_plant, sbsts_fertmanure_stock_one, sbsts_fertmanure_stock_two, sbsts_fertpk_plant, sbsts_fertslurry_stock, SBSTS_FUNGI_DATE, sbsts_fungicide_one, sbsts_fungicide_two, sbsts_GR, SBSTS_GR_DATE, sbsts_harvest, sbsts_hay_baling, SBSTS_HERBI_DATE, SBSTS_INSECT_DATE, sbsts_insecticide, SBSTS_MANURE_DONE, SBSTS_MANURE_EXEC, SBSTS_SLURRY_DONE, SBSTS_SLURRY_EXEC, sbsts_spring_harrow, sbsts_spring_plough, sbsts_spring_roll, sbsts_spring_sow, sbsts_start, sbsts_straw_chopping, sbsts_strigling_one, sbsts_stubble_harrow, SBSTS_WATER_DATE, sbsts_water_one, sbsts_water_two, Crop::SimpleEvent(), Farm::SpringHarrow(), Farm::SpringPlough(), Farm::SpringRoll(), Farm::SpringSow(), Farm::StrawChopping(), Farm::Strigling(), Farm::StubbleHarrowing(), and Farm::Water().