![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
DK_SetAside.h This file contains the headers for the DK_SetAside class
More...
Go to the source code of this file.
Classes | |
class | DK_SetAside |
DK_SetAside class . More... | |
Macros | |
#define | DK_SA_EVERY_2ND_YEAR a_field->m_user[0] |
#define | DK_SA_EST a_field->m_user[1] |
#define | DK_SA_FORCESPRING a_field->m_user[2] |
#define | DK_SA_BASE 64000 |
Enumerations | |
enum | DK_SetAsideToDo { dk_sa_start = 1, dk_sa_wait1 = DK_SA_BASE, dk_sa_wait2, dk_sa_cutting, dk_sa_strigling, dk_sa_swathing, dk_sa_herbicide, dk_sa_foobar } |
DK_SetAside.h This file contains the headers for the DK_SetAside class
by Chris J. Topping, modified by Luna Kondrup Marcussen
Version of July 2021
All rights reserved.
With additions as noted in:
Doxygen formatted comments in July 2008
#define DK_SA_BASE 64000 |
#define DK_SA_EST a_field->m_user[1] |
#define DK_SA_EVERY_2ND_YEAR a_field->m_user[0] |
#define DK_SA_FORCESPRING a_field->m_user[2] |
enum DK_SetAsideToDo |
\ Below is the list of things that a farmer can do if he is growing SetAside, at least following this basic plan. So all we have to do is figure out when to do the different things. Once we have done some kind of management, then an event is triggered and the fact that this particular management is done is registered with the particular polygon. This information is available for any ALMaSS components to inspect - e.g. animals & birds
Enumerator | |
---|---|
dk_sa_start | |
dk_sa_wait1 | |
dk_sa_wait2 | |
dk_sa_cutting | |
dk_sa_strigling | |
dk_sa_swathing | |
dk_sa_herbicide | |
dk_sa_foobar |