ALMaSS Hare ODDox  1.1
The hare model description following ODdox protocol
FieldPeasStrigling.h
Go to the documentation of this file.
1 //
2 // FieldPeasStrigling.h
3 //
4 /*
5 *******************************************************************************************************
6 Copyright (c) 2011, Christopher John Topping, University of Aarhus
7 All rights reserved.
8 
9 Redistribution and use in source and binary forms, with or without modification, are permitted provided
10 that the following conditions are met:
11 
12 Redistributions of source code must retain the above copyright notice, this list of conditions and the
13 following disclaimer.
14 Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
15 the following disclaimer in the documentation and/or other materials provided with the distribution.
16 
17 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
18 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
19 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
20 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
22 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 ********************************************************************************************************
26 */
27 
28 #ifndef FieldPeasStrigling_H
29 #define FieldPeasStrigling_H
30 
31 #define FPEASS_BASE 30200
32 
33 #define FPEASS_INSECT_DATE m_field->m_user[0]
34 #define FPEASS_FUNGI_DATE m_field->m_user[1]
35 #define FPEASS_WATER_DATE m_field->m_user[2]
36 
37 typedef enum {
38  fpst_start = 1, // Compulsory, start event must always be 1 (one).
58 
59 
60 
61 class FieldPeasStrigling: public Crop
62 {
63 public:
64  bool Do( Farm *a_farm, LE *a_field, FarmEvent *a_ev );
66  {
67  m_first_date=g_date->DayInYear(1,10);
68  }
69 
70 };
71 
72 #endif // FieldPeas_H
fpst_straw_chopping
Definition: FieldPeasStrigling.h:56
fpst_autumn_plough
Definition: FieldPeasStrigling.h:40
fpst_strigling2
Definition: FieldPeasStrigling.h:48
fpst_strigling1
Definition: FieldPeasStrigling.h:47
fpst_strigling4
Definition: FieldPeasStrigling.h:50
FarmEvent
A struct to hold the information required to trigger a farm event.
Definition: farm.h:463
fpst_spring_plough
Definition: FieldPeasStrigling.h:41
Crop::m_first_date
int m_first_date
Definition: farm.h:540
Crop
The base class for all crops.
Definition: farm.h:534
fpst_spring_sow
Definition: FieldPeasStrigling.h:45
FieldPeasStrigling::FieldPeasStrigling
FieldPeasStrigling()
Definition: FieldPeasStrigling.h:65
fpst_start
Definition: FieldPeasStrigling.h:38
fpst_water_one
Definition: FieldPeasStrigling.h:53
fpst_fungicide
Definition: FieldPeasStrigling.h:52
fpst_harvest
Definition: FieldPeasStrigling.h:39
FieldPeasSToDo
FieldPeasSToDo
Definition: FieldPeasStrigling.h:37
FPEASS_BASE
#define FPEASS_BASE
Definition: FieldPeasStrigling.h:31
fpst_fertmanure_stock
Definition: FieldPeasStrigling.h:44
FieldPeasStrigling::Do
bool Do(Farm *a_farm, LE *a_field, FarmEvent *a_ev)
Definition: FieldPeasStrigling.cpp:38
fpst_insecticide
Definition: FieldPeasStrigling.h:51
Farm
The base class for all farm types.
Definition: farm.h:767
fpst_spring_roll
Definition: FieldPeasStrigling.h:46
fpst_fertmanure_plant
Definition: FieldPeasStrigling.h:43
fpst_growth_reg
Definition: FieldPeasStrigling.h:55
fpst_strigling3
Definition: FieldPeasStrigling.h:49
fpst_spring_harrow
Definition: FieldPeasStrigling.h:42
fpst_water_two
Definition: FieldPeasStrigling.h:54
FieldPeasStrigling
Definition: FieldPeasStrigling.h:61