File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/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
DK_GrassTussocky_Perm.h File Reference

Go to the source code of this file.

Classes

class  DK_GrassTussocky_Perm
 

Macros

#define DK_GTP_BASE   162600
 
#define DK_GTP_CUT_DATE   m_field->m_user[0]
 
#define DK_GTP_FERTI_DATE   m_field->m_user[1]
 
#define DK_GTP_GRASS_READY   m_field->m_user[2]
 

Enumerations

enum  DK_GrassTussocky_PermToDo {
  dk_gtp_start = 1, dk_gtp_cattle_out1 = DK_GTP_BASE, dk_gtp_cattle_out2, dk_gtp_cattle_is_out,
  dk_gtp_wait, dk_gtp_force_growth, dk_gtp_foobar
}
 

Macro Definition Documentation

◆ DK_GTP_BASE

#define DK_GTP_BASE   162600

◆ DK_GTP_CUT_DATE

#define DK_GTP_CUT_DATE   m_field->m_user[0]

◆ DK_GTP_FERTI_DATE

#define DK_GTP_FERTI_DATE   m_field->m_user[1]

◆ DK_GTP_GRASS_READY

#define DK_GTP_GRASS_READY   m_field->m_user[2]

Enumeration Type Documentation

◆ DK_GrassTussocky_PermToDo

Enumerator
dk_gtp_start 
dk_gtp_cattle_out1 
dk_gtp_cattle_out2 
dk_gtp_cattle_is_out 
dk_gtp_wait 
dk_gtp_force_growth 
dk_gtp_foobar 
36  {
37  dk_gtp_start = 1, // Compulsory, start event must always be 1 (one).
DK_GTP_BASE
#define DK_GTP_BASE
Definition: DK_GrassTussocky_Perm.h:31
dk_gtp_force_growth
Definition: DK_GrassTussocky_Perm.h:42
dk_gtp_start
Definition: DK_GrassTussocky_Perm.h:37
dk_gtp_foobar
Definition: DK_GrassTussocky_Perm.h:43
dk_gtp_cattle_is_out
Definition: DK_GrassTussocky_Perm.h:40
dk_gtp_cattle_out1
Definition: DK_GrassTussocky_Perm.h:38
dk_gtp_wait
Definition: DK_GrassTussocky_Perm.h:41
DK_GrassTussocky_PermToDo
DK_GrassTussocky_PermToDo
Definition: DK_GrassTussocky_Perm.h:36
dk_gtp_cattle_out2
Definition: DK_GrassTussocky_Perm.h:39