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

PTCabbage_Hort.h This file contains the headers for the Cabbage class
More...

Go to the source code of this file.

Classes

class  PTCabbage_Hort
 PTCabbage_Hort class
. More...
 

Macros

#define PTCABBAGE_HORT_BASE   32800
 

Enumerations

enum  PTCabbage_HortToDo {
  pt_cabb_hort_start = 1, pt_cabb_hort_sleep_all_day = PTCABBAGE_HORT_BASE, pt_cabb_hort_winter_plough, pt_cabb_hort_winter_harrow,
  pt_cabb_hort_ferti_p1, pt_cabb_hort_ferti_s1, pt_cabb_hort_winter_sow, pt_cabb_hort_irrigation_start1,
  pt_cabb_hort_irrigation1, pt_cabb_hort_herbicide, pt_cabb_hort_ferti_p2, pt_cabb_hort_ferti_s2,
  pt_cabb_hort_insecticide, pt_cabb_hort_harvest, pt_cabb_hort_foobar
}
 

Detailed Description

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

◆ PTCABBAGE_HORT_BASE

#define PTCABBAGE_HORT_BASE   32800

Enumeration Type Documentation

◆ PTCabbage_HortToDo

Below is the list of things that a farmer can do if he is growing PTCabbage_Hort, 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_cabb_hort_start 
pt_cabb_hort_sleep_all_day 
pt_cabb_hort_winter_plough 
pt_cabb_hort_winter_harrow 
pt_cabb_hort_ferti_p1 
pt_cabb_hort_ferti_s1 
pt_cabb_hort_winter_sow 
pt_cabb_hort_irrigation_start1 
pt_cabb_hort_irrigation1 
pt_cabb_hort_herbicide 
pt_cabb_hort_ferti_p2 
pt_cabb_hort_ferti_s2 
pt_cabb_hort_insecticide 
pt_cabb_hort_harvest 
pt_cabb_hort_foobar 
pt_cabb_hort_irrigation1
Definition: PTCabbage_Hort.h:61
pt_cabb_hort_ferti_p2
Definition: PTCabbage_Hort.h:63
pt_cabb_hort_ferti_p1
Definition: PTCabbage_Hort.h:57
pt_cabb_hort_irrigation_start1
Definition: PTCabbage_Hort.h:60
PTCABBAGE_HORT_BASE
#define PTCABBAGE_HORT_BASE
Definition: PTCabbage_Hort.h:45
pt_cabb_hort_herbicide
Definition: PTCabbage_Hort.h:62
pt_cabb_hort_foobar
Definition: PTCabbage_Hort.h:67
pt_cabb_hort_winter_plough
Definition: PTCabbage_Hort.h:55
pt_cabb_hort_winter_harrow
Definition: PTCabbage_Hort.h:56
pt_cabb_hort_start
Definition: PTCabbage_Hort.h:53
pt_cabb_hort_harvest
Definition: PTCabbage_Hort.h:66
pt_cabb_hort_ferti_s1
Definition: PTCabbage_Hort.h:58
pt_cabb_hort_winter_sow
Definition: PTCabbage_Hort.h:59
pt_cabb_hort_insecticide
Definition: PTCabbage_Hort.h:65
pt_cabb_hort_sleep_all_day
Definition: PTCabbage_Hort.h:54
PTCabbage_HortToDo
PTCabbage_HortToDo
Definition: PTCabbage_Hort.h:52
pt_cabb_hort_ferti_s2
Definition: PTCabbage_Hort.h:64