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

Go to the source code of this file.

Classes

class  FieldPeas
 

Macros

#define FPEAD_FUNGI_DATE   m_field->m_user[1]
 
#define FPEAD_INSECT_DATE   m_field->m_user[0]
 
#define FPEAD_WATER_DATE   m_field->m_user[2]
 
#define FPEAS_BASE   5300
 
#define FPEAS_DECIDE_TO_HERB   m_field->m_user[3]
 

Enumerations

enum  FieldPeasToDo {
  fp_start = 1, fp_harvest = FPEAS_BASE, fp_autumn_plough, fp_spring_plough,
  fp_spring_harrow, fp_fertmanure_plant, fp_fertmanure_stock, fp_spring_sow,
  fp_spring_roll, fp_herbicide_one, fp_herbicide_two, fp_insecticide,
  fp_fungicide, fp_water_one, fp_water_two, fp_growth_reg,
  fp_straw_chopping
}
 

Macro Definition Documentation

◆ FPEAD_FUNGI_DATE

#define FPEAD_FUNGI_DATE   m_field->m_user[1]

Definition at line 34 of file FieldPeas.h.

◆ FPEAD_INSECT_DATE

#define FPEAD_INSECT_DATE   m_field->m_user[0]

Definition at line 33 of file FieldPeas.h.

◆ FPEAD_WATER_DATE

#define FPEAD_WATER_DATE   m_field->m_user[2]

Definition at line 35 of file FieldPeas.h.

◆ FPEAS_BASE

#define FPEAS_BASE   5300

Definition at line 31 of file FieldPeas.h.

◆ FPEAS_DECIDE_TO_HERB

#define FPEAS_DECIDE_TO_HERB   m_field->m_user[3]

Definition at line 36 of file FieldPeas.h.

Enumeration Type Documentation

◆ FieldPeasToDo

Enumerator
fp_start 
fp_harvest 
fp_autumn_plough 
fp_spring_plough 
fp_spring_harrow 
fp_fertmanure_plant 
fp_fertmanure_stock 
fp_spring_sow 
fp_spring_roll 
fp_herbicide_one 
fp_herbicide_two 
fp_insecticide 
fp_fungicide 
fp_water_one 
fp_water_two 
fp_growth_reg 
fp_straw_chopping 

Definition at line 39 of file FieldPeas.h.

39  {
40  fp_start = 1, // Compulsory, start event must always be 1 (one).
fp_straw_chopping
Definition: FieldPeas.h:56
fp_autumn_plough
Definition: FieldPeas.h:42
fp_water_two
Definition: FieldPeas.h:54
FPEAS_BASE
#define FPEAS_BASE
Definition: FieldPeas.h:31
fp_growth_reg
Definition: FieldPeas.h:55
fp_spring_sow
Definition: FieldPeas.h:47
fp_spring_harrow
Definition: FieldPeas.h:44
fp_fertmanure_plant
Definition: FieldPeas.h:45
fp_spring_roll
Definition: FieldPeas.h:48
FieldPeasToDo
FieldPeasToDo
Definition: FieldPeas.h:39
fp_fertmanure_stock
Definition: FieldPeas.h:46
fp_insecticide
Definition: FieldPeas.h:51
fp_herbicide_one
Definition: FieldPeas.h:49
fp_harvest
Definition: FieldPeas.h:41
fp_herbicide_two
Definition: FieldPeas.h:50
fp_water_one
Definition: FieldPeas.h:53
fp_fungicide
Definition: FieldPeas.h:52
fp_spring_plough
Definition: FieldPeas.h:43
fp_start
Definition: FieldPeas.h:40