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
|
#include <SpringBarleySKManagement.h>
|
TTypesOfVegetation | m_tov |
|
void | SimpleEvent (long a_date, int a_todo, bool a_lock) |
| Adds an event to this crop management. More...
|
|
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. More...
|
|
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 associated with it More...
|
|
bool | AphidDamage (LE *a_field) |
| Compares aphid numbers per m2 with a threshold to return true if threshold is exceeded. More...
|
|
Farm * | m_farm |
|
LE * | m_field |
|
FarmEvent * | m_ev |
|
int | m_first_date |
|
int | m_count |
|
int | m_last_date |
|
int | m_ddegstoharvest |
|
int | m_base_elements_no |
|
Landscape * | m_OurLandscape |
|
bool | m_forcespringpossible = false |
| Used to signal that the crop can be forced to start in spring. More...
|
|
TTypesOfCrops | m_toc |
| The Crop type in terms of the TTypesOfCrops list (smaller list than tov, no country designation) More...
|
|
int | m_CropClassification |
| Contains information on whether this is a winter crop, spring crop, or catch crop that straddles the year boundary (0,1,2) More...
|
|
vector< FarmManagementCategory > | m_ManagementCategories |
| Holds the translation between the farm operation enum for each crop and the farm management category associated with it. More...
|
|
static int | m_date_modifier = 0 |
| Holds a value that shifts test pesticide use by this many days in crops modified to use it. More...
|
|
◆ SpringBarleySKManagement()
◆ Do()
bool SpringBarleySKManagement::Do |
( |
Farm * |
a_farm, |
|
|
LE * |
a_field, |
|
|
FarmEvent * |
a_ev |
|
) |
| |
|
virtual |
Reimplemented from Crop.
73 "Harvest too late for the next crop to start!!!",
"" );
77 for (
int i=0; i<noDates; i++)
97 "Crop start attempt between 1st Jan & 1st July",
"" );
107 "Crop start attempt after last possible start date",
"" );
549 "Unknown event type! ",
"" );
References Farm::AutumnPlough(), cfg_fungi_app_prop1, cfg_greg_app_prop, cfg_herbi_app_prop, cfg_ins_app_prop1, LE::ClearManagementActionSum(), Calendar::Date(), Calendar::DayInYear(), Farm::DoIt(), Farm::FA_Manure(), Farm::FA_NPK(), Farm::FA_Slurry(), Farm::FP_LiquidNH3(), Farm::FP_NPK(), Farm::FP_PK(), Farm::FungicideTreat(), g_date, g_msg, LE::GetMDates(), Farm::GrowthRegulator(), Farm::Harvest(), Farm::HayBailing(), Farm::HerbicideTreat(), Farm::InsecticideTreat(), Farm::IsStockFarmer(), Crop::m_ev, Crop::m_farm, Crop::m_field, Crop::m_first_date, FarmEvent::m_first_year, Crop::m_last_date, FarmEvent::m_lock, LE::m_skylarkscrapes, FarmEvent::m_startday, FarmEvent::m_todo, Calendar::OldDays(), sbskm_autumn_plough, SBSKM_DID_AUTUMN_PLOUGH, sbskm_fertlnh3_plant, sbskm_fertmanure_plant, sbskm_fertmanure_stock_one, sbskm_fertmanure_stock_two, sbskm_fertpk_plant, sbskm_fertslurry_stock, SBSKM_FUNGI_DATE, sbskm_fungicide_one, sbskm_fungicide_two, sbskm_GR, SBSKM_GR_DATE, sbskm_harvest, sbskm_hay_baling, SBSKM_HERBI_DATE, sbskm_herbicide_one, sbskm_herbicide_two, SBSKM_INSECT_DATE, sbskm_insecticide, SBSKM_MANURE_DONE, SBSKM_MANURE_EXEC, SBSKM_SLURRY_DONE, SBSKM_SLURRY_EXEC, sbskm_spring_harrow, sbskm_spring_plough, sbskm_spring_roll, sbskm_spring_sow, sbskm_start, sbskm_straw_chopping, sbskm_stubble_harrow, SBSKM_WATER_DATE, sbskm_water_one, sbskm_water_two, LE::SetMDates(), Crop::SimpleEvent(), Farm::SpringHarrow(), Farm::SpringPlough(), Farm::SpringRoll(), Farm::SpringSow(), Farm::StrawChopping(), Farm::StubbleHarrowing(), CfgFloat::value(), MapErrorMsg::Warn(), WARN_BUG, and Farm::Water().
◆ SetUpFarmCategoryInformation()
void SpringBarleySKManagement::SetUpFarmCategoryInformation |
( |
| ) |
|
|
inline |
References fmc_Cultivation, fmc_Fertilizer, fmc_Fungicide, fmc_Harvest, fmc_Herbicide, fmc_Insecticide, fmc_Others, fmc_Watering, Crop::m_base_elements_no, Crop::m_ManagementCategories, SBARLEYSKM_BASE, and sbskm_foobar.
Referenced by SpringBarleySKManagement().
The documentation for this class was generated from the following files:
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
virtual bool FA_Slurry(LE *a_field, double a_user, int a_days)
Spready slurry on a_field owned by an stock farmer.
Definition: FarmFuncs.cpp:1067
Definition: LandscapeFarmingEnums.h:1005
Definition: SpringBarleySKManagement.h:46
#define SBSKM_MANURE_DONE
Definition: SpringBarleySKManagement.h:33
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
virtual bool HerbicideTreat(LE *a_field, double a_user, int a_days)
Apply herbicide to a_field.
Definition: FarmFuncs.cpp:2025
bool IsStockFarmer(void)
Definition: Farm.h:961
Definition: SpringBarleySKManagement.h:59
Definition: SpringBarleySKManagement.h:65
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
Definition: SpringBarleySKManagement.h:48
void ClearManagementActionSum()
clears the management action counters
Definition: Elements.h:247
virtual bool FP_NPK(LE *a_field, double a_user, int a_days)
Apply NPK fertilizer, on a_field owned by an arable farmer.
Definition: FarmFuncs.cpp:645
bool DoIt(double a_probability)
Return chance out of 0 to 100.
Definition: Farm.cpp:856
bool m_first_year
Definition: Farm.h:386
Definition: SpringBarleySKManagement.h:64
class Calendar * g_date
Definition: Calendar.cpp:37
Definition: SpringBarleySKManagement.h:60
Definition: LandscapeFarmingEnums.h:1006
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
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
#define SBSKM_INSECT_DATE
Definition: SpringBarleySKManagement.h:42
int m_base_elements_no
Definition: Farm.h:505
CfgFloat cfg_ins_app_prop1
#define SBSKM_HERBI_DATE
Definition: SpringBarleySKManagement.h:38
Definition: SpringBarleySKManagement.h:50
int m_first_date
Definition: Farm.h:501
int m_startday
Definition: Farm.h:385
virtual bool FA_NPK(LE *a_field, double a_user, int a_days)
Apply NPK fertilizer to a_field owned by an stock farmer.
Definition: FarmFuncs.cpp:982
virtual bool FungicideTreat(LE *a_field, double a_user, int a_days)
Apply fungicide to a_field.
Definition: FarmFuncs.cpp:2101
virtual bool FP_PK(LE *a_field, double a_user, int a_days)
Apply PK fertilizer, on a_field owned by an arable farmer.
Definition: FarmFuncs.cpp:673
void SimpleEvent(long a_date, int a_todo, bool a_lock)
Adds an event to this crop management.
Definition: Farm.cpp:747
Definition: SpringBarleySKManagement.h:45
CfgFloat cfg_herbi_app_prop
Definition: SpringBarleySKManagement.h:54
Definition: LandscapeFarmingEnums.h:1004
Definition: SpringBarleySKManagement.h:47
Definition: SpringBarleySKManagement.h:58
Definition: SpringBarleySKManagement.h:53
bool m_skylarkscrapes
For management testing of skylark scrapes.
Definition: Elements.h:95
long Date(void)
Definition: Calendar.h:57
CfgFloat cfg_greg_app_prop
Definition: LandscapeFarmingEnums.h:1008
virtual bool HayBailing(LE *a_field, double a_user, int a_days)
Carry out hay bailing on a_field.
Definition: FarmFuncs.cpp:1507
Definition: SpringBarleySKManagement.h:62
Definition: SpringBarleySKManagement.h:69
Definition: LandscapeFarmingEnums.h:1003
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
long OldDays(void)
Definition: Calendar.h:60
#define SBARLEYSKM_BASE
Definition: SpringBarleySKManagement.h:31
void Warn(MapErrorState a_level, std::string a_msg1, std::string a_msg2)
Definition: MapErrorMsg.cpp:69
void SetUpFarmCategoryInformation()
Definition: SpringBarleySKManagement.h:84
#define SBSKM_WATER_DATE
Definition: SpringBarleySKManagement.h:41
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: SpringBarleySKManagement.h:57
#define SBSKM_DID_AUTUMN_PLOUGH
Definition: SpringBarleySKManagement.h:36
#define SBSKM_MANURE_EXEC
Definition: SpringBarleySKManagement.h:35
Definition: SpringBarleySKManagement.h:52
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
#define SBSKM_GR_DATE
Definition: SpringBarleySKManagement.h:39
virtual bool FP_LiquidNH3(LE *a_field, double a_user, int a_days)
Apply liquid ammonia fertilizer to a_field owned by an arable farmer.
Definition: FarmFuncs.cpp:808
#define SBSKM_FUNGI_DATE
Definition: SpringBarleySKManagement.h:40
Definition: SpringBarleySKManagement.h:63
Definition: LandscapeFarmingEnums.h:1012
Definition: SpringBarleySKManagement.h:61
Definition: SpringBarleySKManagement.h:70
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
#define SBSKM_SLURRY_EXEC
Definition: SpringBarleySKManagement.h:34
Definition: SpringBarleySKManagement.h:51
Crop(TTypesOfVegetation a_tov, TTypesOfCrops a_toc, Landscape *a_L)
Definition: Farm.cpp:733
Definition: SpringBarleySKManagement.h:67
Definition: SpringBarleySKManagement.h:68
FarmEvent * m_ev
Definition: Farm.h:500
Definition: SpringBarleySKManagement.h:66
Definition: SpringBarleySKManagement.h:49
#define SBSKM_SLURRY_DONE
Definition: SpringBarleySKManagement.h:32
Definition: MapErrorMsg.h:34
CfgFloat cfg_fungi_app_prop1
Definition: LandscapeFarmingEnums.h:1007
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
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
Definition: SpringBarleySKManagement.h:56