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

Go to the source code of this file.

Classes

class  PermanentGrassLowYield
 

Macros

#define PGLY_BASE   5300
 
#define PGLY_CUT_DATE   m_field->m_user[0]
 

Enumerations

enum  PermanentGrassLowYieldToDo {
  pgly_start = 1, pgly_cut_to_hay = PGLY_BASE, pgly_cattle_out1, pgly_cattle_out2,
  pgly_cattle_is_out, pgly_cut_weeds, pgly_herbicide, pgly_raking1,
  pgly_raking2, pgly_compress_straw, pgly_wait, pgly_foobar
}
 

Macro Definition Documentation

◆ PGLY_BASE

#define PGLY_BASE   5300

◆ PGLY_CUT_DATE

#define PGLY_CUT_DATE   m_field->m_user[0]

Enumeration Type Documentation

◆ PermanentGrassLowYieldToDo

Enumerator
pgly_start 
pgly_cut_to_hay 
pgly_cattle_out1 
pgly_cattle_out2 
pgly_cattle_is_out 
pgly_cut_weeds 
pgly_herbicide 
pgly_raking1 
pgly_raking2 
pgly_compress_straw 
pgly_wait 
pgly_foobar 
34  {
35  pgly_start = 1, // Compulsory, start event must always be 1 (one).
45  pgly_wait,
PGLY_BASE
#define PGLY_BASE
Definition: PermanentGrassLowYield.h:31
pgly_herbicide
Definition: PermanentGrassLowYield.h:41
PermanentGrassLowYieldToDo
PermanentGrassLowYieldToDo
Definition: PermanentGrassLowYield.h:34
pgly_cattle_out1
Definition: PermanentGrassLowYield.h:37
pgly_foobar
Definition: PermanentGrassLowYield.h:46
pgly_compress_straw
Definition: PermanentGrassLowYield.h:44
pgly_cut_to_hay
Definition: PermanentGrassLowYield.h:36
pgly_cattle_is_out
Definition: PermanentGrassLowYield.h:39
pgly_wait
Definition: PermanentGrassLowYield.h:45
pgly_raking2
Definition: PermanentGrassLowYield.h:43
pgly_start
Definition: PermanentGrassLowYield.h:35
pgly_cut_weeds
Definition: PermanentGrassLowYield.h:40
pgly_raking1
Definition: PermanentGrassLowYield.h:42
pgly_cattle_out2
Definition: PermanentGrassLowYield.h:38