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

BEMaizeCC.h This file contains the headers for the MaizeCC class
More...

Go to the source code of this file.

Classes

class  BEMaizeCC
 BEMaize class
. More...
 

Macros

#define BEMAIZECC_BASE   25250
 
#define BE_MCC_START_FERTI   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 

Enumerations

enum  BEMaizeCCToDo {
  BE_mcc_start = 1, BE_mcc_sleep_all_day = BEMAIZECC_BASE, BE_mcc_stubble_harrow1, BE_mcc_stubble_harrow2,
  BE_mcc_winter_plough1, BE_mcc_winter_plough2, BE_mcc_ferti_p1, BE_mcc_ferti_s1,
  BE_mcc_spring_plough1, BE_mcc_spring_plough2, BE_mcc_preseeding_cultivator, BE_mcc_spring_sow_with_ferti,
  BE_mcc_spring_sow, BE_mcc_ferti_p2, BE_mcc_ferti_s2, BE_mcc_herbicide1,
  BE_mcc_harvest, BE_mcc_straw_chopping, BE_mcc_wait
}
 

Detailed Description

BEMaizeCC.h This file contains the headers for the MaizeCC class

by Chris J. Topping
Version of August 2022
All rights reserved.

Macro Definition Documentation

◆ BE_MCC_START_FERTI

#define BE_MCC_START_FERTI   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ BEMAIZECC_BASE

#define BEMAIZECC_BASE   25250

Enumeration Type Documentation

◆ BEMaizeCCToDo

Below is the list of things that a farmer can do if he is growing mazie, 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
BE_mcc_start 
BE_mcc_sleep_all_day 
BE_mcc_stubble_harrow1 
BE_mcc_stubble_harrow2 
BE_mcc_winter_plough1 
BE_mcc_winter_plough2 
BE_mcc_ferti_p1 
BE_mcc_ferti_s1 
BE_mcc_spring_plough1 
BE_mcc_spring_plough2 
BE_mcc_preseeding_cultivator 
BE_mcc_spring_sow_with_ferti 
BE_mcc_spring_sow 
BE_mcc_ferti_p2 
BE_mcc_ferti_s2 
BE_mcc_herbicide1 
BE_mcc_harvest 
BE_mcc_straw_chopping 
BE_mcc_wait 
BE_mcc_ferti_s1
Definition: BEMaizeCC.h:39
BE_mcc_preseeding_cultivator
Definition: BEMaizeCC.h:42
BE_mcc_stubble_harrow2
Definition: BEMaizeCC.h:35
BE_mcc_spring_plough1
Definition: BEMaizeCC.h:40
BEMAIZECC_BASE
#define BEMAIZECC_BASE
Definition: BEMaizeCC.h:20
BE_mcc_winter_plough2
Definition: BEMaizeCC.h:37
BE_mcc_straw_chopping
Definition: BEMaizeCC.h:49
BE_mcc_ferti_p1
Definition: BEMaizeCC.h:38
BE_mcc_ferti_p2
Definition: BEMaizeCC.h:45
BE_mcc_spring_sow_with_ferti
Definition: BEMaizeCC.h:43
BE_mcc_spring_sow
Definition: BEMaizeCC.h:44
BE_mcc_ferti_s2
Definition: BEMaizeCC.h:46
BEMaizeCCToDo
BEMaizeCCToDo
Definition: BEMaizeCC.h:31
BE_mcc_harvest
Definition: BEMaizeCC.h:48
BE_mcc_sleep_all_day
Definition: BEMaizeCC.h:33
BE_mcc_spring_plough2
Definition: BEMaizeCC.h:41
BE_mcc_herbicide1
Definition: BEMaizeCC.h:47
BE_mcc_wait
Definition: BEMaizeCC.h:50
BE_mcc_start
Definition: BEMaizeCC.h:32
BE_mcc_stubble_harrow1
Definition: BEMaizeCC.h:34
BE_mcc_winter_plough1
Definition: BEMaizeCC.h:36