Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Related Pages

SequenceData Class Reference

#include <SequenceData.h>


Public Types

enum  status_E { EXECUTING, COMPLETED, ABORTED }

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
std::string startTime
 The UTC time the Sequence started in ISO format.

std::string endTime
 The UTC time the Sequence ended in ISO format.

std::string * modules
 The serial numbers of all the modules being scanned.

size_t modules_size
 size of the modules array

unsigned long version
 Version of this class - used in streaming.


Protected Member Functions

 SequenceData (const char *type)
void publishGuts (ISostream &out)
void refreshGuts (ISistream &in)


Detailed Description

Author:
generated by the IS tool
Version:
14/07/04

Definition at line 15 of file SequenceData.h.


Field Documentation

std::string SequenceData::endTime
 

The UTC time the Sequence ended in ISO format.

Definition at line 60 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::setStatus().

std::string* SequenceData::modules
 

The serial numbers of all the modules being scanned.

Definition at line 65 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::getModuleList(), and SctCalibrationController::Sequence::Sequence().

size_t SequenceData::modules_size
 

size of the modules array

Definition at line 69 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::getModuleList(), and SctCalibrationController::Sequence::Sequence().

unsigned long SequenceData::nTests
 

The number of Tests in this Sequence.

Definition at line 37 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::addTest(), and SctCalibrationController::Sequence::Sequence().

unsigned long SequenceData::runNumber
 

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().

std::string SequenceData::sequenceName
 

Name of this Sequence.

Definition at line 22 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::Sequence(), and SctCalibrationController::Sequence::~Sequence().

unsigned long SequenceData::startScanNumber
 

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().

std::string SequenceData::startTime
 

The UTC time the Sequence started in ISO format.

Definition at line 55 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::Sequence().

std::string* SequenceData::testNames
 

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_t SequenceData::testNames_size
 

size of the testNames array

Definition at line 46 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::addTest(), and SctCalibrationController::Sequence::Sequence().

unsigned long SequenceData::version
 

Version of this class - used in streaming.

MUST be incrimented if class definition changes.

Definition at line 74 of file SequenceData.h.


The documentation for this class was generated from the following file:
Generated on Thu Jul 15 09:51:06 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5