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

Go to the source code of this file.

Classes

class  OWinterRape
 

Macros

#define OWINTERRAPE_BASE   4700
 
#define OWR_DID_RC_CLEAN   m_field->m_user[0]
 
#define OWR_DID_HERBI_ZERO   m_field->m_user[1]
 
#define OWR_INSECT_DATE   m_field->m_user[2]
 
#define OWR_FUNGI_DATE   m_field->m_user[3]
 
#define OWR_SWARTH_DATE   m_field->m_user[4]
 

Enumerations

enum  OWinterRapeToDo {
  owr_start = 1, owr_fa_manure = OWINTERRAPE_BASE, owr_fp_manure, owr_autumn_plough,
  owr_autumn_harrow, owr_autumn_sow, owr_row_cultivation_one, owr_row_cultivation_two,
  owr_fa_slurry, owr_fp_slurry, owr_row_cultivation_three, owr_swarth,
  owr_harvest, owr_straw_chop, owr_stub_harrow, owr_foobar
}
 

Macro Definition Documentation

◆ OWINTERRAPE_BASE

#define OWINTERRAPE_BASE   4700

◆ OWR_DID_HERBI_ZERO

#define OWR_DID_HERBI_ZERO   m_field->m_user[1]

◆ OWR_DID_RC_CLEAN

#define OWR_DID_RC_CLEAN   m_field->m_user[0]

◆ OWR_FUNGI_DATE

#define OWR_FUNGI_DATE   m_field->m_user[3]

◆ OWR_INSECT_DATE

#define OWR_INSECT_DATE   m_field->m_user[2]

◆ OWR_SWARTH_DATE

#define OWR_SWARTH_DATE   m_field->m_user[4]

Enumeration Type Documentation

◆ OWinterRapeToDo

Enumerator
owr_start 
owr_fa_manure 
owr_fp_manure 
owr_autumn_plough 
owr_autumn_harrow 
owr_autumn_sow 
owr_row_cultivation_one 
owr_row_cultivation_two 
owr_fa_slurry 
owr_fp_slurry 
owr_row_cultivation_three 
owr_swarth 
owr_harvest 
owr_straw_chop 
owr_stub_harrow 
owr_foobar 
42  {
43  owr_start = 1, // Compulsory, start event must always be 1 (one).
54  owr_swarth,
58  owr_foobar,
owr_row_cultivation_two
Definition: OWinterRape.h:50
owr_fp_slurry
Definition: OWinterRape.h:52
owr_row_cultivation_three
Definition: OWinterRape.h:53
OWinterRapeToDo
OWinterRapeToDo
Definition: OWinterRape.h:42
owr_autumn_plough
Definition: OWinterRape.h:46
owr_row_cultivation_one
Definition: OWinterRape.h:49
OWINTERRAPE_BASE
#define OWINTERRAPE_BASE
Definition: OWinterRape.h:35
owr_foobar
Definition: OWinterRape.h:58
owr_autumn_harrow
Definition: OWinterRape.h:47
owr_fa_slurry
Definition: OWinterRape.h:51
owr_stub_harrow
Definition: OWinterRape.h:57
owr_start
Definition: OWinterRape.h:43
owr_fa_manure
Definition: OWinterRape.h:44
owr_straw_chop
Definition: OWinterRape.h:56
owr_fp_manure
Definition: OWinterRape.h:45
owr_harvest
Definition: OWinterRape.h:55
owr_swarth
Definition: OWinterRape.h:54
owr_autumn_sow
Definition: OWinterRape.h:48