File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/ams.js
ALMaSS  1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PTCorkOak.h File Reference

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
}
 

Detailed Description

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.

Macro Definition Documentation

◆ PT_CO_YEARS_AFTER_PLOUGH

#define PT_CO_YEARS_AFTER_PLOUGH   a_field->m_user[1]

A flag used to indicate ploughing status.

◆ PTCORKOAK_BASE

#define PTCORKOAK_BASE   31100

Enumeration Type Documentation

◆ 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 
56  {
57  pt_co_start = 1, // Compulsory, must always be 1 (one).
60  pt_co_wait,
62 
pt_co_start
Definition: PTCorkOak.h:57
PTCorkOakToDo
PTCorkOakToDo
Definition: PTCorkOak.h:56
pt_co_foobar
Definition: PTCorkOak.h:61
pt_co_sleep_all_day
Definition: PTCorkOak.h:58
pt_co_spring_plough
Definition: PTCorkOak.h:59
pt_co_wait
Definition: PTCorkOak.h:60
PTCORKOAK_BASE
#define PTCORKOAK_BASE
Definition: PTCorkOak.h:45