#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. |
|
Do the first planting run. WriteXMLFile1() is used to do the run. The characteristics of this run are:
|
|
Do the second planting run. WriteXMLFile2() is used to do the run. The characteristics of this run are:
|
|
Do the third planting run. WriteXMLFile3() is used to do the run. The characteristics of this run are: Planting event 1:
|
|
Do the fourth planting run. WriteXMLFile4() is used to do the run. The characteristics of this run are: Planting event 1:
|
|
Writes a parameter file to test planting for run 1.
|
|
Writes a parameter file to test planting for run 2.
|
|
Writes a parameter file to test planting for run 3.
|
|
Writes a parameter file to test planting for run 4.
|