SequenceData Class Reference

#include <SequenceData.h>

Collaboration diagram for SequenceData:

Collaboration graph
[legend]

Public Types

enum  status_E { EXECUTING, COMPLETED, ABORTED }

Public Member Functions

 SequenceData ()
 ~SequenceData ()

Static Public Member Functions

static const ISType & type ()

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 std::string &type)
void publishGuts (ISostream &out)
void refreshGuts (ISistream &in)

Private Member Functions

void initialize ()

Detailed Description

Author:
generated by the IS tool
Version:
01/11/05

Definition at line 18 of file SequenceData.h.


Field Documentation

std::string SequenceData::endTime
 

The UTC time the Sequence ended in ISO format.

Definition at line 64 of file SequenceData.h.

Referenced by publishGuts(), refreshGuts(), and SctCalibrationController::Sequence::setStatus().

std::string* SequenceData::modules
 

The serial numbers of all the modules being scanned.

Definition at line 69 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::getModuleList(), publishGuts(), refreshGuts(), SctCalibrationController::Sequence::Sequence(), and ~SequenceData().

size_t SequenceData::modules_size
 

size of the modules array

Definition at line 73 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::getModuleList(), initialize(), publishGuts(), refreshGuts(), SctCalibrationController::Sequence::Sequence(), and ~SequenceData().

unsigned long SequenceData::nTests
 

The number of Tests in this Sequence.

Definition at line 41 of file SequenceData.h.

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

unsigned long SequenceData::runNumber
 

The run number this Sequence was executed in.

Definition at line 31 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::getUniqueID(), publishGuts(), refreshGuts(), and SctCalibrationController::Sequence::Sequence().

std::string SequenceData::sequenceName
 

Name of this Sequence.

Definition at line 26 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::getUniqueID(), publishGuts(), refreshGuts(), SctCalibrationController::Sequence::Sequence(), and SctCalibrationController::Sequence::~Sequence().

unsigned long SequenceData::startScanNumber
 

The scan number of the first scan in this Sequence.

Definition at line 36 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::getUniqueID(), publishGuts(), refreshGuts(), and SctCalibrationController::Sequence::Sequence().

std::string SequenceData::startTime
 

The UTC time the Sequence started in ISO format.

Definition at line 59 of file SequenceData.h.

Referenced by publishGuts(), refreshGuts(), and SctCalibrationController::Sequence::Sequence().

std::string* SequenceData::testNames
 

The names of all the Tests in this Sequence.

Definition at line 46 of file SequenceData.h.

Referenced by SctCalibrationController::Sequence::addTest(), publishGuts(), refreshGuts(), SctCalibrationController::Sequence::Sequence(), and ~SequenceData().

size_t SequenceData::testNames_size
 

size of the testNames array

Definition at line 50 of file SequenceData.h.

Referenced by initialize(), publishGuts(), refreshGuts(), SctCalibrationController::Sequence::Sequence(), and ~SequenceData().

unsigned long SequenceData::version
 

Version of this class - used in streaming.

MUST be incrimented if class definition changes.

Definition at line 78 of file SequenceData.h.

Referenced by initialize(), publishGuts(), and refreshGuts().


The documentation for this class was generated from the following file:
Generated on Mon Feb 6 14:02:01 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6