ALMaSS Hare ODDox  1.1
The hare model description following ODdox protocol
PermanentSetAside.h File Reference

Go to the source code of this file.

Classes

class  PermanentSetAside
 

Macros

#define PERMANENTSETASIDE_BASE   6500
 

Enumerations

enum  PermanentSetAsideToDo { psa_start = 1, psa_do_nothing_start = PERMANENTSETASIDE_BASE, psa_do_nothing_stop, psa_cut_to_hay }
 

Macro Definition Documentation

◆ PERMANENTSETASIDE_BASE

#define PERMANENTSETASIDE_BASE   6500

Definition at line 31 of file PermanentSetAside.h.

Enumeration Type Documentation

◆ PermanentSetAsideToDo

Enumerator
psa_start 
psa_do_nothing_start 
psa_do_nothing_stop 
psa_cut_to_hay 

Definition at line 33 of file PermanentSetAside.h.

33  {
34  psa_start = 1, // Compulsory, start event must always be 1 (one).
psa_do_nothing_stop
Definition: PermanentSetAside.h:36
PermanentSetAsideToDo
PermanentSetAsideToDo
Definition: PermanentSetAside.h:33
PERMANENTSETASIDE_BASE
#define PERMANENTSETASIDE_BASE
Definition: PermanentSetAside.h:31
psa_do_nothing_start
Definition: PermanentSetAside.h:35
psa_start
Definition: PermanentSetAside.h:34
psa_cut_to_hay
Definition: PermanentSetAside.h:37