![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
DK_OSetAside_SummerMow.h This file contains the headers for the DK_OSetAside_SummerMow class
More...
Go to the source code of this file.
Classes | |
class | DK_OSetAside_SummerMow |
DK_OSetAside_SummerMow class . More... | |
Macros | |
#define | DK_OSASM_EVERY_2ND_YEAR a_field->m_user[0] |
#define | DK_OSASM_EST a_field->m_user[1] |
#define | DK_OSASM_BASE 162300 |
Enumerations | |
enum | DK_OSetAside_SummerMowToDo { dk_osasm_start = 1, dk_osasm_harrow = DK_OSASM_BASE, dk_osasm_wait1, dk_osasm_wait2, dk_osasm_roll, dk_osasm_sow, dk_osasm_cutting, dk_osasm_strigling, dk_osasm_swathing, dk_osasm_foobar } |
DK_OSetAside_SummerMow.h This file contains the headers for the DK_OSetAside_SummerMow class
by Chris J. Topping, modified by Luna Kondrup Marcussen
Version of May 2022
All rights reserved.
With additions as noted in:
Doxygen formatted comments in July 2008
#define DK_OSASM_BASE 162300 |
#define DK_OSASM_EST a_field->m_user[1] |
#define DK_OSASM_EVERY_2ND_YEAR a_field->m_user[0] |
\ Below is the list of things that a farmer can do if he is growing OSetAside_SummerMow, 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_osasm_start | |
dk_osasm_harrow | |
dk_osasm_wait1 | |
dk_osasm_wait2 | |
dk_osasm_roll | |
dk_osasm_sow | |
dk_osasm_cutting | |
dk_osasm_strigling | |
dk_osasm_swathing | |
dk_osasm_foobar |