ALMaSS Hare ODDox  1.1
The hare model description following ODdox protocol
MaizeSilage.h
Go to the documentation of this file.
1 //
2 // MaizeSilage.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 MAIZESILAGE_H
29 #define MAIZESILAGE_H
30 
31 #define MAIZESILAGE_BASE 6730
32 #define MAIZESILAGE_SOW_DATE m_field->m_user[0]
33 #define MAIZESILAGE_HERBI_ONE_DATE m_field->m_user[1]
34 
35 typedef enum {
36  ms_start = 1, // Compulsory, start event must always be 1 (one).
55 
56 
57 
58 class MaizeSilage: public Crop
59 {
60 public:
61  bool Do( Farm *a_farm, LE *a_field, FarmEvent *a_ev );
63  {
64  m_first_date=g_date->DayInYear(15,10);
65  }
66 };
67 
68 #endif // MAIZESILAGE_H
MaizeSilageToDo
MaizeSilageToDo
Definition: MaizeSilage.h:35
FarmEvent
A struct to hold the information required to trigger a farm event.
Definition: farm.h:463
ms_herbi_two
Definition: MaizeSilage.h:48
ms_autumn_plough
Definition: MaizeSilage.h:39
MaizeSilage::MaizeSilage
MaizeSilage()
Definition: MaizeSilage.h:62
ms_harvest
Definition: MaizeSilage.h:52
Crop::m_first_date
int m_first_date
Definition: farm.h:540
ms_stubble
Definition: MaizeSilage.h:53
ms_water_two
Definition: MaizeSilage.h:51
ms_row_one
Definition: MaizeSilage.h:46
Crop
The base class for all crops.
Definition: farm.h:534
MAIZESILAGE_BASE
#define MAIZESILAGE_BASE
Definition: MaizeSilage.h:31
MaizeSilage
Definition: MaizeSilage.h:58
ms_fa_slurry_two
Definition: MaizeSilage.h:47
ms_spring_harrow
Definition: MaizeSilage.h:42
ms_start
Definition: MaizeSilage.h:36
ms_fa_manure_b
Definition: MaizeSilage.h:38
ms_fa_manure_a
Definition: MaizeSilage.h:37
ms_fa_slurry_one
Definition: MaizeSilage.h:40
ms_spring_plough
Definition: MaizeSilage.h:41
Farm
The base class for all farm types.
Definition: farm.h:767
ms_row_two
Definition: MaizeSilage.h:49
ms_spring_sow
Definition: MaizeSilage.h:43
ms_fa_npk
Definition: MaizeSilage.h:44
MaizeSilage::Do
bool Do(Farm *a_farm, LE *a_field, FarmEvent *a_ev)
Definition: MaizeSilage.cpp:36
ms_herbi_one
Definition: MaizeSilage.h:45
ms_water_one
Definition: MaizeSilage.h:50