ALMaSS Skylark ODDox  1.1
The skylark model description following ODdox protocol
PLBeet.h File Reference

PLBeet.h This file contains the headers for the Beet class
More...

Classes

class  PLBeet
 PLBeet class
. More...
 

Macros

#define PLBEET_BASE   21000
 
#define PL_BE_FERTI_P1   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define PL_BE_FERTI_S1   a_field->m_user[2]
 
#define PL_BE_STUBBLE_PLOUGH   a_field->m_user[3]
 
#define PL_BE_WINTER_PLOUGH   a_field->m_user[4]
 
#define PL_BE_SPRING_FERTI   a_field->m_user[5]
 
#define PL_BE_WATER_DATE   a_field->m_user[6]
 
#define PL_BE_HERBI_DATE   a_field->m_user[7]
 
#define PL_BE_HERBI1   a_field->m_user[8]
 
#define PL_BE_HERBI3   a_field->m_user[9]
 

Enumerations

enum  PLBeetToDo {
  pl_be_start = 1, pl_be_sleep_all_day = PLBEET_BASE, pl_be_ferti_p1, pl_be_ferti_s1,
  pl_be_stubble_plough, pl_be_autumn_harrow1, pl_be_autumn_harrow2, pl_be_stubble_harrow,
  pl_be_ferti_p2, pl_be_ferti_s2, pl_be_ferti_p3, pl_be_ferti_s3,
  pl_be_winter_plough, pl_be_winter_stubble_cultivator_heavy, pl_be_spring_harrow, pl_be_ferti_p4,
  pl_be_ferti_s4, pl_be_ferti_p5, pl_be_ferti_s5, pl_be_heavy_cultivator,
  pl_be_preseeding_cultivator, pl_be_preseeding_cultivator_sow, pl_be_spring_sow, pl_be_harrow_before_emergence,
  pl_be_thinning, pl_be_watering1, pl_be_watering2, pl_be_watering3,
  pl_be_herbicide1, pl_be_herbicide2, pl_be_herbicide3, pl_be_herbicide4,
  pl_be_fungicide1, pl_be_fungicide2, pl_be_insecticide, pl_be_ferti_p6,
  pl_be_ferti_s6, pl_be_ferti_p7, pl_be_ferti_s7, pl_be_harvest,
  pl_be_ferti_p8, pl_be_ferti_s8
}
 

Detailed Description

PLBeet.h This file contains the headers for the Beet class

by Chris J. Topping
modified by Elzbieta Ziolkowska
Version of October 2017
All rights reserved.

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

Macro Definition Documentation

◆ PL_BE_FERTI_P1

#define PL_BE_FERTI_P1   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ PL_BE_FERTI_S1

#define PL_BE_FERTI_S1   a_field->m_user[2]

◆ PL_BE_HERBI1

#define PL_BE_HERBI1   a_field->m_user[8]

◆ PL_BE_HERBI3

#define PL_BE_HERBI3   a_field->m_user[9]

◆ PL_BE_HERBI_DATE

#define PL_BE_HERBI_DATE   a_field->m_user[7]

◆ PL_BE_SPRING_FERTI

#define PL_BE_SPRING_FERTI   a_field->m_user[5]

◆ PL_BE_STUBBLE_PLOUGH

#define PL_BE_STUBBLE_PLOUGH   a_field->m_user[3]

◆ PL_BE_WATER_DATE

#define PL_BE_WATER_DATE   a_field->m_user[6]

◆ PL_BE_WINTER_PLOUGH

#define PL_BE_WINTER_PLOUGH   a_field->m_user[4]

◆ PLBEET_BASE

#define PLBEET_BASE   21000

Enumeration Type Documentation

◆ PLBeetToDo

enum PLBeetToDo

Below is the list of things that a farmer can do if he is growing beet, 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
pl_be_start 
pl_be_sleep_all_day 
pl_be_ferti_p1 
pl_be_ferti_s1 
pl_be_stubble_plough 
pl_be_autumn_harrow1 
pl_be_autumn_harrow2 
pl_be_stubble_harrow 
pl_be_ferti_p2 
pl_be_ferti_s2 
pl_be_ferti_p3 
pl_be_ferti_s3 
pl_be_winter_plough 
pl_be_winter_stubble_cultivator_heavy 
pl_be_spring_harrow 
pl_be_ferti_p4 
pl_be_ferti_s4 
pl_be_ferti_p5 
pl_be_ferti_s5 
pl_be_heavy_cultivator 
pl_be_preseeding_cultivator 
pl_be_preseeding_cultivator_sow 
pl_be_spring_sow 
pl_be_harrow_before_emergence 
pl_be_thinning 
pl_be_watering1 
pl_be_watering2 
pl_be_watering3 
pl_be_herbicide1 
pl_be_herbicide2 
pl_be_herbicide3 
pl_be_herbicide4 
pl_be_fungicide1 
pl_be_fungicide2 
pl_be_insecticide 
pl_be_ferti_p6 
pl_be_ferti_s6 
pl_be_ferti_p7 
pl_be_ferti_s7 
pl_be_harvest 
pl_be_ferti_p8 
pl_be_ferti_s8 
pl_be_heavy_cultivator
Definition: PLBeet.h:64
pl_be_ferti_s8
Definition: PLBeet.h:86
pl_be_ferti_s5
Definition: PLBeet.h:63
pl_be_ferti_p2
Definition: PLBeet.h:53
pl_be_herbicide3
Definition: PLBeet.h:75
pl_be_stubble_plough
Definition: PLBeet.h:49
pl_be_ferti_p5
Definition: PLBeet.h:62
pl_be_watering3
Definition: PLBeet.h:72
pl_be_ferti_s3
Definition: PLBeet.h:56
pl_be_stubble_harrow
Definition: PLBeet.h:52
pl_be_ferti_p4
Definition: PLBeet.h:60
PLBEET_BASE
#define PLBEET_BASE
Definition: PLBeet.h:24
pl_be_ferti_p6
Definition: PLBeet.h:80
pl_be_autumn_harrow1
Definition: PLBeet.h:50
pl_be_ferti_s4
Definition: PLBeet.h:61
pl_be_herbicide1
Definition: PLBeet.h:73
pl_be_ferti_p1
Definition: PLBeet.h:47
pl_be_thinning
Definition: PLBeet.h:69
pl_be_winter_stubble_cultivator_heavy
Definition: PLBeet.h:58
PLBeetToDo
PLBeetToDo
Definition: PLBeet.h:44
pl_be_ferti_s6
Definition: PLBeet.h:81
pl_be_watering1
Definition: PLBeet.h:70
pl_be_ferti_p3
Definition: PLBeet.h:55
pl_be_preseeding_cultivator_sow
Definition: PLBeet.h:66
pl_be_ferti_s2
Definition: PLBeet.h:54
pl_be_sleep_all_day
Definition: PLBeet.h:46
pl_be_fungicide2
Definition: PLBeet.h:78
pl_be_spring_sow
Definition: PLBeet.h:67
pl_be_ferti_s1
Definition: PLBeet.h:48
pl_be_spring_harrow
Definition: PLBeet.h:59
pl_be_herbicide2
Definition: PLBeet.h:74
pl_be_harrow_before_emergence
Definition: PLBeet.h:68
pl_be_start
Definition: PLBeet.h:45
pl_be_winter_plough
Definition: PLBeet.h:57
pl_be_insecticide
Definition: PLBeet.h:79
pl_be_ferti_s7
Definition: PLBeet.h:83
pl_be_preseeding_cultivator
Definition: PLBeet.h:65
pl_be_ferti_p8
Definition: PLBeet.h:85
pl_be_herbicide4
Definition: PLBeet.h:76
pl_be_ferti_p7
Definition: PLBeet.h:82
pl_be_harvest
Definition: PLBeet.h:84
pl_be_watering2
Definition: PLBeet.h:71
pl_be_fungicide1
Definition: PLBeet.h:77
pl_be_autumn_harrow2
Definition: PLBeet.h:51