Go to the source code of this file.
|
| enum | WinterWheatTreatmentToDo {
wwpt_start = 1,
wwpt_sleep_all_day = WWHEATPTREATMENT_BASE,
wwpt_ferti_p1,
wwpt_ferti_s1,
wwpt_ferti_s2,
wwpt_autumn_plough,
wwpt_autumn_harrow,
wwpt_stubble_harrow1,
wwpt_autumn_sow,
wwpt_autumn_roll,
wwpt_ferti_p2,
wwpt_herbicide1,
wwpt_spring_roll,
wwpt_herbicide2,
wwpt_GR,
wwpt_fungicide,
wwpt_fungicide2,
wwpt_insecticide1,
wwpt_insecticide2,
wwpt_insecticide3,
wwpt_strigling1,
wwpt_strigling2,
wwpt_water1,
wwpt_water2,
wwpt_ferti_p3,
wwpt_ferti_p4,
wwpt_ferti_p5,
wwpt_ferti_s3,
wwpt_ferti_s4,
wwpt_ferti_s5,
wwpt_harvest,
wwpt_straw_chopping,
wwpt_hay_turning,
wwpt_hay_baling,
wwpt_stubble_harrow2,
wwpt_grubning
} |
| |
◆ WWHEATPTREATMENT_BASE
| #define WWHEATPTREATMENT_BASE 60050 |
◆ WWP_AUTUMN_PLOUGH
| #define WWP_AUTUMN_PLOUGH m_field->m_user[1] |
◆ WWP_WAIT_FOR_PLOUGH
| #define WWP_WAIT_FOR_PLOUGH m_field->m_user[0] |
◆ WinterWheatTreatmentToDo
| Enumerator |
|---|
| wwpt_start | |
| wwpt_sleep_all_day | |
| wwpt_ferti_p1 | |
| wwpt_ferti_s1 | |
| wwpt_ferti_s2 | |
| wwpt_autumn_plough | |
| wwpt_autumn_harrow | |
| wwpt_stubble_harrow1 | |
| wwpt_autumn_sow | |
| wwpt_autumn_roll | |
| wwpt_ferti_p2 | |
| wwpt_herbicide1 | |
| wwpt_spring_roll | |
| wwpt_herbicide2 | |
| wwpt_GR | |
| wwpt_fungicide | |
| wwpt_fungicide2 | |
| wwpt_insecticide1 | |
| wwpt_insecticide2 | |
| wwpt_insecticide3 | |
| wwpt_strigling1 | |
| wwpt_strigling2 | |
| wwpt_water1 | |
| wwpt_water2 | |
| wwpt_ferti_p3 | |
| wwpt_ferti_p4 | |
| wwpt_ferti_p5 | |
| wwpt_ferti_s3 | |
| wwpt_ferti_s4 | |
| wwpt_ferti_s5 | |
| wwpt_harvest | |
| wwpt_straw_chopping | |
| wwpt_hay_turning | |
| wwpt_hay_baling | |
| wwpt_stubble_harrow2 | |
| wwpt_grubning | |
Definition at line 44 of file WWheatPTreatment.h.