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

Go to the source code of this file.

Classes

class  HorticultureCrop
 

Macros

#define HORTICULTURE_BASE   910
 

Enumerations

enum  HorticultureToDo { h_start = 1, h_do_nothing_start = HORTICULTURE_BASE, h_do_nothing_stop, h_do_foobar }
 

Macro Definition Documentation

◆ HORTICULTURE_BASE

#define HORTICULTURE_BASE   910

Enumeration Type Documentation

◆ HorticultureToDo

Enumerator
h_start 
h_do_nothing_start 
h_do_nothing_stop 
h_do_foobar 
42  {
43  h_start = 1, // Compulsory, start event must always be 1 (one).
h_start
Definition: Horticulture.h:43
HorticultureToDo
HorticultureToDo
Definition: Horticulture.h:42
HORTICULTURE_BASE
#define HORTICULTURE_BASE
Definition: Horticulture.h:40
h_do_nothing_start
Definition: Horticulture.h:44
h_do_nothing_stop
Definition: Horticulture.h:45
h_do_foobar
Definition: Horticulture.h:46