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

NLCabbageSpring.h This file contains the headers for the CabbageSpring class
More...

Classes

class  NLCabbageSpring
 NLCabbageSpring class
. More...
 

Macros

#define NLCABBAGESPRING_BASE   25700
 
#define NL_CABS_WINTER_PLOUGH   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 

Enumerations

enum  NLCabbageSpringToDo {
  nl_cabs_start = 1, nl_cabs_sleep_all_day = NLCABBAGESPRING_BASE, nl_cabs_spring_plough_sandy, nl_cabs_ferti_p1,
  nl_cabs_ferti_s1, nl_cabs_preseeding_cultivator, nl_cabs_spring_planting, nl_cabs_weeding1,
  nl_cabs_herbicide1, nl_cabs_weeding2, nl_cabs_fungicide1, nl_cabs_fungicide2,
  nl_cabs_fungicide3, nl_cabs_insecticide1, nl_cabs_insecticide2, nl_cabs_insecticide3,
  nl_cabs_ferti_p2, nl_cabs_ferti_s2, nl_cabs_ferti_p3, nl_cabs_ferti_s3,
  nl_cabs_ferti_p4, nl_cabs_ferti_s4, nl_cabs_watering, nl_cabs_harvest
}
 

Detailed Description

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

◆ NL_CABS_WINTER_PLOUGH

#define NL_CABS_WINTER_PLOUGH   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ NLCABBAGESPRING_BASE

#define NLCABBAGESPRING_BASE   25700

Enumeration Type Documentation

◆ NLCabbageSpringToDo

Below is the list of things that a farmer can do if he is growing cabbage, 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
nl_cabs_start 
nl_cabs_sleep_all_day 
nl_cabs_spring_plough_sandy 
nl_cabs_ferti_p1 
nl_cabs_ferti_s1 
nl_cabs_preseeding_cultivator 
nl_cabs_spring_planting 
nl_cabs_weeding1 
nl_cabs_herbicide1 
nl_cabs_weeding2 
nl_cabs_fungicide1 
nl_cabs_fungicide2 
nl_cabs_fungicide3 
nl_cabs_insecticide1 
nl_cabs_insecticide2 
nl_cabs_insecticide3 
nl_cabs_ferti_p2 
nl_cabs_ferti_s2 
nl_cabs_ferti_p3 
nl_cabs_ferti_s3 
nl_cabs_ferti_p4 
nl_cabs_ferti_s4 
nl_cabs_watering 
nl_cabs_harvest 
nl_cabs_spring_planting
Definition: NLCabbageSpring.h:42
nl_cabs_insecticide2
Definition: NLCabbageSpring.h:50
nl_cabs_ferti_s4
Definition: NLCabbageSpring.h:57
nl_cabs_fungicide3
Definition: NLCabbageSpring.h:48
nl_cabs_weeding1
Definition: NLCabbageSpring.h:43
nl_cabs_fungicide1
Definition: NLCabbageSpring.h:46
NLCabbageSpringToDo
NLCabbageSpringToDo
Definition: NLCabbageSpring.h:35
nl_cabs_sleep_all_day
Definition: NLCabbageSpring.h:37
nl_cabs_preseeding_cultivator
Definition: NLCabbageSpring.h:41
nl_cabs_ferti_p3
Definition: NLCabbageSpring.h:54
nl_cabs_weeding2
Definition: NLCabbageSpring.h:45
nl_cabs_watering
Definition: NLCabbageSpring.h:58
nl_cabs_harvest
Definition: NLCabbageSpring.h:59
NLCABBAGESPRING_BASE
#define NLCABBAGESPRING_BASE
Definition: NLCabbageSpring.h:24
nl_cabs_spring_plough_sandy
Definition: NLCabbageSpring.h:38
nl_cabs_insecticide3
Definition: NLCabbageSpring.h:51
nl_cabs_herbicide1
Definition: NLCabbageSpring.h:44
nl_cabs_ferti_s2
Definition: NLCabbageSpring.h:53
nl_cabs_start
Definition: NLCabbageSpring.h:36
nl_cabs_fungicide2
Definition: NLCabbageSpring.h:47
nl_cabs_ferti_p4
Definition: NLCabbageSpring.h:56
nl_cabs_insecticide1
Definition: NLCabbageSpring.h:49
nl_cabs_ferti_s1
Definition: NLCabbageSpring.h:40
nl_cabs_ferti_p2
Definition: NLCabbageSpring.h:52
nl_cabs_ferti_s3
Definition: NLCabbageSpring.h:55
nl_cabs_ferti_p1
Definition: NLCabbageSpring.h:39