ALMaSS Vole ODDox
1.1
The vole model description following ODdox protocol
|
#include <SpringBarleySeed.h>
Public Member Functions | |
bool | Do (Farm *a_farm, LE *a_field, FarmEvent *a_ev) |
SpringBarleySeed () | |
![]() | |
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 60 of file SpringBarleySeed.h.
|
inline |
Definition at line 64 of file SpringBarleySeed.h.
References Crop::m_first_date.
Reimplemented from Crop.
Definition at line 37 of file SpringBarleySeed.cpp.
References Farm::AutumnPlough(), Farm::BurnStrawStubble(), cfg_fungi_app_prop1, cfg_greg_app_prop, cfg_herbi_app_prop, Farm::DoIt(), Farm::FP_LiquidNH3(), Farm::FP_NPK(), Farm::FP_PK(), Farm::FungicideTreat(), Farm::GrowthRegulator(), Farm::Harvest(), Farm::HayBailing(), Farm::HerbicideTreat(), 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, sbse_autumn_plough, sbse_burn_straw_stubble, sbse_fertlnh3, sbse_fertnpk, sbse_fertpk, SBSE_FUNGI_DATE, sbse_fungicide_one, sbse_fungicide_two, sbse_GR, sbse_harvest, sbse_hay_bailing, sbse_herbicide_one, sbse_spring_harrow, sbse_spring_plough, sbse_spring_roll, sbse_spring_sow, sbse_start, SBSE_WATER_DATE, sbse_water_one, sbse_water_two, Crop::SimpleEvent(), Farm::SpringHarrow(), Farm::SpringPlough(), Farm::SpringRoll(), Farm::SpringSow(), and Farm::Water().