Loading [MathJax]/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
PTOats.h File Reference

PTOats.h This file contains the headers for the Oats class
More...

Go to the source code of this file.

Classes

class  PTOats
 PTOats class
. More...
 

Macros

#define PTOATS_BASE   32400
 

Enumerations

enum  PTOatsToDo {
  pt_o_start = 1, pt_o_sleep_all_day = PTOATS_BASE, pt_o_stubble_harrow, pt_o_ferti_p1,
  pt_o_ferti_s1, pt_o_ferti_p2, pt_o_ferti_s2, pt_o_ferti_p3,
  pt_o_ferti_s3, pt_o_ferti_p4, pt_o_ferti_s4, pt_o_autumn_harrow,
  pt_o_autumn_sow, pt_o_preseeding_cultivator_sow, pt_o_harvest1, pt_o_wait,
  pt_o_harvest2, pt_o_foobar
}
 

Detailed Description

PTOats.h This file contains the headers for the Oats 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

◆ PTOATS_BASE

#define PTOATS_BASE   32400

Enumeration Type Documentation

◆ PTOatsToDo

enum PTOatsToDo

Below is the list of things that a farmer can do if he is growing PTOats, 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_o_start 
pt_o_sleep_all_day 
pt_o_stubble_harrow 
pt_o_ferti_p1 
pt_o_ferti_s1 
pt_o_ferti_p2 
pt_o_ferti_s2 
pt_o_ferti_p3 
pt_o_ferti_s3 
pt_o_ferti_p4 
pt_o_ferti_s4 
pt_o_autumn_harrow 
pt_o_autumn_sow 
pt_o_preseeding_cultivator_sow 
pt_o_harvest1 
pt_o_wait 
pt_o_harvest2 
pt_o_foobar 
52  {
53  pt_o_start = 1, // Compulsory, must always be 1 (one).
56  pt_o_ferti_p1, // slurry
58  pt_o_ferti_p2, // NPK
60  pt_o_ferti_p3, // Calcium
62  pt_o_ferti_p4, // NPK
68  pt_o_wait,
71 
72 } PTOatsToDo;
PTOatsToDo
PTOatsToDo
Definition: PTOats.h:52
pt_o_foobar
Definition: PTOats.h:70
pt_o_ferti_s4
Definition: PTOats.h:63
pt_o_start
Definition: PTOats.h:53
pt_o_ferti_s1
Definition: PTOats.h:57
pt_o_ferti_p4
Definition: PTOats.h:62
pt_o_ferti_p2
Definition: PTOats.h:58
pt_o_ferti_p3
Definition: PTOats.h:60
pt_o_sleep_all_day
Definition: PTOats.h:54
pt_o_stubble_harrow
Definition: PTOats.h:55
pt_o_wait
Definition: PTOats.h:68
pt_o_preseeding_cultivator_sow
Definition: PTOats.h:66
pt_o_ferti_s3
Definition: PTOats.h:61
pt_o_autumn_sow
Definition: PTOats.h:65
pt_o_autumn_harrow
Definition: PTOats.h:64
PTOATS_BASE
#define PTOATS_BASE
Definition: PTOats.h:45
pt_o_harvest2
Definition: PTOats.h:69
pt_o_harvest1
Definition: PTOats.h:67
pt_o_ferti_p1
Definition: PTOats.h:56
pt_o_ferti_s2
Definition: PTOats.h:59