ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Public Attributes | List of all members
CropActualValues Struct Reference

Struct for storing actual data on crop type, area of a field it is grown in, biomass at harvest, numbers of pesticide applications and missed pesticide applications. More...

#include <elements.h>

Public Attributes

bool taken
 
TTypesOfVegetation tov_type
 
double biomass_at_harvest
 
bool harvested
 
double area
 
int no_herb_app
 
int missed_herb_app
 
int no_fi_app
 
int missed_fi_app
 

Detailed Description

Struct for storing actual data on crop type, area of a field it is grown in, biomass at harvest, numbers of pesticide applications and missed pesticide applications.

Definition at line 474 of file elements.h.

Member Data Documentation

double CropActualValues::area

Definition at line 479 of file elements.h.

Referenced by OptimisingFarm::ActualProfit(), and VegElement::Clean_CropDataStorage().

double CropActualValues::biomass_at_harvest

Definition at line 477 of file elements.h.

Referenced by OptimisingFarm::ActualProfit(), and VegElement::Clean_CropDataStorage().

bool CropActualValues::harvested

Definition at line 478 of file elements.h.

Referenced by OptimisingFarm::ActualProfit(), and VegElement::Clean_CropDataStorage().

int CropActualValues::missed_fi_app

Definition at line 483 of file elements.h.

Referenced by OptimisingFarm::ActualProfit(), and VegElement::Clean_CropDataStorage().

int CropActualValues::missed_herb_app

Definition at line 481 of file elements.h.

Referenced by OptimisingFarm::ActualProfit(), and VegElement::Clean_CropDataStorage().

int CropActualValues::no_fi_app

Definition at line 482 of file elements.h.

Referenced by OptimisingFarm::ActualProfit(), and VegElement::Clean_CropDataStorage().

int CropActualValues::no_herb_app

Definition at line 480 of file elements.h.

Referenced by OptimisingFarm::ActualProfit(), and VegElement::Clean_CropDataStorage().

bool CropActualValues::taken

Definition at line 475 of file elements.h.

Referenced by OptimisingFarm::ActualProfit(), and VegElement::Clean_CropDataStorage().

TTypesOfVegetation CropActualValues::tov_type

Definition at line 476 of file elements.h.

Referenced by OptimisingFarm::ActualProfit(), and VegElement::Clean_CropDataStorage().


The documentation for this struct was generated from the following file: