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

Go to the source code of this file.

Classes

class  PermanentGrassTussocky
 

Macros

#define PGT_BASE   7230
 
#define PGT_CUT_DATE   m_field->m_user[0]
 
#define PGT_FERTI_DATE   m_field->m_user[1]
 

Enumerations

enum  PermanentGrassTussockyToDo {
  pgt_start = 1, pgt_cattle_out1 = PGT_BASE, pgt_cattle_out2, pgt_cattle_is_out,
  pgt_wait
}
 

Macro Definition Documentation

◆ PGT_BASE

#define PGT_BASE   7230

Definition at line 31 of file PermanentGrassTussocky.h.

◆ PGT_CUT_DATE

#define PGT_CUT_DATE   m_field->m_user[0]

Definition at line 32 of file PermanentGrassTussocky.h.

◆ PGT_FERTI_DATE

#define PGT_FERTI_DATE   m_field->m_user[1]

Definition at line 33 of file PermanentGrassTussocky.h.

Enumeration Type Documentation

◆ PermanentGrassTussockyToDo

Enumerator
pgt_start 
pgt_cattle_out1 
pgt_cattle_out2 
pgt_cattle_is_out 
pgt_wait 

Definition at line 35 of file PermanentGrassTussocky.h.

35  {
36  pgt_start = 1, // Compulsory, start event must always be 1 (one).
40  pgt_wait
pgt_cattle_out2
Definition: PermanentGrassTussocky.h:38
PGT_BASE
#define PGT_BASE
Definition: PermanentGrassTussocky.h:31
pgt_cattle_out1
Definition: PermanentGrassTussocky.h:37
pgt_wait
Definition: PermanentGrassTussocky.h:40
pgt_cattle_is_out
Definition: PermanentGrassTussocky.h:39
PermanentGrassTussockyToDo
PermanentGrassTussockyToDo
Definition: PermanentGrassTussocky.h:35
pgt_start
Definition: PermanentGrassTussocky.h:36