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

Go to the source code of this file.

Classes

class  DE_OLegume
 

Macros

#define DE_OLEGUME_DO_CATCHCROP   a_field->m_user[2]
 A flag used to indicate do catch crop. More...
 
#define DE_OLEGUME_BASE   37000
 

Enumerations

enum  DE_OLegumesToDo {
  de_ol_start = 1, de_ol_sleep_all_day = DE_OLEGUME_BASE, de_ol_spring_harrow1, de_ol_spring_plough,
  de_ol_ferti_s, de_ol_ferti_p, de_ol_spring_harrow2, de_ol_spring_row_sow,
  de_ol_strigling, de_ol_rowcultivation1, de_ol_rowcultivation2, de_ol_harvest,
  de_ol_foobar
}
 

Macro Definition Documentation

◆ DE_OLEGUME_BASE

#define DE_OLEGUME_BASE   37000

◆ DE_OLEGUME_DO_CATCHCROP

#define DE_OLEGUME_DO_CATCHCROP   a_field->m_user[2]

A flag used to indicate do catch crop.

Enumeration Type Documentation

◆ DE_OLegumesToDo

Enumerator
de_ol_start 
de_ol_sleep_all_day 
de_ol_spring_harrow1 
de_ol_spring_plough 
de_ol_ferti_s 
de_ol_ferti_p 
de_ol_spring_harrow2 
de_ol_spring_row_sow 
de_ol_strigling 
de_ol_rowcultivation1 
de_ol_rowcultivation2 
de_ol_harvest 
de_ol_foobar 
37  {
38  de_ol_start = 1, // Compulsory, start event must always be 1 (one).
de_ol_rowcultivation1
Definition: DE_OLegume.h:47
de_ol_strigling
Definition: DE_OLegume.h:46
de_ol_rowcultivation2
Definition: DE_OLegume.h:48
de_ol_start
Definition: DE_OLegume.h:38
DE_OLEGUME_BASE
#define DE_OLEGUME_BASE
Definition: DE_OLegume.h:35
de_ol_spring_row_sow
Definition: DE_OLegume.h:45
de_ol_spring_harrow1
Definition: DE_OLegume.h:40
de_ol_ferti_p
Definition: DE_OLegume.h:43
de_ol_ferti_s
Definition: DE_OLegume.h:42
DE_OLegumesToDo
DE_OLegumesToDo
Definition: DE_OLegume.h:37
de_ol_spring_plough
Definition: DE_OLegume.h:41
de_ol_sleep_all_day
Definition: DE_OLegume.h:39
de_ol_harvest
Definition: DE_OLegume.h:49
de_ol_foobar
Definition: DE_OLegume.h:50
de_ol_spring_harrow2
Definition: DE_OLegume.h:44