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

Go to the source code of this file.

Classes

class  PermanentGrassGrazed
 

Macros

#define PGG_BASE   5700
 
#define PGG_CUT_DATE   m_field->m_user[0]
 
#define PGG_FERTI_DATE   m_field->m_user[1]
 

Enumerations

enum  PermanentGrassGrazedToDo {
  pgg_start = 1, pgg_cut_to_hay = PGG_BASE, pgg_cattle_out1, pgg_cattle_out2,
  pgg_cattle_is_out, pgg_cut_weeds, pgg_herbicide, pgg_ferti_s,
  pgg_ferti_p, pgg_raking1, pgg_raking2, pgg_compress_straw,
  pgg_wait
}
 

Macro Definition Documentation

◆ PGG_BASE

#define PGG_BASE   5700

Definition at line 31 of file PermanentGrassGrazed.h.

◆ PGG_CUT_DATE

#define PGG_CUT_DATE   m_field->m_user[0]

Definition at line 32 of file PermanentGrassGrazed.h.

◆ PGG_FERTI_DATE

#define PGG_FERTI_DATE   m_field->m_user[1]

Definition at line 33 of file PermanentGrassGrazed.h.

Enumeration Type Documentation

◆ PermanentGrassGrazedToDo

Enumerator
pgg_start 
pgg_cut_to_hay 
pgg_cattle_out1 
pgg_cattle_out2 
pgg_cattle_is_out 
pgg_cut_weeds 
pgg_herbicide 
pgg_ferti_s 
pgg_ferti_p 
pgg_raking1 
pgg_raking2 
pgg_compress_straw 
pgg_wait 

Definition at line 35 of file PermanentGrassGrazed.h.

35  {
36  pgg_start = 1, // Compulsory, start event must always be 1 (one).
48  pgg_wait
pgg_cut_weeds
Definition: PermanentGrassGrazed.h:41
pgg_cut_to_hay
Definition: PermanentGrassGrazed.h:37
pgg_cattle_out1
Definition: PermanentGrassGrazed.h:38
pgg_ferti_s
Definition: PermanentGrassGrazed.h:43
PGG_BASE
#define PGG_BASE
Definition: PermanentGrassGrazed.h:31
pgg_compress_straw
Definition: PermanentGrassGrazed.h:47
pgg_raking1
Definition: PermanentGrassGrazed.h:45
pgg_wait
Definition: PermanentGrassGrazed.h:48
pgg_cattle_is_out
Definition: PermanentGrassGrazed.h:40
pgg_raking2
Definition: PermanentGrassGrazed.h:46
PermanentGrassGrazedToDo
PermanentGrassGrazedToDo
Definition: PermanentGrassGrazed.h:35
pgg_herbicide
Definition: PermanentGrassGrazed.h:42
pgg_cattle_out2
Definition: PermanentGrassGrazed.h:39
pgg_start
Definition: PermanentGrassGrazed.h:36
pgg_ferti_p
Definition: PermanentGrassGrazed.h:44