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

DE_Peas.h This file contains the headers for the DE_Peas class
More...

Go to the source code of this file.

Classes

class  DE_Peas
 DE_Peas class
. More...
 

Macros

#define DE_PEAS_BASE   38700
 

Enumerations

enum  DE_PeasToDo {
  de_pe_start = 1, de_pe_sleep_all_day = DE_PEAS_BASE, de_pe_autumn, de_pe_spring_harrow,
  de_pe_ferti_p1, de_pe_ferti_s1, de_pe_fungicide1, de_pe_spring_sow,
  de_pe_herbicide1, de_pe_herbicide2, de_pe_herbicide3, de_pe_insecticide1,
  de_pe_insecticide2, de_pe_herbicide4, de_pe_fungicide2, de_pe_insecticide3,
  de_pe_fungicide3, de_pe_insecticide4, de_pe_fungicide4, de_pe_herbicide5,
  de_pe_harvest, de_pe_foobar
}
 Flags. More...
 

Detailed Description

DE_Peas.h This file contains the headers for the DE_Peas class

by Chris J. Topping and Luna Kondrup Marcussen, modified by Susanne Stein
Version of August 2021
All rights reserved.

With additions as noted in:
Doxygen formatted comments in July 2008

Macro Definition Documentation

◆ DE_PEAS_BASE

#define DE_PEAS_BASE   38700

Enumeration Type Documentation

◆ DE_PeasToDo

Flags.

Below is the list of things that a farmer can do if he is growing peas, 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
de_pe_start 
de_pe_sleep_all_day 
de_pe_autumn 
de_pe_spring_harrow 
de_pe_ferti_p1 
de_pe_ferti_s1 
de_pe_fungicide1 
de_pe_spring_sow 
de_pe_herbicide1 
de_pe_herbicide2 
de_pe_herbicide3 
de_pe_insecticide1 
de_pe_insecticide2 
de_pe_herbicide4 
de_pe_fungicide2 
de_pe_insecticide3 
de_pe_fungicide3 
de_pe_insecticide4 
de_pe_fungicide4 
de_pe_herbicide5 
de_pe_harvest 
de_pe_foobar 
de_pe_herbicide2
Definition: DE_Peas.h:73
de_pe_herbicide4
Definition: DE_Peas.h:77
de_pe_herbicide5
Definition: DE_Peas.h:83
de_pe_insecticide4
Definition: DE_Peas.h:81
de_pe_start
Definition: DE_Peas.h:64
de_pe_insecticide3
Definition: DE_Peas.h:79
de_pe_ferti_s1
Definition: DE_Peas.h:69
de_pe_foobar
Definition: DE_Peas.h:85
DE_PEAS_BASE
#define DE_PEAS_BASE
Definition: DE_Peas.h:53
de_pe_sleep_all_day
Definition: DE_Peas.h:65
de_pe_harvest
Definition: DE_Peas.h:84
de_pe_insecticide1
Definition: DE_Peas.h:75
de_pe_fungicide3
Definition: DE_Peas.h:80
de_pe_herbicide1
Definition: DE_Peas.h:72
de_pe_herbicide3
Definition: DE_Peas.h:74
de_pe_fungicide4
Definition: DE_Peas.h:82
de_pe_spring_sow
Definition: DE_Peas.h:71
de_pe_insecticide2
Definition: DE_Peas.h:76
de_pe_fungicide1
Definition: DE_Peas.h:70
de_pe_spring_harrow
Definition: DE_Peas.h:67
de_pe_fungicide2
Definition: DE_Peas.h:78
de_pe_autumn
Definition: DE_Peas.h:66
de_pe_ferti_p1
Definition: DE_Peas.h:68
DE_PeasToDo
DE_PeasToDo
Flags.
Definition: DE_Peas.h:63