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

Go to the source code of this file.

Classes

class  Potatoes
 

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 POTATOESEAT_BASE   16900
 

Enumerations

enum  PotatoesEatToDo {
  pe_start = 1, pe_autumn_plough = POTATOESEAT_BASE, pe_spring_plough, pe_spring_harrow,
  pe_fa_slurry, pe_spring_sow, pe_fa_npk, pe_fp_npk,
  pe_herbi_one, pe_herbi_two, pe_herbi_three, pe_strigling_one,
  pe_strigling_two, pe_strigling_three, pe_hilling, pe_insecticide,
  pe_water_one, pe_water_two, pe_water_three, pe_fungi_one,
  pe_fungi_two, pe_fungi_three, pe_fungi_four, pe_fungi_five,
  pe_growth_reg, pe_harvest
}
 

Macro Definition Documentation

◆ POT_DID_HILL

#define POT_DID_HILL   m_field->m_user[5]

Definition at line 37 of file Potatoes.h.

◆ POT_DID_TREAT

#define POT_DID_TREAT   m_field->m_user[4]

Definition at line 36 of file Potatoes.h.

◆ POT_FUNGI_DATE

#define POT_FUNGI_DATE   m_field->m_user[7]

Definition at line 39 of file Potatoes.h.

◆ POT_HERBI_DATE

#define POT_HERBI_DATE   m_field->m_user[1]

Definition at line 33 of file Potatoes.h.

◆ POT_HILL_DATE

#define POT_HILL_DATE   m_field->m_user[3]

Definition at line 35 of file Potatoes.h.

◆ POT_SLURRY_DATE

#define POT_SLURRY_DATE   m_field->m_user[0]

Definition at line 32 of file Potatoes.h.

◆ POT_STRIG_DATE

#define POT_STRIG_DATE   m_field->m_user[2]

Definition at line 34 of file Potatoes.h.

◆ POT_WATER_DATE

#define POT_WATER_DATE   m_field->m_user[6]

Definition at line 38 of file Potatoes.h.

◆ POTATOESEAT_BASE

#define POTATOESEAT_BASE   16900

Definition at line 31 of file Potatoes.h.

Enumeration Type Documentation

◆ PotatoesEatToDo

Enumerator
pe_start 
pe_autumn_plough 
pe_spring_plough 
pe_spring_harrow 
pe_fa_slurry 
pe_spring_sow 
pe_fa_npk 
pe_fp_npk 
pe_herbi_one 
pe_herbi_two 
pe_herbi_three 
pe_strigling_one 
pe_strigling_two 
pe_strigling_three 
pe_hilling 
pe_insecticide 
pe_water_one 
pe_water_two 
pe_water_three 
pe_fungi_one 
pe_fungi_two 
pe_fungi_three 
pe_fungi_four 
pe_fungi_five 
pe_growth_reg 
pe_harvest 

Definition at line 41 of file Potatoes.h.

41  {
42  pe_start = 1, // Compulsory, start event must always be 1 (one).
48  pe_fa_npk,
49  pe_fp_npk,
56  pe_hilling,
pe_start
Definition: Potatoes.h:42
pe_spring_harrow
Definition: Potatoes.h:45
pe_strigling_one
Definition: Potatoes.h:53
pe_herbi_three
Definition: Potatoes.h:52
pe_fa_slurry
Definition: Potatoes.h:46
pe_fungi_five
Definition: Potatoes.h:65
pe_fa_npk
Definition: Potatoes.h:48
PotatoesEatToDo
PotatoesEatToDo
Definition: Potatoes.h:41
pe_spring_sow
Definition: Potatoes.h:47
pe_spring_plough
Definition: Potatoes.h:44
pe_water_two
Definition: Potatoes.h:59
pe_harvest
Definition: Potatoes.h:67
pe_fungi_two
Definition: Potatoes.h:62
pe_strigling_two
Definition: Potatoes.h:54
pe_fungi_four
Definition: Potatoes.h:64
pe_hilling
Definition: Potatoes.h:56
pe_growth_reg
Definition: Potatoes.h:66
pe_water_one
Definition: Potatoes.h:58
pe_fp_npk
Definition: Potatoes.h:49
pe_autumn_plough
Definition: Potatoes.h:43
pe_fungi_three
Definition: Potatoes.h:63
pe_insecticide
Definition: Potatoes.h:57
POTATOESEAT_BASE
#define POTATOESEAT_BASE
Definition: Potatoes.h:31
pe_water_three
Definition: Potatoes.h:60
pe_fungi_one
Definition: Potatoes.h:61
pe_strigling_three
Definition: Potatoes.h:55
pe_herbi_two
Definition: Potatoes.h:51
pe_herbi_one
Definition: Potatoes.h:50