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.
28 #ifndef FieldPeasSilage_H
29 #define FieldPeasSilage_H
31 #define FPEASSI_BASE 1700
33 #define FPEADSI_INSECT_DATE m_field->m_user[0]
34 #define FPEADSI_FUNGI_DATE m_field->m_user[1]
35 #define FPEADSI_WATER_DATE m_field->m_user[2]
36 #define FPEASSI_DECIDE_TO_HERB m_field->m_user[3]
107 #endif // FieldPeasSilage_H
int GetMDates(int a, int b)
Definition: Elements.h:405
virtual bool SpringRoll(LE *a_field, double a_user, int a_days)
Carry out a roll event in the spring on a_field.
Definition: FarmFuncs.cpp:487
Definition: LandscapeFarmingEnums.h:1005
Definition: MapErrorMsg.h:37
void SetMDates(int a, int b, int c)
Definition: Elements.h:406
Definition: FieldPeasSilage.h:42
virtual bool SpringPlough(LE *a_field, double a_user, int a_days)
Carry out a ploughing event in the spring on a_field.
Definition: FarmFuncs.cpp:421
CfgFloat cfg_greg_app_prop
virtual bool HerbicideTreat(LE *a_field, double a_user, int a_days)
Apply herbicide to a_field.
Definition: FarmFuncs.cpp:2025
Definition: FieldPeasSilage.h:51
Definition: FieldPeasSilage.h:44
bool IsStockFarmer(void)
Definition: Farm.h:961
Definition: FieldPeasSilage.h:43
virtual bool Harvest(LE *a_field, double a_user, int a_days)
Carry out a harvest on a_field.
Definition: FarmFuncs.cpp:1364
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
void ClearManagementActionSum()
clears the management action counters
Definition: Elements.h:247
bool DoIt(double a_probability)
Return chance out of 0 to 100.
Definition: Farm.cpp:856
int GetYearNumber(void)
Definition: Calendar.h:72
bool m_first_year
Definition: Farm.h:386
Definition: FieldPeasSilage.h:50
class Calendar * g_date
Definition: Calendar.cpp:37
Definition: LandscapeFarmingEnums.h:1006
#define FPEASSI_BASE
Definition: FieldPeasSilage.h:31
virtual bool FA_Manure(LE *a_field, double a_user, int a_days)
Spread manure on a_field owned by an stock farmer.
Definition: FarmFuncs.cpp:1110
CfgFloat cfg_herbi_app_prop
virtual bool SpringSow(LE *a_field, double a_user, int a_days, double a_seed_coating_amount=-1, PlantProtectionProducts a_ppp=ppp_foobar)
Carry out a sowing event in the spring on a_field.
Definition: FarmFuncs.cpp:501
double value() const
Definition: Configurator.h:142
TTypesOfFarm GetType(void)
Definition: Farm.h:956
int m_base_elements_no
Definition: Farm.h:505
int m_first_date
Definition: Farm.h:501
int m_startday
Definition: Farm.h:385
virtual bool FungicideTreat(LE *a_field, double a_user, int a_days)
Apply fungicide to a_field.
Definition: FarmFuncs.cpp:2101
The base class for all crops.
Definition: Farm.h:495
Definition: FieldPeasSilage.h:55
void SimpleEvent(long a_date, int a_todo, bool a_lock)
Adds an event to this crop management.
Definition: Farm.cpp:747
virtual bool FP_Manure(LE *a_field, double a_user, int a_days)
Spread manure on a_field owned by an arable farmer.
Definition: FarmFuncs.cpp:896
Definition: FieldPeasSilage.h:49
virtual double Prob_multiplier()
Definition: Farm.h:778
The landscape class containing all environmental and topographical data.
Definition: Landscape.h:142
Definition: LandscapeFarmingEnums.h:1004
Definition: FieldPeasSilage.h:41
long Date(void)
Definition: Calendar.h:57
Definition: LandscapeFarmingEnums.h:1008
Definition: LandscapeFarmingEnums.h:1003
Definition: FieldPeasSilage.h:52
virtual bool StrawChopping(LE *a_field, double a_user, int a_days)
Carry out straw chopping on a_field.
Definition: FarmFuncs.cpp:1475
Definition: LandscapeFarmingEnums.h:1011
Definition: FieldPeasSilage.h:54
long OldDays(void)
Definition: Calendar.h:60
void Warn(MapErrorState a_level, std::string a_msg1, std::string a_msg2)
Definition: MapErrorMsg.cpp:69
Definition: FieldPeasSilage.h:47
Definition: FieldPeasSilage.h:62
FieldPeasSilage(TTypesOfVegetation a_tov, TTypesOfCrops a_toc, Landscape *a_L)
Definition: FieldPeasSilage.h:66
Definition: FieldPeasSilage.h:57
CfgFloat cfg_fungi_app_prop1
#define FPEADSI_FUNGI_DATE
Definition: FieldPeasSilage.h:34
TTypesOfVegetation m_next_tov
Definition: Farm.h:390
Definition: FieldPeasSilage.h:48
Definition: FieldPeasSilage.h:46
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
virtual bool InsecticideTreat(LE *a_field, double a_user, int a_days)
Apply insecticide to a_field.
Definition: FarmFuncs.cpp:2135
Definition: FieldPeasSilage.h:40
Definition: FieldPeasSilage.h:56
#define FPEADSI_WATER_DATE
Definition: FieldPeasSilage.h:35
TTypesOfCrops
Definition: LandscapeFarmingEnums.h:781
Definition: LandscapeFarmingEnums.h:696
Definition: Elements.h:86
virtual bool Water(LE *a_field, double a_user, int a_days)
Carry out a watering on a_field.
Definition: FarmFuncs.cpp:1330
int m_last_date
Definition: Farm.h:503
virtual bool AutumnPlough(LE *a_field, double a_user, int a_days)
Carry out a ploughing event in the autumn on a_field.
Definition: FarmFuncs.cpp:212
MapErrorMsg * g_msg
Definition: MapErrorMsg.cpp:41
Definition: FieldPeasSilage.h:45
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
#define FPEASSI_DECIDE_TO_HERB
Definition: FieldPeasSilage.h:36
bool Do(Farm *a_farm, LE *a_field, FarmEvent *a_ev)
Definition: FieldPeasSilage.cpp:37
FieldPeasSilageToDo
Definition: FieldPeasSilage.h:39
Double configurator entry class.
Definition: Configurator.h:126
Definition: LandscapeFarmingEnums.h:1012
Definition: FieldPeasSilage.h:53
#define FPEADSI_INSECT_DATE
Definition: FieldPeasSilage.h:33
virtual bool GrowthRegulator(LE *a_field, double a_user, int a_days)
Apply growth regulator to a_field.
Definition: FarmFuncs.cpp:2070
int DayInYear(void)
Definition: Calendar.h:58
bool AphidDamage(LE *a_field)
Compares aphid numbers per m2 with a threshold to return true if threshold is exceeded.
Definition: Farm.cpp:726
void SetUpFarmCategoryInformation()
Definition: FieldPeasSilage.h:71
void SetMConstants(int a, int c)
Definition: Elements.h:408
void ChooseNextCrop(int a_no_dates)
Chooses the next crop to grow in a field.
Definition: Farm.cpp:756
FarmEvent * m_ev
Definition: Farm.h:500
CfgFloat cfg_ins_app_prop1
Definition: MapErrorMsg.h:34
Definition: LandscapeFarmingEnums.h:1007
FarmManagementCategory
Definition: LandscapeFarmingEnums.h:1001
virtual bool SpringHarrow(LE *a_field, double a_user, int a_days)
Carry out a harrow event in the spring on a_field.
Definition: FarmFuncs.cpp:459