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
PTBeans.h File Reference

PTBeans.h This file contains the headers for the Beans class
More...

Go to the source code of this file.

Classes

class  PTBeans
 PTBeans class
. More...
 

Macros

#define PTBEANS_BASE   31900
 

Enumerations

enum  PTBeansToDo {
  pt_bns_start = 1, pt_bns_sleep_all_day = PTBEANS_BASE, pt_bns_stubble_harrow, pt_bns_autumn_plough,
  pt_bns_ferti_p1, pt_bns_ferti_s1, pt_bns_autumn_harrow, pt_bns_autumn_sow,
  pt_bns_wait, pt_bns_harvest, pt_bns_foobar
}
 A flag used to indicate autumn ploughing status. More...
 

Detailed Description

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

◆ PTBEANS_BASE

#define PTBEANS_BASE   31900

Enumeration Type Documentation

◆ PTBeansToDo

A flag used to indicate autumn ploughing status.

Below is the list of things that a farmer can do if he is growing Beans, 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_bns_start 
pt_bns_sleep_all_day 
pt_bns_stubble_harrow 
pt_bns_autumn_plough 
pt_bns_ferti_p1 
pt_bns_ferti_s1 
pt_bns_autumn_harrow 
pt_bns_autumn_sow 
pt_bns_wait 
pt_bns_harvest 
pt_bns_foobar 
55  {
56  pt_bns_start = 1, // Compulsory, must always be 1 (one).
60  pt_bns_ferti_p1, // NPK
67 } PTBeansToDo;
PTBeansToDo
PTBeansToDo
A flag used to indicate autumn ploughing status.
Definition: PTBeans.h:55
pt_bns_stubble_harrow
Definition: PTBeans.h:58
pt_bns_autumn_sow
Definition: PTBeans.h:63
pt_bns_harvest
Definition: PTBeans.h:65
pt_bns_autumn_harrow
Definition: PTBeans.h:62
pt_bns_start
Definition: PTBeans.h:56
pt_bns_sleep_all_day
Definition: PTBeans.h:57
pt_bns_autumn_plough
Definition: PTBeans.h:59
pt_bns_wait
Definition: PTBeans.h:64
pt_bns_foobar
Definition: PTBeans.h:66
pt_bns_ferti_s1
Definition: PTBeans.h:61
pt_bns_ferti_p1
Definition: PTBeans.h:60
PTBEANS_BASE
#define PTBEANS_BASE
Definition: PTBeans.h:45