Public Member Functions | |
| SequenceData () | |
| void | publishGuts (is.Ostream out) |
| void | refreshGuts (is.Istream in) |
Public Attributes | |
| String | sequenceName |
| Name of this Sequence. | |
| int | runNumber |
| The run number this Sequence was executed in. | |
| int | startScanNumber |
| The scan number of the first scan in this Sequence. | |
| int | nTests |
| The number of Tests in this Sequence. | |
| String[] | testNames |
| The names of all the Tests in this Sequence. | |
| int | status |
| String | startTime |
| The UTC time the Sequence started in ISO format. | |
| String | endTime |
| The UTC time the Sequence 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 | |
| static final is.Type | type = new is.Type( new SequenceData( ) ) |
| static final int | EXECUTING = 0 |
| static final int | COMPLETED = 1 |
| static final int | ABORTED = 2 |
Protected Member Functions | |
| SequenceData (String type) | |
Definition at line 14 of file SequenceData.java.
|
|
Version of this class - used in streaming. MUST be incrimented if class definition changes. Definition at line 87 of file SequenceData.java. Referenced by Sct_CalibrationController.SequenceData.publishGuts(), Sct_CalibrationController.SequenceData.refreshGuts(), and Sct_CalibrationController.SequenceData.SequenceData(). |
1.4.6