#include <TestData.h>
Inheritance diagram for TestData:

Public Types | |
| enum | status_E { EXECUTING, COMPLETED, ABORTED } |
Data Fields | |
| std::string | testName |
| Name of this test. | |
| unsigned long | runNumber |
| The run number in which this Test occurred. | |
| unsigned long | nScans |
| The number of scans in this Test. | |
| unsigned long | startScanNumber |
| The first scan number in this Test. | |
| unsigned short | testVariable |
| Corresponds to one of the variables in sctScans.h. | |
| double * | testPoints |
| The values of testVariable for each Scan. | |
| size_t | testPoints_size |
| size of the testPoints array | |
| status_E | status |
Protected Member Functions | |
| TestData (const char *type) | |
| void | publishGuts (ISostream &out) |
| void | refreshGuts (ISistream &in) |
Definition at line 15 of file TestData.h.
|
|
The number of scans in this Test.
Definition at line 32 of file TestData.h. Referenced by SctCalibrationController::Test::addScan(), SctAnalysis::AnalysisWorkerGroup::findTest(), SctCalibrationController::Test::setStatus(), and SctCalibrationController::Test::Test(). |
|
|
The run number in which this Test occurred.
Definition at line 27 of file TestData.h. Referenced by SctAnalysis::AnalysisWorkerGroup::findTest(), and SctCalibrationController::Test::getUniqueID(). |
|
|
The first scan number in this Test.
Definition at line 37 of file TestData.h. Referenced by SctAnalysis::AnalysisWorkerGroup::findTest(), and SctCalibrationController::Test::getUniqueID(). |
|
|
Name of this test.
Definition at line 22 of file TestData.h. |
|
|
The values of testVariable for each Scan. Must be in order and size must be the same as nScans Definition at line 47 of file TestData.h. Referenced by SctCalibrationController::Test::Test(). |
|
|
size of the testPoints array
Definition at line 51 of file TestData.h. Referenced by SctCalibrationController::Test::Test(). |
|
|
Corresponds to one of the variables in sctScans.h.
Definition at line 42 of file TestData.h. |
1.3-rc3