ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
A struct to hold the information required to trigger a farm event. More...
#include <farm.h>
Public Member Functions | |
FarmEvent (TTypesOfVegetation a_event, LE *a_field, int a_todo, long a_run, bool a_lock, int a_start, bool a_first_year, TTypesOfVegetation a_nextcrop) | |
Public Attributes | |
bool | m_lock |
int | m_startday |
bool | m_first_year |
long | m_run |
int | m_todo |
TTypesOfVegetation | m_event |
TTypesOfVegetation | m_next_tov |
LE * | m_field |
A struct to hold the information required to trigger a farm event.
|
inline |
Definition at line 474 of file farm.h.
References m_event, m_field, m_first_year, m_lock, m_next_tov, m_run, m_startday, and m_todo.
TTypesOfVegetation FarmEvent::m_event |
Definition at line 470 of file farm.h.
Referenced by FarmEvent(), and Farm::LeSwitch().
LE* FarmEvent::m_field |
Definition at line 472 of file farm.h.
Referenced by Farm::CheckRotationManagementLoop(), FarmEvent(), Farm::HandleEvents(), OptimisingFarm::HandleEvents(), and Farm::LeSwitch().
bool FarmEvent::m_first_year |
Definition at line 467 of file farm.h.
Referenced by FarmEvent().
bool FarmEvent::m_lock |
Definition at line 465 of file farm.h.
Referenced by FarmEvent().
TTypesOfVegetation FarmEvent::m_next_tov |
Definition at line 471 of file farm.h.
Referenced by FarmEvent().
long FarmEvent::m_run |
Definition at line 468 of file farm.h.
Referenced by FarmEvent(), and Farm::LeSwitch().
int FarmEvent::m_startday |
Definition at line 466 of file farm.h.
Referenced by FarmEvent().
int FarmEvent::m_todo |
Definition at line 469 of file farm.h.
Referenced by FarmEvent(), and Farm::LeSwitch().