Public Member Functions | |
| TestData () | |
| void | publishGuts (is.Ostream out) |
| void | refreshGuts (is.Istream in) |
Public Attributes | |
| String | testName |
| Name of this test. | |
| int | runNumber |
| The run number in which this Test occurred. | |
| int | nScans |
| The number of scans in this Test. | |
| int | startScanNumber |
| The first scan number in this Test. | |
| short | testVariable |
| Corresponds to one of the variables in sctScans.h. | |
| double[] | testPoints |
| The values of testVariable for each Scan. | |
| int | status |
| String | startTime |
| The UTC time the Test started in ISO format. | |
| String | endTime |
| The UTC time the Test ended in ISO format. | |
| String[] | modules |
| The serial numbers of all the modules being scanned. | |
| String | fitAlgorithm |
| The name of the fit algorithm to use. | |
| String | analysisAlgorithm |
| The name of the analysis algorithm to use. | |
| String | options |
| list of options used during the test | |
| int | version |
| Version of this class - used in streaming. | |
Static Public Attributes | |
| static final is.Type | type = new is.Type( new TestData( ) ) |
| static final int | EXECUTING = 0 |
| static final int | COMPLETED = 1 |
| static final int | ABORTED = 2 |
Protected Member Functions | |
| TestData (String type) | |
Definition at line 14 of file TestData.java.
|
|
The values of testVariable for each Scan. Must be in order and size must be the same as nScans Definition at line 70 of file TestData.java. Referenced by Sct_CalibrationController.TestData.publishGuts(), and Sct_CalibrationController.TestData.refreshGuts(). |
|
|
Version of this class - used in streaming. MUST be incrimented if definition class changes. Definition at line 109 of file TestData.java. Referenced by Sct_CalibrationController.TestData.publishGuts(), Sct_CalibrationController.TestData.refreshGuts(), and Sct_CalibrationController.TestData.TestData(). |
1.4.6