![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
PTCorkOak.h This file contains the headers for the CorkOak class
More...
Go to the source code of this file.
Classes | |
class | PTCorkOak |
PTCorkOak class . More... | |
Macros | |
#define | PTCORKOAK_BASE 31100 |
#define | PT_CO_YEARS_AFTER_PLOUGH a_field->m_user[1] |
A flag used to indicate ploughing status. More... | |
Enumerations | |
enum | PTCorkOakToDo { pt_co_start = 1, pt_co_sleep_all_day = PTCORKOAK_BASE, pt_co_spring_plough, pt_co_wait, pt_co_foobar } |
PTCorkOak.h This file contains the headers for the CorkOak class
by Chris J. Topping, modified by Ant�nio Alves da Silva and reviewed by Elzbieta Ziolkowska.
The management plan information coded in this file was collaboratively created with input from Joana Alves and Jos� Paulo Sousa.
Version of March 2024.
All rights reserved.
#define PT_CO_YEARS_AFTER_PLOUGH a_field->m_user[1] |
A flag used to indicate ploughing status.
#define PTCORKOAK_BASE 31100 |
enum PTCorkOakToDo |
Below is the list of things that a farmer can do if he is growing CorkOak, 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 | |
---|---|
pt_co_start | |
pt_co_sleep_all_day | |
pt_co_spring_plough | |
pt_co_wait | |
pt_co_foobar |