ALMaSS Vole ODDox
1.1
The vole model description following ODdox protocol
|
#include <FieldPeasStrigling.h>
Public Member Functions | |
bool | Do (Farm *a_farm, LE *a_field, FarmEvent *a_ev) |
FieldPeasStrigling () | |
![]() | |
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 61 of file FieldPeasStrigling.h.
|
inline |
Definition at line 65 of file FieldPeasStrigling.h.
References Crop::m_first_date.
Reimplemented from Crop.
Definition at line 38 of file FieldPeasStrigling.cpp.
References Farm::AutumnPlough(), cfg_fungi_app_prop1, cfg_greg_app_prop, cfg_ins_app_prop1, cfg_strigling_prop, Farm::DoIt(), Farm::FA_Manure(), Farm::FP_Manure(), FPEASS_FUNGI_DATE, FPEASS_INSECT_DATE, FPEASS_WATER_DATE, fpst_autumn_plough, fpst_fertmanure_plant, fpst_fertmanure_stock, fpst_fungicide, fpst_growth_reg, fpst_harvest, fpst_insecticide, fpst_spring_harrow, fpst_spring_plough, fpst_spring_roll, fpst_spring_sow, fpst_start, fpst_straw_chopping, fpst_strigling1, fpst_strigling2, fpst_strigling3, fpst_strigling4, fpst_water_one, fpst_water_two, Farm::FungicideTreat(), Farm::GrowthRegulator(), Farm::Harvest(), 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::Spraying_fungins(), Farm::SpringHarrow(), Farm::SpringPlough(), Farm::SpringRoll(), Farm::SpringSow(), Farm::StrawChopping(), Farm::Strigling(), and Farm::Water().