ALMaSS Vole ODDox
1.1
The vole model description following ODdox protocol
|
#include <OWinterRye.h>
Public Member Functions | |
bool | Do (Farm *a_farm, LE *a_field, FarmEvent *a_ev) |
OWinterRye () | |
![]() | |
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 56 of file OWinterRye.h.
|
inline |
Definition at line 60 of file OWinterRye.h.
References Crop::m_first_date.
Reimplemented from Crop.
Definition at line 33 of file OWinterRye.cpp.
References Farm::AutumnHarrow(), Farm::AutumnPlough(), Farm::AutumnSow(), cfg_strigling_prop, Farm::DoIt(), Farm::FA_Manure(), Farm::FA_Slurry(), Farm::FP_Manure(), Farm::FP_Slurry(), Farm::Harvest(), Farm::HayBailing(), Farm::HayTurning(), 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, owry_autumn_harrow, owry_autumn_plough, owry_autumn_sow, owry_fertmanure_plant, owry_fertmanure_stock, owry_fertslurry_plant, owry_fertslurry_stock, owry_harvest, owry_hay_bailing, owry_hay_turning, owry_spring_roll, owry_spring_sow, owry_start, owry_straw_chopping_plant, owry_straw_chopping_stock, owry_strigling_one, owry_strigling_three, owry_strigling_two, Crop::SimpleEvent(), Farm::SpringRoll(), Farm::SpringSow(), Farm::StrawChopping(), and Farm::Strigling().