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

Public Types | |
| enum | status_E { EXECUTING, COMPLETED, ABORTED } |
Public Member Functions | |
| SequenceData () | |
| ~SequenceData () | |
Data Fields | |
| std::string | sequenceName |
| Name of this Sequence. | |
| unsigned long | runNumber |
| The run number this Sequence was executed in. | |
| unsigned long | startScanNumber |
| The scan number of the first scan in this Sequence. | |
| unsigned long | nTests |
| The number of Tests in this Sequence. | |
| std::string * | testNames |
| The names of all the Tests in this Sequence. | |
| size_t | testNames_size |
| size of the testNames array | |
| status_E | status |
Protected Member Functions | |
| SequenceData (const char *type) | |
| void | publishGuts (ISostream &out) |
| void | refreshGuts (ISistream &in) |
Definition at line 15 of file SequenceData.h.
|
|
Definition at line 17 of file SequenceData.h. |
|
|
Definition at line 53 of file SequenceData.h. References EXECUTING. |
|
|
Definition at line 64 of file SequenceData.h. |
|
|
Definition at line 73 of file SequenceData.h. References EXECUTING. |
|
|
Definition at line 84 of file SequenceData.h. |
|
|
Definition at line 90 of file SequenceData.h. |
|
|
The number of Tests in this Sequence.
Definition at line 37 of file SequenceData.h. Referenced by SctCalibrationController::Sequence::addTest(), and SctCalibrationController::Sequence::Sequence(). |
|
|
The run number this Sequence was executed in.
Definition at line 27 of file SequenceData.h. Referenced by SctCalibrationController::Sequence::getUniqueID(), and SctCalibrationController::Sequence::Sequence(). |
|
|
Name of this Sequence.
Definition at line 22 of file SequenceData.h. Referenced by SctCalibrationController::Sequence::Sequence(), and SctCalibrationController::Sequence::~Sequence(). |
|
|
The scan number of the first scan in this Sequence.
Definition at line 32 of file SequenceData.h. Referenced by SctCalibrationController::Sequence::getUniqueID(), and SctCalibrationController::Sequence::Sequence(). |
|
|
Definition at line 50 of file SequenceData.h. Referenced by SctCalibrationController::Sequence::setStatus(). |
|
|
The names of all the Tests in this Sequence.
Definition at line 42 of file SequenceData.h. Referenced by SctCalibrationController::Sequence::addTest(), and SctCalibrationController::Sequence::Sequence(). |
|
|
size of the testNames array
Definition at line 46 of file SequenceData.h. Referenced by SctCalibrationController::Sequence::addTest(), and SctCalibrationController::Sequence::Sequence(). |
1.3-rc3