|
ALMaSS Hare ODDox
1.1
The hare model description following ODdox protocol
|
Setaside.h This file contains the headers for the setaside class
More...
Go to the source code of this file.
Classes | |
| class | SetAside |
| Rotational set-aside management class . More... | |
Macros | |
| #define | SETASIDE_BASE 600 |
Enumerations | |
| enum | SetAsideToDo { sa_start = 1, sa_cut_to_hay = SETASIDE_BASE, sa_cattle_out, sa_cattle_is_out, sa_cut_to_silage, sa_wait } |
Setaside.h This file contains the headers for the setaside class
by Chris J. Topping
Version of June 2003
With additions as noted in:
Doxygen formatted comments in July 2008
Definition in file setaside.h.
| #define SETASIDE_BASE 600 |
Definition at line 44 of file setaside.h.
| enum SetAsideToDo |
Below is the list of things that a farmer can do if he is has rotational setaside. For setaside this list is pretty short, because he can't do much with standard setaside (rules as of DK, 2000).
| Enumerator | |
|---|---|
| sa_start | |
| sa_cut_to_hay | |
| sa_cattle_out | |
| sa_cattle_is_out | |
| sa_cut_to_silage | |
| sa_wait | |
Definition at line 48 of file setaside.h.