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

FI_FabaBean.h This file contains the headers for the FabaBean class
More...

Go to the source code of this file.

Classes

class  FI_FabaBean
 FI_FabaBean class
. More...
 

Macros

#define FI_FB_BASE   72700
 
#define FI_FB_AUTUMN_PLOUGH   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define FI_FB_DECIDE_TO_HERB   a_field->m_user[2]
 
#define FI_FB_DECIDE_TO_FI   a_field->m_user[3]
 

Enumerations

enum  FI_FabaBeanToDo {
  fi_fb_start = 1, fi_fb_sleep_all_day = FI_FB_BASE, fi_fb_stubble_cultivator1, fi_fb_autumn_plough1,
  fi_fb_spring_plough, fi_fb_preseeding_cultivation, fi_fb_preseeding_sow, fi_fb_sow,
  fi_fb_fertilizer, fi_fb_herbicide1, fi_fb_fungicide, fi_fb_harvest,
  fi_fb_herbicide2, fi_fb_stubble_cultivator2, fi_fb_autumn_plough2, fi_fb_foobar
}
 

Detailed Description

FI_FabaBean.h This file contains the headers for the FabaBean class

by Chris J. Topping, modified by Luna Kondrup Marcussen
Version of June 2021
All rights reserved.

With additions as noted in:
Doxygen formatted comments in July 2008

Macro Definition Documentation

◆ FI_FB_AUTUMN_PLOUGH

#define FI_FB_AUTUMN_PLOUGH   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ FI_FB_BASE

#define FI_FB_BASE   72700

◆ FI_FB_DECIDE_TO_FI

#define FI_FB_DECIDE_TO_FI   a_field->m_user[3]

◆ FI_FB_DECIDE_TO_HERB

#define FI_FB_DECIDE_TO_HERB   a_field->m_user[2]

Enumeration Type Documentation

◆ FI_FabaBeanToDo

Below is the list of things that a farmer can do if he is growing FabaBean, 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
fi_fb_start 
fi_fb_sleep_all_day 
fi_fb_stubble_cultivator1 
fi_fb_autumn_plough1 
fi_fb_spring_plough 
fi_fb_preseeding_cultivation 
fi_fb_preseeding_sow 
fi_fb_sow 
fi_fb_fertilizer 
fi_fb_herbicide1 
fi_fb_fungicide 
fi_fb_harvest 
fi_fb_herbicide2 
fi_fb_stubble_cultivator2 
fi_fb_autumn_plough2 
fi_fb_foobar 
fi_fb_autumn_plough2
Definition: FI_FabaBean.h:82
fi_fb_spring_plough
Definition: FI_FabaBean.h:72
fi_fb_start
Definition: FI_FabaBean.h:68
FI_FabaBeanToDo
FI_FabaBeanToDo
Definition: FI_FabaBean.h:67
fi_fb_preseeding_sow
Definition: FI_FabaBean.h:74
fi_fb_herbicide1
Definition: FI_FabaBean.h:77
fi_fb_preseeding_cultivation
Definition: FI_FabaBean.h:73
FI_FB_BASE
#define FI_FB_BASE
Definition: FI_FabaBean.h:53
fi_fb_autumn_plough1
Definition: FI_FabaBean.h:71
fi_fb_stubble_cultivator1
Definition: FI_FabaBean.h:70
fi_fb_fungicide
Definition: FI_FabaBean.h:78
fi_fb_foobar
Definition: FI_FabaBean.h:83
fi_fb_stubble_cultivator2
Definition: FI_FabaBean.h:81
fi_fb_herbicide2
Definition: FI_FabaBean.h:80
fi_fb_harvest
Definition: FI_FabaBean.h:79
fi_fb_sow
Definition: FI_FabaBean.h:75
fi_fb_fertilizer
Definition: FI_FabaBean.h:76
fi_fb_sleep_all_day
Definition: FI_FabaBean.h:69