Loading [MathJax]/extensions/ams.js
ALMaSS  1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PermanentGrassTussocky.h File Reference

Go to the source code of this file.

Classes

class  PermanentGrassTussocky
 

Macros

#define PGT_BASE   5400
 
#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, pgt_foobar
}
 

Macro Definition Documentation

◆ PGT_BASE

#define PGT_BASE   5400

◆ PGT_CUT_DATE

#define PGT_CUT_DATE   m_field->m_user[0]

◆ PGT_FERTI_DATE

#define PGT_FERTI_DATE   m_field->m_user[1]

Enumeration Type Documentation

◆ PermanentGrassTussockyToDo

Enumerator
pgt_start 
pgt_cattle_out1 
pgt_cattle_out2 
pgt_cattle_is_out 
pgt_wait 
pgt_foobar 
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_foobar
Definition: PermanentGrassTussocky.h:41
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