ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Classes | Enumerations | Variables
plants.h File Reference
#include <vector>
#include <cstdio>
#include "tov_declaration.h"
#include "tole_declaration.h"

Go to the source code of this file.

Classes

class  CropGrowth
 
class  CropData
 

Enumerations

enum  Growth_Phases {
  janfirst = 0, sow, marchfirst, harvest1,
  harvest2, vegphase_foobar
}
 Growth phase indicator. More...
 

Variables

const unsigned int MaxNoInflections = 15
 
class CropDatag_crops
 

Enumeration Type Documentation

Growth phase indicator.

janfirst = from Jan 1st sow = after sowing marchfirst = after march 1st harvest1 = after first harvest/cut harvest2 = after 2nd harvest/cut and subsequent ones (if different veg behaviour to '3')

Enumerator
janfirst 
sow 
marchfirst 
harvest1 
harvest2 
vegphase_foobar 

Definition at line 49 of file plants.h.

49  {
50  janfirst = 0,
51  sow,
52  marchfirst,
53  harvest1,
54  harvest2,
56 }
Definition: plants.h:51

Variable Documentation

class CropData* g_crops
const unsigned int MaxNoInflections = 15

Definition at line 39 of file plants.h.

Referenced by CropData::CropData(), and CropData::FindDiff().