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.
36 #ifndef DK_OCatchCrop_H
37 #define DK_OCatchCrop_H
39 #define DK_OCC_BASE 68900
40 #define DK_OCC_ENDDATE a_field->m_user[0]
83 #endif // DK_OCatchCrop_H
int GetMDates(int a, int b)
Definition: Elements.h:405
bool m_forcespring
Definition: Farm.h:392
DK_OCatchCrop(TTypesOfVegetation a_tov, TTypesOfCrops a_toc, Landscape *a_L)
Definition: DK_OCatchCrop.h:58
#define DK_OCC_BASE
Definition: DK_OCatchCrop.h:39
void SetMDates(int a, int b, int c)
Definition: Elements.h:406
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
Definition: DK_OCatchCrop.h:48
bool m_lock
Definition: Farm.h:384
A struct to hold the information required to trigger a farm event.
Definition: Farm.h:372
Definition: DK_OCatchCrop.h:49
void ClearManagementActionSum()
clears the management action counters
Definition: Elements.h:247
void SetUpFarmCategoryInformation()
Definition: DK_OCatchCrop.h:63
Definition: LandscapeFarmingEnums.h:722
Definition: DK_OCatchCrop.h:45
bool DoIt_prob(double a_probability)
Return chance out of 0 to 1.
Definition: Farm.cpp:864
class Calendar * g_date
Definition: Calendar.cpp:37
Definition: LandscapeFarmingEnums.h:721
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: DK_OCatchCrop.cpp:41
Definition: DK_OCatchCrop.h:54
int m_base_elements_no
Definition: Farm.h:505
int m_first_date
Definition: Farm.h:501
DK_OCatchCropToDo
Definition: DK_OCatchCrop.h:42
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: DK_OCatchCrop.h:44
Definition: LandscapeFarmingEnums.h:421
The landscape class containing all environmental and topographical data.
Definition: Landscape.h:142
Definition: DK_OCatchCrop.h:46
CfgBool g_farm_fixed_crop_enable
long Date(void)
Definition: Calendar.h:57
Definition: LandscapeFarmingEnums.h:1008
int GetSoilType()
Definition: Elements.h:302
Bool configurator entry class.
Definition: Configurator.h:155
Definition: LandscapeFarmingEnums.h:1003
long OldDays(void)
Definition: Calendar.h:60
Definition: DK_OCatchCrop.h:47
void Warn(MapErrorState a_level, std::string a_msg1, std::string a_msg2)
Definition: MapErrorMsg.cpp:69
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
Definition: DK_OCatchCrop.h:43
int m_todo
Definition: Farm.h:388
Definition: LandscapeFarmingEnums.h:719
virtual bool SleepAllDay(LE *a_field, double a_user, int a_days)
Nothing to to today on a_field.
Definition: FarmFuncs.cpp:272
TTypesOfCrops
Definition: LandscapeFarmingEnums.h:781
Definition: Elements.h:86
MapErrorMsg * g_msg
Definition: MapErrorMsg.cpp:41
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
virtual bool AutumnSow(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 autumn on a_field.
Definition: FarmFuncs.cpp:360
virtual bool WinterPlough(LE *a_field, double a_user, int a_days)
Carry out a ploughing event in the winter on a_field.
Definition: FarmFuncs.cpp:395
int DayInYear(void)
Definition: Calendar.h:58
#define DK_OCC_ENDDATE
Definition: DK_OCatchCrop.h:40
void SetMConstants(int a, int c)
Definition: Elements.h:408
FarmEvent * m_ev
Definition: Farm.h:500
Definition: LandscapeFarmingEnums.h:720
Definition: MapErrorMsg.h:34
FarmManagementCategory
Definition: LandscapeFarmingEnums.h:1001
virtual bool StubbleHarrowing(LE *a_field, double a_user, int a_days)
Carry out stubble harrowing on a_field.
Definition: FarmFuncs.cpp:1523
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