ALMaSS Hare ODDox  1.1
The hare model description following ODdox protocol
AgroChemIndustryCereal.h File Reference

Go to the source code of this file.

Classes

class  AgroChemIndustryCereal
 

Macros

#define SC_AUTUMN_PLOUGH   m_field->m_user[1]
 
#define SC_WAIT_FOR_PLOUGH   m_field->m_user[0]
 
#define SYNGENTACEREAL_BASE   7300
 

Enumerations

enum  SyngetaCerealToDo {
  sc_start = 1, sc_sleep_all_day = SYNGENTACEREAL_BASE, sc_ferti_p1, sc_ferti_s1,
  sc_ferti_s2, sc_autumn_plough, sc_autumn_harrow, sc_stubble_harrow1,
  sc_autumn_sow, sc_autumn_roll, sc_ferti_p2, sc_herbicide1,
  sc_spring_roll, sc_herbicide2, sc_GR, sc_fungicide,
  sc_fungicide2, sc_insecticide1, sc_insecticide2, sc_insecticide3,
  sc_strigling1, sc_strigling2, sc_water1, sc_water2,
  sc_ferti_p3, sc_ferti_p4, sc_ferti_p5, sc_ferti_s3,
  sc_ferti_s4, sc_ferti_s5, sc_harvest, sc_straw_chopping,
  sc_hay_turning, sc_hay_baling, sc_stubble_harrow2, sc_grubning
}
 

Variables

const int April1 = 91
 
const int July1 = 182
 
const int June1 = 152
 
const int May1 = 121
 

Macro Definition Documentation

◆ SC_AUTUMN_PLOUGH

#define SC_AUTUMN_PLOUGH   m_field->m_user[1]

Definition at line 42 of file AgroChemIndustryCereal.h.

◆ SC_WAIT_FOR_PLOUGH

#define SC_WAIT_FOR_PLOUGH   m_field->m_user[0]

Definition at line 41 of file AgroChemIndustryCereal.h.

◆ SYNGENTACEREAL_BASE

#define SYNGENTACEREAL_BASE   7300

Definition at line 40 of file AgroChemIndustryCereal.h.

Enumeration Type Documentation

◆ SyngetaCerealToDo

Enumerator
sc_start 
sc_sleep_all_day 
sc_ferti_p1 
sc_ferti_s1 
sc_ferti_s2 
sc_autumn_plough 
sc_autumn_harrow 
sc_stubble_harrow1 
sc_autumn_sow 
sc_autumn_roll 
sc_ferti_p2 
sc_herbicide1 
sc_spring_roll 
sc_herbicide2 
sc_GR 
sc_fungicide 
sc_fungicide2 
sc_insecticide1 
sc_insecticide2 
sc_insecticide3 
sc_strigling1 
sc_strigling2 
sc_water1 
sc_water2 
sc_ferti_p3 
sc_ferti_p4 
sc_ferti_p5 
sc_ferti_s3 
sc_ferti_s4 
sc_ferti_s5 
sc_harvest 
sc_straw_chopping 
sc_hay_turning 
sc_hay_baling 
sc_stubble_harrow2 
sc_grubning 

Definition at line 49 of file AgroChemIndustryCereal.h.

49  {
50  sc_start = 1, // Compulsory, must always be 1 (one).
61  sc_herbicide1, //7310
64  sc_GR,
71  sc_strigling2, //7320
72  sc_water1,
73  sc_water2,
80  sc_harvest, //7329

Variable Documentation

◆ April1

const int April1 = 91

Definition at line 44 of file AgroChemIndustryCereal.h.

Referenced by AgroChemIndustryCereal::GetSprayDate().

◆ July1

const int July1 = 182

Definition at line 47 of file AgroChemIndustryCereal.h.

Referenced by AgroChemIndustryCereal::GetSprayDate().

◆ June1

const int June1 = 152

Definition at line 46 of file AgroChemIndustryCereal.h.

Referenced by AgroChemIndustryCereal::GetSprayDate().

◆ May1

const int May1 = 121

Definition at line 45 of file AgroChemIndustryCereal.h.

Referenced by AgroChemIndustryCereal::GetSprayDate().

sc_insecticide2
Definition: AgroChemIndustryCereal.h:68
sc_hay_baling
Definition: AgroChemIndustryCereal.h:83
sc_water1
Definition: AgroChemIndustryCereal.h:72
sc_ferti_p1
Definition: AgroChemIndustryCereal.h:52
sc_GR
Definition: AgroChemIndustryCereal.h:64
sc_autumn_roll
Definition: AgroChemIndustryCereal.h:59
sc_sleep_all_day
Definition: AgroChemIndustryCereal.h:51
sc_fungicide
Definition: AgroChemIndustryCereal.h:65
sc_fungicide2
Definition: AgroChemIndustryCereal.h:66
sc_insecticide3
Definition: AgroChemIndustryCereal.h:69
sc_ferti_s3
Definition: AgroChemIndustryCereal.h:77
sc_ferti_s1
Definition: AgroChemIndustryCereal.h:53
sc_stubble_harrow1
Definition: AgroChemIndustryCereal.h:57
sc_herbicide1
Definition: AgroChemIndustryCereal.h:61
sc_start
Definition: AgroChemIndustryCereal.h:50
sc_ferti_p2
Definition: AgroChemIndustryCereal.h:60
sc_autumn_sow
Definition: AgroChemIndustryCereal.h:58
sc_stubble_harrow2
Definition: AgroChemIndustryCereal.h:84
sc_ferti_s2
Definition: AgroChemIndustryCereal.h:54
sc_strigling1
Definition: AgroChemIndustryCereal.h:70
sc_autumn_plough
Definition: AgroChemIndustryCereal.h:55
sc_herbicide2
Definition: AgroChemIndustryCereal.h:63
sc_ferti_p4
Definition: AgroChemIndustryCereal.h:75
sc_hay_turning
Definition: AgroChemIndustryCereal.h:82
sc_grubning
Definition: AgroChemIndustryCereal.h:85
sc_ferti_p5
Definition: AgroChemIndustryCereal.h:76
sc_water2
Definition: AgroChemIndustryCereal.h:73
sc_autumn_harrow
Definition: AgroChemIndustryCereal.h:56
sc_ferti_s5
Definition: AgroChemIndustryCereal.h:79
sc_insecticide1
Definition: AgroChemIndustryCereal.h:67
SYNGENTACEREAL_BASE
#define SYNGENTACEREAL_BASE
Definition: AgroChemIndustryCereal.h:40
SyngetaCerealToDo
SyngetaCerealToDo
Definition: AgroChemIndustryCereal.h:49
sc_straw_chopping
Definition: AgroChemIndustryCereal.h:81
sc_spring_roll
Definition: AgroChemIndustryCereal.h:62
sc_ferti_s4
Definition: AgroChemIndustryCereal.h:78
sc_ferti_p3
Definition: AgroChemIndustryCereal.h:74
sc_strigling2
Definition: AgroChemIndustryCereal.h:71
sc_harvest
Definition: AgroChemIndustryCereal.h:80