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

Go to the source code of this file.

Classes

class  PotatoesIndustry
 

Macros

#define POT_DID_HILL   m_field->m_user[5]
 
#define POT_DID_TREAT   m_field->m_user[4]
 
#define POT_FUNGI_DATE   m_field->m_user[7]
 
#define POT_HERBI_DATE   m_field->m_user[1]
 
#define POT_HILL_DATE   m_field->m_user[3]
 
#define POT_SLURRY_DATE   m_field->m_user[0]
 
#define POT_STRIG_DATE   m_field->m_user[2]
 
#define POT_WATER_DATE   m_field->m_user[6]
 
#define POTATOESIND_BASE   16950
 

Enumerations

enum  PotatoesIndToDo {
  pi_start = 1, pi_autumn_plough = POTATOESIND_BASE, pi_spring_plough, pi_spring_harrow,
  pi_fa_slurry, pi_spring_sow, pi_fa_npk, pi_fp_npk,
  pi_herbi_one, pi_herbi_two, pi_herbi_three, pi_strigling_one,
  pi_strigling_two, pi_strigling_three, pi_hilling, pi_insecticide,
  pi_water_one, pi_water_two, pi_water_three, pi_fungi_one,
  pi_fungi_two, pi_fungi_three, pi_fungi_four, pi_fungi_five,
  pi_growth_reg, pi_harvest
}
 

Macro Definition Documentation

◆ POT_DID_HILL

#define POT_DID_HILL   m_field->m_user[5]

Definition at line 36 of file PotatoesIndustry.h.

◆ POT_DID_TREAT

#define POT_DID_TREAT   m_field->m_user[4]

Definition at line 35 of file PotatoesIndustry.h.

◆ POT_FUNGI_DATE

#define POT_FUNGI_DATE   m_field->m_user[7]

Definition at line 38 of file PotatoesIndustry.h.

◆ POT_HERBI_DATE

#define POT_HERBI_DATE   m_field->m_user[1]

Definition at line 32 of file PotatoesIndustry.h.

◆ POT_HILL_DATE

#define POT_HILL_DATE   m_field->m_user[3]

Definition at line 34 of file PotatoesIndustry.h.

◆ POT_SLURRY_DATE

#define POT_SLURRY_DATE   m_field->m_user[0]

Definition at line 31 of file PotatoesIndustry.h.

◆ POT_STRIG_DATE

#define POT_STRIG_DATE   m_field->m_user[2]

Definition at line 33 of file PotatoesIndustry.h.

◆ POT_WATER_DATE

#define POT_WATER_DATE   m_field->m_user[6]

Definition at line 37 of file PotatoesIndustry.h.

◆ POTATOESIND_BASE

#define POTATOESIND_BASE   16950

Definition at line 30 of file PotatoesIndustry.h.

Enumeration Type Documentation

◆ PotatoesIndToDo

Enumerator
pi_start 
pi_autumn_plough 
pi_spring_plough 
pi_spring_harrow 
pi_fa_slurry 
pi_spring_sow 
pi_fa_npk 
pi_fp_npk 
pi_herbi_one 
pi_herbi_two 
pi_herbi_three 
pi_strigling_one 
pi_strigling_two 
pi_strigling_three 
pi_hilling 
pi_insecticide 
pi_water_one 
pi_water_two 
pi_water_three 
pi_fungi_one 
pi_fungi_two 
pi_fungi_three 
pi_fungi_four 
pi_fungi_five 
pi_growth_reg 
pi_harvest 

Definition at line 40 of file PotatoesIndustry.h.

40  {
41  pi_start = 1, // Compulsory, start event must always be 1 (one).
47  pi_fa_npk,
48  pi_fp_npk,
55  pi_hilling,
pi_start
Definition: PotatoesIndustry.h:41
pi_fa_npk
Definition: PotatoesIndustry.h:47
pi_strigling_one
Definition: PotatoesIndustry.h:52
pi_fp_npk
Definition: PotatoesIndustry.h:48
pi_hilling
Definition: PotatoesIndustry.h:55
pi_spring_sow
Definition: PotatoesIndustry.h:46
pi_herbi_three
Definition: PotatoesIndustry.h:51
PotatoesIndToDo
PotatoesIndToDo
Definition: PotatoesIndustry.h:40
pi_spring_harrow
Definition: PotatoesIndustry.h:44
pi_fungi_one
Definition: PotatoesIndustry.h:60
pi_insecticide
Definition: PotatoesIndustry.h:56
pi_herbi_two
Definition: PotatoesIndustry.h:50
pi_water_two
Definition: PotatoesIndustry.h:58
pi_fungi_three
Definition: PotatoesIndustry.h:62
pi_fungi_five
Definition: PotatoesIndustry.h:64
pi_spring_plough
Definition: PotatoesIndustry.h:43
pi_strigling_two
Definition: PotatoesIndustry.h:53
pi_harvest
Definition: PotatoesIndustry.h:66
pi_fungi_two
Definition: PotatoesIndustry.h:61
pi_fa_slurry
Definition: PotatoesIndustry.h:45
pi_water_three
Definition: PotatoesIndustry.h:59
POTATOESIND_BASE
#define POTATOESIND_BASE
Definition: PotatoesIndustry.h:30
pi_fungi_four
Definition: PotatoesIndustry.h:63
pi_strigling_three
Definition: PotatoesIndustry.h:54
pi_water_one
Definition: PotatoesIndustry.h:57
pi_growth_reg
Definition: PotatoesIndustry.h:65
pi_herbi_one
Definition: PotatoesIndustry.h:49
pi_autumn_plough
Definition: PotatoesIndustry.h:42