File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/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
Potatoes.h File Reference

Go to the source code of this file.

Classes

class  Potatoes
 

Macros

#define POTATOESEAT_BASE   5600
 
#define POT_SLURRY_DATE   m_field->m_user[0]
 
#define POT_HERBI_DATE   m_field->m_user[1]
 
#define POT_STRIG_DATE   m_field->m_user[2]
 
#define POT_HILL_DATE   m_field->m_user[3]
 
#define POT_DID_TREAT   m_field->m_user[4]
 
#define POT_DID_HILL   m_field->m_user[5]
 
#define POT_WATER_DATE   m_field->m_user[6]
 
#define POT_FUNGI_DATE   m_field->m_user[7]
 

Enumerations

enum  PotatoesEatToDo {
  pe_start = 1, pe_autumn_plough = POTATOESEAT_BASE, pe_spring_plough, pe_spring_harrow,
  pe_fa_slurry, pe_spring_sow, pe_fa_npk, pe_fp_npk,
  pe_herbi_one, pe_herbi_two, pe_herbi_three, pe_strigling_one,
  pe_strigling_two, pe_strigling_three, pe_hilling, pe_insecticide,
  pe_water_one, pe_water_two, pe_water_three, pe_fungi_one,
  pe_fungi_two, pe_fungi_three, pe_fungi_four, pe_fungi_five,
  pe_growth_reg, pe_harvest, pe_foobar
}
 

Macro Definition Documentation

◆ POT_DID_HILL

#define POT_DID_HILL   m_field->m_user[5]

◆ POT_DID_TREAT

#define POT_DID_TREAT   m_field->m_user[4]

◆ POT_FUNGI_DATE

#define POT_FUNGI_DATE   m_field->m_user[7]

◆ POT_HERBI_DATE

#define POT_HERBI_DATE   m_field->m_user[1]

◆ POT_HILL_DATE

#define POT_HILL_DATE   m_field->m_user[3]

◆ POT_SLURRY_DATE

#define POT_SLURRY_DATE   m_field->m_user[0]

◆ POT_STRIG_DATE

#define POT_STRIG_DATE   m_field->m_user[2]

◆ POT_WATER_DATE

#define POT_WATER_DATE   m_field->m_user[6]

◆ POTATOESEAT_BASE

#define POTATOESEAT_BASE   5600

Enumeration Type Documentation

◆ PotatoesEatToDo

Enumerator
pe_start 
pe_autumn_plough 
pe_spring_plough 
pe_spring_harrow 
pe_fa_slurry 
pe_spring_sow 
pe_fa_npk 
pe_fp_npk 
pe_herbi_one 
pe_herbi_two 
pe_herbi_three 
pe_strigling_one 
pe_strigling_two 
pe_strigling_three 
pe_hilling 
pe_insecticide 
pe_water_one 
pe_water_two 
pe_water_three 
pe_fungi_one 
pe_fungi_two 
pe_fungi_three 
pe_fungi_four 
pe_fungi_five 
pe_growth_reg 
pe_harvest 
pe_foobar 
41  {
42  pe_start = 1, // Compulsory, start event must always be 1 (one).
48  pe_fa_npk,
49  pe_fp_npk,
56  pe_hilling,
67  pe_harvest,
68  pe_foobar
pe_start
Definition: Potatoes.h:42
pe_spring_harrow
Definition: Potatoes.h:45
pe_strigling_one
Definition: Potatoes.h:53
pe_herbi_three
Definition: Potatoes.h:52
pe_fa_slurry
Definition: Potatoes.h:46
pe_fungi_five
Definition: Potatoes.h:65
pe_fa_npk
Definition: Potatoes.h:48
PotatoesEatToDo
PotatoesEatToDo
Definition: Potatoes.h:41
pe_spring_sow
Definition: Potatoes.h:47
pe_spring_plough
Definition: Potatoes.h:44
pe_foobar
Definition: Potatoes.h:68
pe_water_two
Definition: Potatoes.h:59
pe_harvest
Definition: Potatoes.h:67
pe_fungi_two
Definition: Potatoes.h:62
pe_strigling_two
Definition: Potatoes.h:54
pe_fungi_four
Definition: Potatoes.h:64
pe_hilling
Definition: Potatoes.h:56
pe_growth_reg
Definition: Potatoes.h:66
pe_water_one
Definition: Potatoes.h:58
pe_fp_npk
Definition: Potatoes.h:49
pe_autumn_plough
Definition: Potatoes.h:43
pe_fungi_three
Definition: Potatoes.h:63
pe_insecticide
Definition: Potatoes.h:57
POTATOESEAT_BASE
#define POTATOESEAT_BASE
Definition: Potatoes.h:31
pe_water_three
Definition: Potatoes.h:60
pe_fungi_one
Definition: Potatoes.h:61
pe_strigling_three
Definition: Potatoes.h:55
pe_herbi_two
Definition: Potatoes.h:51
pe_herbi_one
Definition: Potatoes.h:50