File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/ams.js
 |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
Go to the documentation of this file.
52 #ifndef DE_PERMANENTGRASSLOWYIELD_H
53 #define DE_PERMANENTGRASSLOWYIELD_H
55 #define DE_PGLY_BASE 38500
115 #endif // DE_PERMAENTGRASSLOWYIELD_H
int GetMDates(int a, int b)
Definition: Elements.h:405
virtual bool Strigling(LE *a_field, double a_user, int a_days)
Carry out a mechanical weeding on a_field.
Definition: FarmFuncs.cpp:1206
Definition: DE_PermanentGrassLowYield.h:70
bool m_lock
Definition: Farm.h:384
A struct to hold the information required to trigger a farm event.
Definition: Farm.h:372
virtual bool CattleIsOut(LE *a_field, double a_user, int a_days, int a_max)
Generate a 'cattle_out' event for every day the cattle are on a_field.
Definition: FarmFuncs.cpp:2470
void ClearManagementActionSum()
clears the management action counters
Definition: Elements.h:247
virtual bool CutToSilage(LE *a_field, double a_user, int a_days)
Cut vegetation for silage on a_field.
Definition: FarmFuncs.cpp:1644
bool DoIt(double a_probability)
Return chance out of 0 to 100.
Definition: Farm.cpp:856
class Calendar * g_date
Definition: Calendar.cpp:37
#define DE_PGLY_BASE
Definition: DE_PermanentGrassLowYield.h:55
Definition: DE_PermanentGrassLowYield.h:71
void SetUpFarmCategoryInformation()
Definition: DE_PermanentGrassLowYield.h:89
int m_base_elements_no
Definition: Farm.h:505
int m_first_date
Definition: Farm.h:501
Definition: DE_PermanentGrassLowYield.h:77
DE_PermanentGrassLowYield(TTypesOfVegetation a_tov, TTypesOfCrops a_toc, Landscape *a_L)
Definition: DE_PermanentGrassLowYield.h:81
The base class for all crops.
Definition: Farm.h:495
void SimpleEvent(long a_date, int a_todo, bool a_lock)
Adds an event to this crop management.
Definition: Farm.cpp:747
Definition: DE_PermanentGrassLowYield.h:66
DE_PermanentGrassLowYieldToDo
Definition: DE_PermanentGrassLowYield.h:62
The landscape class containing all environmental and topographical data.
Definition: Landscape.h:142
long Date(void)
Definition: Calendar.h:57
Definition: LandscapeFarmingEnums.h:500
Definition: LandscapeFarmingEnums.h:1008
Definition: DE_PermanentGrassLowYield.h:72
Definition: LandscapeFarmingEnums.h:1003
long OldDays(void)
Definition: Calendar.h:60
Definition: DE_PermanentGrassLowYield.h:68
void Warn(MapErrorState a_level, std::string a_msg1, std::string a_msg2)
Definition: MapErrorMsg.cpp:69
Definition: DE_PermanentGrassLowYield.h:63
bool StartUpCrop(int a_spring, std::vector< std::vector< int >> a_flexdates, int a_todo)
Holds the translation between the farm operation enum for each cropand the farm management category a...
Definition: Farm.cpp:652
Farm * m_farm
Definition: Farm.h:498
LE * m_field
Definition: Farm.h:499
vector< FarmManagementCategory > m_ManagementCategories
Holds the translation between the farm operation enum for each crop and the farm management category ...
Definition: Farm.h:530
int m_todo
Definition: Farm.h:388
TTypesOfCrops
Definition: LandscapeFarmingEnums.h:781
Definition: Elements.h:86
int m_last_date
Definition: Farm.h:503
MapErrorMsg * g_msg
Definition: MapErrorMsg.cpp:41
virtual bool Do(Farm *a_farm, LE *a_field, FarmEvent *a_ev)
The one and only method for a crop management plan. All farm actions go through here.
Definition: DE_PermanentGrassLowYield.cpp:82
Definition: LandscapeFarmingEnums.h:1010
TTypesOfVegetation
Values that represent the types of vegetation that are represented in ALMaSS.
Definition: LandscapeFarmingEnums.h:192
The base class for all farm types.
Definition: Farm.h:755
Definition: DE_PermanentGrassLowYield.h:67
int DayInYear(void)
Definition: Calendar.h:58
Definition: DE_PermanentGrassLowYield.h:65
FarmEvent * m_ev
Definition: Farm.h:500
virtual bool CattleOut(LE *a_field, double a_user, int a_days)
Start a grazing event on a_field today.
Definition: FarmFuncs.cpp:2368
Definition: MapErrorMsg.h:34
Definition: DE_PermanentGrassLowYield.h:64
Definition: DE_PermanentGrassLowYield.h:69
FarmManagementCategory
Definition: LandscapeFarmingEnums.h:1001
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.
Definition: Farm.cpp:751