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_OptimalFlowerMix1_H
37 #define DK_OptimalFlowerMix1_H
40 #define DK_OFM1_BASE 162700
92 #endif // DK_OptimalFlowerMix1_H
int GetMDates(int a, int b)
Definition: Elements.h:405
DK_OptimalFlowerMix1ToDo
Definition: DK_OptimalFlowerMix1.h:41
bool m_forcespring
Definition: Farm.h:392
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
bool m_lock
Definition: Farm.h:384
A struct to hold the information required to trigger a farm event.
Definition: Farm.h:372
void ClearManagementActionSum()
clears the management action counters
Definition: Elements.h:247
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
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
int m_base_elements_no
Definition: Farm.h:505
int m_first_date
Definition: Farm.h:501
#define DK_OFM1_BASE
Definition: DK_OptimalFlowerMix1.h:40
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_OptimalFlowerMix1.h:47
DK_OptimalFlowerMix1 class .
Definition: DK_OptimalFlowerMix1.h:59
The landscape class containing all environmental and topographical data.
Definition: Landscape.h:142
Definition: DK_OptimalFlowerMix1.h:45
Definition: DK_OptimalFlowerMix1.h:46
long Date(void)
Definition: Calendar.h:57
DK_OptimalFlowerMix1(TTypesOfVegetation a_tov, TTypesOfCrops a_toc, Landscape *a_L)
Definition: DK_OptimalFlowerMix1.h:63
Definition: LandscapeFarmingEnums.h:1008
Definition: LandscapeFarmingEnums.h:1003
long OldDays(void)
Definition: Calendar.h:60
Definition: LandscapeFarmingEnums.h:436
Definition: DK_OptimalFlowerMix1.h:44
virtual bool Do(Farm *a_farm, LE *a_field, FarmEvent *a_ev)
Definition: DK_OptimalFlowerMix1.cpp:32
void Warn(MapErrorState a_level, std::string a_msg1, std::string a_msg2)
Definition: MapErrorMsg.cpp:69
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
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
int m_last_date
Definition: Farm.h:503
MapErrorMsg * g_msg
Definition: MapErrorMsg.cpp:41
void SetUpFarmCategoryInformation()
Definition: DK_OptimalFlowerMix1.h:71
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
int DayInYear(void)
Definition: Calendar.h:58
Definition: DK_OptimalFlowerMix1.h:42
FarmEvent * m_ev
Definition: Farm.h:500
Definition: DK_OptimalFlowerMix1.h:43
Definition: MapErrorMsg.h:34
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