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 <PotatoesIndustry.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...
|
|
◆ PotatoesIndustry()
◆ Do()
bool PotatoesIndustry::Do |
( |
Farm * |
a_farm, |
|
|
LE * |
a_field, |
|
|
FarmEvent * |
a_ev |
|
) |
| |
|
virtual |
Reimplemented from Crop.
78 "Harvest too late for the next crop to start!!!",
"" );
82 for (
int i=0; i<noDates; i++) {
100 g_msg->
Warn(
WARN_BUG,
"PotatoesIndustry::Do(): " "Crop start attempt between 1st Jan & 1st July",
"" );
107 g_msg->
Warn(
WARN_BUG,
"PotatoesIndustry::Do(): " "Crop start attempt after last possible start date",
"" );
652 g_msg->
Warn(
WARN_BUG,
"PotatoesIndustry::Do(): failure in 'Harvest' execution",
"" );
668 "Unknown event type! ",
"" );
References Farm::AutumnPlough(), cfg_herbi_app_prop, cfg_ins_app_prop1, Crop::ChooseNextCrop(), LE::ClearManagementActionSum(), Calendar::Date(), Calendar::DayInYear(), Farm::DoIt(), Farm::FA_NPK(), Farm::FA_Slurry(), Farm::FP_NPK(), Farm::FungicideTreat(), g_date, g_msg, LE::GetMConstants(), LE::GetMDates(), Farm::GetType(), Calendar::GetYearNumber(), Farm::GrowthRegulator(), Farm::Harvest(), Farm::HerbicideTreat(), Farm::HillingUp(), 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, FarmEvent::m_startday, FarmEvent::m_todo, Calendar::OldDays(), pi_autumn_plough, pi_fa_slurry, pi_fungi_five, pi_fungi_four, pi_fungi_one, pi_fungi_three, pi_fungi_two, pi_growth_reg, pi_harvest, pi_herbi_one, pi_herbi_three, pi_herbi_two, pi_hilling, pi_insecticide, pi_spring_harrow, pi_spring_plough, pi_spring_sow, pi_start, pi_strigling_one, pi_strigling_three, pi_strigling_two, pi_water_one, pi_water_three, pi_water_two, POT_DID_HILL, POT_DID_TREAT, POT_FUNGI_DATE, POT_HERBI_DATE, POT_HILL_DATE, POT_SLURRY_DATE, POT_STRIG_DATE, POT_WATER_DATE, Farm::Prob_multiplier(), LE::SetMConstants(), LE::SetMDates(), LE::SetVegPatchy(), Crop::SimpleEvent(), Farm::SpringHarrow(), Farm::SpringPlough(), Farm::SpringSow(), Farm::Strigling(), tof_OptimisingFarm, CfgFloat::value(), MapErrorMsg::Warn(), WARN_BUG, and Farm::Water().
◆ SetUpFarmCategoryInformation()
void PotatoesIndustry::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, pi_foobar, and POTATOESIND_BASE.
Referenced by PotatoesIndustry().
The documentation for this class was generated from the following files:
int GetMDates(int a, int b)
Definition: Elements.h:405
Definition: PotatoesIndustry.h:41
#define POT_HILL_DATE
Definition: Potatoes.h:35
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
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
virtual bool Strigling(LE *a_field, double a_user, int a_days)
Carry out a mechanical weeding on a_field.
Definition: FarmFuncs.cpp:1206
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
int GetMConstants(int a)
Definition: Elements.h:407
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
int GetYearNumber(void)
Definition: Calendar.h:72
Definition: PotatoesIndustry.h:52
bool m_first_year
Definition: Farm.h:386
class Calendar * g_date
Definition: Calendar.cpp:37
Definition: LandscapeFarmingEnums.h:1006
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
Definition: PotatoesIndustry.h:55
Definition: PotatoesIndustry.h:46
Definition: PotatoesIndustry.h:51
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 HillingUp(LE *a_field, double a_user, int a_days)
Do hilling up on a_field, probably of potatoes.
Definition: FarmFuncs.cpp:1302
Definition: PotatoesIndustry.h:67
void SimpleEvent(long a_date, int a_todo, bool a_lock)
Adds an event to this crop management.
Definition: Farm.cpp:747
virtual double Prob_multiplier()
Definition: Farm.h:778
Definition: LandscapeFarmingEnums.h:1004
#define POT_STRIG_DATE
Definition: Potatoes.h:34
long Date(void)
Definition: Calendar.h:57
Definition: LandscapeFarmingEnums.h:1008
Definition: LandscapeFarmingEnums.h:1003
#define POT_DID_TREAT
Definition: Potatoes.h:36
void SetVegPatchy(bool p)
Definition: Elements.h:229
Definition: PotatoesIndustry.h:44
Definition: LandscapeFarmingEnums.h:1011
long OldDays(void)
Definition: Calendar.h:60
void Warn(MapErrorState a_level, std::string a_msg1, std::string a_msg2)
Definition: MapErrorMsg.cpp:69
#define POT_SLURRY_DATE
Definition: Potatoes.h:32
Definition: PotatoesIndustry.h:60
#define POT_HERBI_DATE
Definition: Potatoes.h:33
Definition: PotatoesIndustry.h:56
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: PotatoesIndustry.h:50
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
CfgFloat cfg_herbi_app_prop
Definition: PotatoesIndustry.h:58
Definition: PotatoesIndustry.h:62
Definition: LandscapeFarmingEnums.h:696
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
Definition: PotatoesIndustry.h:64
Definition: PotatoesIndustry.h:43
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: PotatoesIndustry.h:53
CfgFloat cfg_ins_app_prop1
Definition: PotatoesIndustry.h:66
Definition: LandscapeFarmingEnums.h:1012
#define POT_FUNGI_DATE
Definition: Potatoes.h:39
Definition: PotatoesIndustry.h:61
Definition: PotatoesIndustry.h:45
virtual bool GrowthRegulator(LE *a_field, double a_user, int a_days)
Apply growth regulator to a_field.
Definition: FarmFuncs.cpp:2070
Definition: PotatoesIndustry.h:59
int DayInYear(void)
Definition: Calendar.h:58
#define POTATOESIND_BASE
Definition: PotatoesIndustry.h:30
Definition: PotatoesIndustry.h:63
Crop(TTypesOfVegetation a_tov, TTypesOfCrops a_toc, Landscape *a_L)
Definition: Farm.cpp:733
void SetUpFarmCategoryInformation()
Definition: PotatoesIndustry.h:81
Definition: PotatoesIndustry.h:54
void SetMConstants(int a, int c)
Definition: Elements.h:408
#define POT_DID_HILL
Definition: Potatoes.h:37
void ChooseNextCrop(int a_no_dates)
Chooses the next crop to grow in a field.
Definition: Farm.cpp:756
Definition: PotatoesIndustry.h:57
FarmEvent * m_ev
Definition: Farm.h:500
Definition: PotatoesIndustry.h:65
#define POT_WATER_DATE
Definition: Potatoes.h:38
Definition: PotatoesIndustry.h:49
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
Definition: PotatoesIndustry.h:42