Public Member Functions | |
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. | |
int | version |
Version of this class - used in streaming. | |
Static Public Attributes | |
final int | EXECUTING = 0 |
final int | COMPLETED = 1 |
final int | ABORTED = 2 |
Protected Member Functions | |
TestData (String type) |
Definition at line 13 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 46 of file TestData.java. |
|
Version of this class - used in streaming. MUST be incrimented if definition class changes. Definition at line 70 of file TestData.java. |