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
PermanentGrassGrazed.h File Reference

Go to the source code of this file.

Classes

class  PermanentGrassGrazed
 

Macros

#define PGG_BASE   5200
 
#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, pgg_foobar
}
 

Macro Definition Documentation

◆ PGG_BASE

#define PGG_BASE   5200

◆ PGG_CUT_DATE

#define PGG_CUT_DATE   m_field->m_user[0]

◆ PGG_FERTI_DATE

#define PGG_FERTI_DATE   m_field->m_user[1]

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 
pgg_foobar 
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_foobar
Definition: PermanentGrassGrazed.h:49
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