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

Go to the source code of this file.

Classes

class  FodderGrass
 

Macros

#define FG_CUT_DATE   m_field->m_user[0]
 
#define FG_WATER_DATE   m_field->m_user[1]
 
#define FG_FERTI_DATE   m_field->m_user[2]
 
#define FG_FORCE_SECOND_CUT   m_field->m_user[3]
 
#define FG_HALT_SECOND_WATER   m_field->m_user[4]
 
#define FG_BASE   1900
 

Enumerations

enum  FodderGrassToDo {
  fg_start = 1, fg_ferti_zero =FG_BASE, fg_ferti_one, fg_ferti_two,
  fg_ferti_three, fg_ferti_four, fg_cut_to_silage, fg_cut_to_silage2,
  fg_cut_to_silage3, fg_water_zero, fg_water_one, fg_productapplic_one,
  fg_foobar
}
 

Macro Definition Documentation

◆ FG_BASE

#define FG_BASE   1900

◆ FG_CUT_DATE

#define FG_CUT_DATE   m_field->m_user[0]

◆ FG_FERTI_DATE

#define FG_FERTI_DATE   m_field->m_user[2]

◆ FG_FORCE_SECOND_CUT

#define FG_FORCE_SECOND_CUT   m_field->m_user[3]

◆ FG_HALT_SECOND_WATER

#define FG_HALT_SECOND_WATER   m_field->m_user[4]

◆ FG_WATER_DATE

#define FG_WATER_DATE   m_field->m_user[1]

Enumeration Type Documentation

◆ FodderGrassToDo

Enumerator
fg_start 
fg_ferti_zero 
fg_ferti_one 
fg_ferti_two 
fg_ferti_three 
fg_ferti_four 
fg_cut_to_silage 
fg_cut_to_silage2 
fg_cut_to_silage3 
fg_water_zero 
fg_water_one 
fg_productapplic_one 
fg_foobar 
38  {
39  fg_start = 1, // Compulsory, start event must always be 1 (one).
51  fg_foobar,
fg_foobar
Definition: FodderGrass.h:51
fg_cut_to_silage3
Definition: FodderGrass.h:47
FG_BASE
#define FG_BASE
Definition: FodderGrass.h:36
fg_ferti_four
Definition: FodderGrass.h:44
fg_productapplic_one
Definition: FodderGrass.h:50
fg_water_zero
Definition: FodderGrass.h:48
fg_cut_to_silage2
Definition: FodderGrass.h:46
fg_ferti_two
Definition: FodderGrass.h:42
fg_water_one
Definition: FodderGrass.h:49
fg_cut_to_silage
Definition: FodderGrass.h:45
fg_ferti_zero
Definition: FodderGrass.h:40
fg_ferti_one
Definition: FodderGrass.h:41
FodderGrassToDo
FodderGrassToDo
Definition: FodderGrass.h:38
fg_start
Definition: FodderGrass.h:39
fg_ferti_three
Definition: FodderGrass.h:43