#include <TestPlanting.h>
Public Member Functions | |
| void | TestPlanting () |
| Groups together all the other plant testing functions into a comprehensive plant test. | |
Protected Member Functions | |
| void | DoPlantingRun1 (clSimManager *p_oSimManager) |
| Do the first planting run. | |
| void | DoPlantingRun2 (clSimManager *p_oSimManager) |
| Do the second planting run. | |
| void | DoPlantingRun3 (clSimManager *p_oSimManager) |
| Do the third planting run. | |
| void | DoPlantingRun4 (clSimManager *p_oSimManager) |
| Do the fourth planting run. | |
| char * | WriteXMLFile1 () |
| Writes a parameter file to test planting for run 1. | |
| char * | WriteXMLFile2 () |
| Writes a parameter file to test planting for run 2. | |
| char * | WriteXMLFile3 () |
| Writes a parameter file to test planting for run 3. | |
| char * | WriteXMLFile4 () |
| Writes a parameter file to test planting for run 4. | |
| void clTestPlanting::DoPlantingRun1 | ( | clSimManager * | p_oSimManager | ) | [protected] |
Do the first planting run.
WriteXMLFile1() is used to do the run. The characteristics of this run are:
| void clTestPlanting::DoPlantingRun2 | ( | clSimManager * | p_oSimManager | ) | [protected] |
Do the second planting run.
WriteXMLFile2() is used to do the run. The characteristics of this run are:
| void clTestPlanting::DoPlantingRun3 | ( | clSimManager * | p_oSimManager | ) | [protected] |
Do the third planting run.
WriteXMLFile3() is used to do the run. The characteristics of this run are: Planting event 1:
| void clTestPlanting::DoPlantingRun4 | ( | clSimManager * | p_oSimManager | ) | [protected] |
Do the fourth planting run.
WriteXMLFile4() is used to do the run. The characteristics of this run are: Planting event 1:
| char* clTestPlanting::WriteXMLFile1 | ( | ) | [protected] |
Writes a parameter file to test planting for run 1.
| char* clTestPlanting::WriteXMLFile2 | ( | ) | [protected] |
Writes a parameter file to test planting for run 2.
| char* clTestPlanting::WriteXMLFile3 | ( | ) | [protected] |
Writes a parameter file to test planting for run 3.
| char* clTestPlanting::WriteXMLFile4 | ( | ) | [protected] |
Writes a parameter file to test planting for run 4.
1.4.7