Loading [MathJax]/extensions/ams.js
 |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
Go to the documentation of this file.
28 #ifndef PermanentGrassLowYield_H
29 #define PermanentGrassLowYield_H
31 #define PGLY_BASE 5300
32 #define PGLY_CUT_DATE m_field->m_user[0]
85 #endif // PermanentGrassLowYield_H
int GetMDates(int a, int b)
Definition: Elements.h:405
#define PGLY_BASE
Definition: PermanentGrassLowYield.h:31
void SetMDates(int a, int b, int c)
Definition: Elements.h:406
virtual bool HerbicideTreat(LE *a_field, double a_user, int a_days)
Apply herbicide to a_field.
Definition: FarmFuncs.cpp:2025
Definition: PermanentGrassLowYield.h:41
void SetLastSownVeg(TTypesOfVegetation a_tov)
Records the last vegetation type to be sown.
Definition: Elements.h:357
bool m_lock
Definition: Farm.h:384
A struct to hold the information required to trigger a farm event.
Definition: Farm.h:372
int GetMConstants(int a)
Definition: Elements.h:407
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
bool Do(Farm *a_farm, LE *a_field, FarmEvent *a_ev)
Definition: PermanentGrassLowYield.cpp:37
PermanentGrassLowYieldToDo
Definition: PermanentGrassLowYield.h:34
bool DoIt(double a_probability)
Return chance out of 0 to 100.
Definition: Farm.cpp:856
int GetYearNumber(void)
Definition: Calendar.h:72
Definition: PermanentGrassLowYield.h:37
bool m_first_year
Definition: Farm.h:386
class Calendar * g_date
Definition: Calendar.cpp:37
Definition: LandscapeFarmingEnums.h:1006
Definition: PermanentGrassLowYield.h:51
double value() const
Definition: Configurator.h:142
TTypesOfFarm GetType(void)
Definition: Farm.h:956
int m_base_elements_no
Definition: Farm.h:505
virtual bool CutToHay(LE *a_field, double a_user, int a_days)
Carry out hay cutting on a_field.
Definition: FarmFuncs.cpp:1607
int m_first_date
Definition: Farm.h:501
CfgFloat cfg_herbi_app_prop
int m_startday
Definition: Farm.h:385
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: LandscapeFarmingEnums.h:1009
#define PGLY_CUT_DATE
Definition: PermanentGrassLowYield.h:32
virtual double Prob_multiplier()
Definition: Farm.h:778
The landscape class containing all environmental and topographical data.
Definition: Landscape.h:142
Definition: PermanentGrassLowYield.h:46
long Date(void)
Definition: Calendar.h:57
Definition: PermanentGrassLowYield.h:44
virtual bool HayBailing(LE *a_field, double a_user, int a_days)
Carry out hay bailing on a_field.
Definition: FarmFuncs.cpp:1507
Definition: LandscapeFarmingEnums.h:1003
Definition: PermanentGrassLowYield.h:36
long OldDays(void)
Definition: Calendar.h:60
Definition: PermanentGrassLowYield.h:39
void Warn(MapErrorState a_level, std::string a_msg1, std::string a_msg2)
Definition: MapErrorMsg.cpp:69
Definition: PermanentGrassLowYield.h:45
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
CfgFloat cfg_ins_app_prop1
int m_todo
Definition: Farm.h:388
CfgFloat cfg_fungi_app_prop1
TTypesOfCrops
Definition: LandscapeFarmingEnums.h:781
Definition: LandscapeFarmingEnums.h:696
Definition: Elements.h:86
CfgFloat cfg_greg_app_prop
int m_last_date
Definition: Farm.h:503
Definition: PermanentGrassLowYield.h:43
MapErrorMsg * g_msg
Definition: MapErrorMsg.cpp:41
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: PermanentGrassLowYield.h:35
Double configurator entry class.
Definition: Configurator.h:126
int DayInYear(void)
Definition: Calendar.h:58
void SetMConstants(int a, int c)
Definition: Elements.h:408
void SetUpFarmCategoryInformation()
Definition: PermanentGrassLowYield.h:60
void ChooseNextCrop(int a_no_dates)
Chooses the next crop to grow in a field.
Definition: Farm.cpp:756
virtual bool HayTurning(LE *a_field, double a_user, int a_days)
Carry out hay turning on a_field.
Definition: FarmFuncs.cpp:1491
FarmEvent * m_ev
Definition: Farm.h:500
Definition: PermanentGrassLowYield.h:40
virtual bool CattleOut(LE *a_field, double a_user, int a_days)
Start a grazing event on a_field today.
Definition: FarmFuncs.cpp:2368
PermanentGrassLowYield(TTypesOfVegetation a_tov, TTypesOfCrops a_toc, Landscape *a_L)
Definition: PermanentGrassLowYield.h:55
Definition: MapErrorMsg.h:34
FarmManagementCategory
Definition: LandscapeFarmingEnums.h:1001
Definition: PermanentGrassLowYield.h:42
Definition: PermanentGrassLowYield.h:38
virtual bool CutWeeds(LE *a_field, double a_user, int a_days)
Carry out weed topping on a_field.
Definition: FarmFuncs.cpp:1629