#include <DTControlData.h>
The collection containing DT ROS25 status data.
The collection containing DT ROS25 status data.
Definition at line 25 of file DTControlData.h.
DTROS25Data::DTROS25Data | ( | int | ROSId = 0 | ) | [inline] |
virtual DTROS25Data::~DTROS25Data | ( | ) | [inline, virtual] |
DTROS25Data::DTROS25Data | ( | int | ROSId = 0 | ) | [inline] |
virtual DTROS25Data::~DTROS25Data | ( | ) | [inline, virtual] |
void DTROS25Data::addROBHeader | ( | const DTROBHeader & | robHeader | ) | [inline] |
Definition at line 43 of file DTControlData.h.
References theROBHeaders.
Referenced by DTROS25Unpacker::interpretRawData().
{ theROBHeaders.push_back(robHeader); } // IJ
void DTROS25Data::addROBTrailer | ( | const DTROBTrailerWord & | word | ) | [inline] |
Definition at line 36 of file DTROS25Data.h.
References theROBTrailers.
{ theROBTrailers.push_back(word); }
void DTROS25Data::addROBTrailer | ( | const DTROBTrailerWord & | word | ) | [inline] |
Definition at line 44 of file DTControlData.h.
References theROBTrailers.
Referenced by DTROS25Unpacker::interpretRawData().
{ theROBTrailers.push_back(word); }
void DTROS25Data::addROSDebug | ( | const DTROSDebugWord & | word | ) | [inline] |
Definition at line 35 of file DTROS25Data.h.
References theROSDebugs.
{ theROSDebugs.push_back(word); }
void DTROS25Data::addROSDebug | ( | const DTROSDebugWord & | word | ) | [inline] |
Definition at line 42 of file DTControlData.h.
References theROSDebugs.
Referenced by DTROS25Unpacker::interpretRawData().
{ theROSDebugs.push_back(word); }
void DTROS25Data::addROSError | ( | const DTROSErrorWord & | word | ) | [inline] |
Definition at line 34 of file DTROS25Data.h.
References theROSErrors.
{ theROSErrors.push_back(word); }
void DTROS25Data::addROSError | ( | const DTROSErrorWord & | word | ) | [inline] |
Definition at line 41 of file DTControlData.h.
References theROSErrors.
Referenced by DTROS25Unpacker::interpretRawData().
{ theROSErrors.push_back(word); }
void DTROS25Data::addROSHeader | ( | const DTROSHeaderWord & | word | ) | [inline] |
Definition at line 39 of file DTControlData.h.
References theROSHeader.
Referenced by DTROS25Unpacker::interpretRawData().
{ theROSHeader = DTROSHeaderWord(word) ; }
void DTROS25Data::addROSTrailer | ( | const DTROSTrailerWord & | word | ) | [inline] |
Definition at line 33 of file DTROS25Data.h.
References theROSTrailers.
{ theROSTrailers.push_back(word); }
void DTROS25Data::addROSTrailer | ( | const DTROSTrailerWord & | word | ) | [inline] |
Definition at line 40 of file DTControlData.h.
References theROSTrailer.
Referenced by DTROS25Unpacker::interpretRawData().
{ theROSTrailer = DTROSTrailerWord(word) ; }
void DTROS25Data::addSCData | ( | const DTSectorCollectorData & | scData | ) | [inline] |
Definition at line 48 of file DTControlData.h.
References theSCData.
Referenced by DTROS25Unpacker::interpretRawData().
{ theSCData.push_back(scData); }
void DTROS25Data::addSCHeader | ( | const DTLocalTriggerHeaderWord & | scHeader | ) | [inline] |
Definition at line 49 of file DTControlData.h.
References theSCHeader.
Referenced by DTROS25Unpacker::interpretRawData().
{ theSCHeader = scHeader; }
void DTROS25Data::addSCPrivHeader | ( | const DTLocalTriggerSectorCollectorHeaderWord & | scPrivHeader | ) | [inline] |
Definition at line 50 of file DTControlData.h.
References theSCPrivateHeader.
Referenced by DTROS25Unpacker::interpretRawData().
{ theSCPrivateHeader = scPrivHeader; }
void DTROS25Data::addSCPrivSubHeader | ( | const DTLocalTriggerSectorCollectorSubHeaderWord & | scPrivSubHeader | ) | [inline] |
Definition at line 51 of file DTControlData.h.
References theSCPrivateSubHeader.
Referenced by DTROS25Unpacker::interpretRawData().
{ theSCPrivateSubHeader = scPrivSubHeader; }
void DTROS25Data::addSCTrailer | ( | const DTLocalTriggerTrailerWord & | scTrailer | ) | [inline] |
Definition at line 52 of file DTControlData.h.
References theSCTrailer.
Referenced by DTROS25Unpacker::interpretRawData().
{ theSCTrailer = scTrailer; }
void DTROS25Data::addTDCData | ( | const DTTDCData & | tdcData | ) | [inline] |
Definition at line 46 of file DTControlData.h.
References theTDCData.
Referenced by DTROS25Unpacker::interpretRawData().
{ theTDCData.push_back(tdcData); }
void DTROS25Data::addTDCData | ( | const DTTDCData & | tdcData | ) | [inline] |
Definition at line 38 of file DTROS25Data.h.
References theTDCData.
{ theTDCData.push_back(tdcData); }
void DTROS25Data::addTDCError | ( | const DTTDCError & | tdcError | ) | [inline] |
Definition at line 47 of file DTControlData.h.
References theTDCError.
Referenced by DTROS25Unpacker::interpretRawData().
{ theTDCError.push_back(tdcError); }
void DTROS25Data::addTDCMeasurement | ( | const DTTDCMeasurementWord & | word | ) | [inline] |
Definition at line 45 of file DTControlData.h.
References theTDCMeasurements.
{ theTDCMeasurements.push_back(word); }
void DTROS25Data::addTDCMeasurement | ( | const DTTDCMeasurementWord & | word | ) | [inline] |
Definition at line 37 of file DTROS25Data.h.
References theTDCMeasurements.
{ theTDCMeasurements.push_back(word); }
void DTROS25Data::clean | ( | ) | [inline] |
Definition at line 72 of file DTControlData.h.
References theROBHeaders, theROBTrailers, theROSDebugs, theROSErrors, theROSHeader, theROSTrailer, theSCData, theTDCData, theTDCError, and theTDCMeasurements.
Referenced by DTROS25Unpacker::interpretRawData().
{ theROSHeader = 0; theROSTrailer = 0; theROSErrors.clear(); theROSDebugs.clear(); theROBHeaders.clear(); theROBTrailers.clear(); theTDCMeasurements.clear(); theTDCData.clear(); theTDCError.clear(); theSCData.clear(); }
const std::vector<DTROBHeader>& DTROS25Data::getROBHeaders | ( | ) | const [inline] |
Definition at line 61 of file DTControlData.h.
References theROBHeaders.
Referenced by DTDataIntegrityTask::processROS25().
{return theROBHeaders;}
const std::vector<DTROBTrailerWord>& DTROS25Data::getROBTrailers | ( | ) | const [inline] |
const std::vector<DTROBTrailerWord>& DTROS25Data::getROBTrailers | ( | ) | const [inline] |
Definition at line 62 of file DTControlData.h.
References theROBTrailers.
Referenced by DTDataIntegrityTask::processROS25().
{return theROBTrailers;}
const std::vector<DTROSDebugWord>& DTROS25Data::getROSDebugs | ( | ) | const [inline] |
Definition at line 60 of file DTControlData.h.
References theROSDebugs.
Referenced by DTDataIntegrityTask::processROS25().
{return theROSDebugs;}
const std::vector<DTROSDebugWord>& DTROS25Data::getROSDebugs | ( | ) | const [inline] |
const std::vector<DTROSErrorWord>& DTROS25Data::getROSErrors | ( | ) | const [inline] |
const std::vector<DTROSErrorWord>& DTROS25Data::getROSErrors | ( | ) | const [inline] |
Definition at line 59 of file DTControlData.h.
References theROSErrors.
Referenced by DTDataIntegrityTask::processROS25().
{return theROSErrors;}
const DTROSHeaderWord& DTROS25Data::getROSHeader | ( | ) | const [inline] |
Definition at line 58 of file DTControlData.h.
References theROSHeader.
Referenced by DTDataIntegrityTask::processROS25().
{return theROSHeader;}
int DTROS25Data::getROSID | ( | ) | const [inline] |
Getters ////////////////////////.
Definition at line 55 of file DTControlData.h.
References theROSId.
{ return theROSId; }
int DTROS25Data::getROSID | ( | ) | const [inline] |
const DTROSTrailerWord& DTROS25Data::getROSTrailer | ( | ) | const [inline] |
Definition at line 57 of file DTControlData.h.
References theROSTrailer.
Referenced by DTDataIntegrityTask::processROS25().
{return theROSTrailer;}
const std::vector<DTROSTrailerWord>& DTROS25Data::getROSTrailers | ( | ) | const [inline] |
const std::vector<DTSectorCollectorData>& DTROS25Data::getSCData | ( | ) | const [inline] |
const DTLocalTriggerHeaderWord& DTROS25Data::getSCHeader | ( | ) | const [inline] |
const DTLocalTriggerSectorCollectorHeaderWord& DTROS25Data::getSCPrivHeader | ( | ) | const [inline] |
Definition at line 68 of file DTControlData.h.
References theSCPrivateHeader.
Referenced by DTDataIntegrityTask::processROS25().
{return theSCPrivateHeader;}
const DTLocalTriggerSectorCollectorSubHeaderWord& DTROS25Data::getSCPrivSubHeader | ( | ) | const [inline] |
Definition at line 70 of file DTControlData.h.
References theSCPrivateSubHeader.
{ return theSCPrivateSubHeader;}
const DTLocalTriggerTrailerWord& DTROS25Data::getSCTrailer | ( | ) | const [inline] |
Definition at line 69 of file DTControlData.h.
References theSCTrailer.
Referenced by DTDataIntegrityTask::processROS25().
{return theSCTrailer;}
const std::vector<DTTDCData>& DTROS25Data::getTDCData | ( | ) | const [inline] |
Definition at line 64 of file DTControlData.h.
References theTDCData.
Referenced by DTDataIntegrityTask::processROS25().
{return theTDCData;}
const std::vector<DTTDCData>& DTROS25Data::getTDCData | ( | ) | const [inline] |
const std::vector<DTTDCError>& DTROS25Data::getTDCError | ( | ) | const [inline] |
Definition at line 65 of file DTControlData.h.
References theTDCError.
Referenced by DTDataIntegrityTask::processROS25().
{return theTDCError;}
const std::vector<DTTDCMeasurementWord>& DTROS25Data::getTDCMeasurements | ( | ) | const [inline] |
Definition at line 63 of file DTControlData.h.
References theTDCMeasurements.
{return theTDCMeasurements;}
const std::vector<DTTDCMeasurementWord>& DTROS25Data::getTDCMeasurements | ( | ) | const [inline] |
Definition at line 47 of file DTROS25Data.h.
References theTDCMeasurements.
{return theTDCMeasurements;}
void DTROS25Data::setROSId | ( | const int & | ID | ) | [inline] |
Setters ///////////////////////.
Definition at line 37 of file DTControlData.h.
References theROSId.
Referenced by DTROS25Unpacker::interpretRawData().
void DTROS25Data::setROSId | ( | const int & | ID | ) | [inline] |
std::vector<DTROBHeader> DTROS25Data::theROBHeaders [private] |
Definition at line 94 of file DTControlData.h.
Referenced by addROBHeader(), clean(), and getROBHeaders().
std::vector< DTROBTrailerWord > DTROS25Data::theROBTrailers [private] |
Definition at line 95 of file DTControlData.h.
Referenced by addROBTrailer(), clean(), and getROBTrailers().
std::vector< DTROSDebugWord > DTROS25Data::theROSDebugs [private] |
Definition at line 93 of file DTControlData.h.
Referenced by addROSDebug(), clean(), and getROSDebugs().
std::vector< DTROSErrorWord > DTROS25Data::theROSErrors [private] |
Definition at line 92 of file DTControlData.h.
Referenced by addROSError(), clean(), and getROSErrors().
DTROSHeaderWord DTROS25Data::theROSHeader [private] |
Definition at line 90 of file DTControlData.h.
Referenced by addROSHeader(), clean(), and getROSHeader().
int DTROS25Data::theROSId [private] |
Definition at line 88 of file DTControlData.h.
Referenced by getROSID(), and setROSId().
DTROSTrailerWord DTROS25Data::theROSTrailer [private] |
Definition at line 91 of file DTControlData.h.
Referenced by addROSTrailer(), clean(), and getROSTrailer().
std::vector<DTROSTrailerWord> DTROS25Data::theROSTrailers [private] |
Definition at line 54 of file DTROS25Data.h.
Referenced by addROSTrailer(), and getROSTrailers().
std::vector<DTSectorCollectorData> DTROS25Data::theSCData [private] |
Definition at line 99 of file DTControlData.h.
Referenced by addSCData(), clean(), and getSCData().
Definition at line 100 of file DTControlData.h.
Referenced by addSCHeader(), and getSCHeader().
Definition at line 101 of file DTControlData.h.
Referenced by addSCPrivHeader(), and getSCPrivHeader().
Definition at line 103 of file DTControlData.h.
Referenced by addSCPrivSubHeader(), and getSCPrivSubHeader().
Definition at line 102 of file DTControlData.h.
Referenced by addSCTrailer(), and getSCTrailer().
std::vector< DTTDCData > DTROS25Data::theTDCData [private] |
Definition at line 97 of file DTControlData.h.
Referenced by addTDCData(), clean(), and getTDCData().
std::vector<DTTDCError> DTROS25Data::theTDCError [private] |
Definition at line 98 of file DTControlData.h.
Referenced by addTDCError(), clean(), and getTDCError().
std::vector< DTTDCMeasurementWord > DTROS25Data::theTDCMeasurements [private] |
Definition at line 96 of file DTControlData.h.
Referenced by addTDCMeasurement(), clean(), and getTDCMeasurements().