#include <DTuROSControlData.h>
Public Member Functions | |
DTuROSROSData () | |
Constructor. More... | |
int | getboardId () const |
int | geterror (int i) const |
int | geterrorFlag (int i) const |
int | geterrorROBID (int i) const |
std::vector< int > | geterrors () const |
int | geterrorTDCID (int i) const |
long | getexword (int i) const |
std::vector< long > | getexwords () const |
long | getheader1 () const |
long | getheader2 () const |
int | getokflag (int i) const |
long | getokword1 () const |
long | getokword2 () const |
int | getokxflag (int i) const |
long | getokxword (int i) const |
int | getslot () const |
long | gettrailer () const |
int | getuserWord () const |
void | seterror (int error) |
void | setexword (long exword) |
void | setheader1 (long dword) |
void | setheader2 (long dword) |
void | setokword1 (long okword) |
void | setokword2 (long okword) |
void | setokxword (int i, long okxword) |
void | setslot (int slot) |
void | settrailer (long dword) |
~DTuROSROSData () | |
Destructor. More... | |
Private Attributes | |
std::vector< int > | error_ |
std::vector< long > | exword_ |
long | header1_ |
long | header2_ |
long | okword1_ |
long | okword2_ |
long | okxword_ [SEISXOK] |
int | slot_ |
long | trailer_ |
Definition at line 22 of file DTuROSControlData.h.
|
inline |
Constructor.
Definition at line 25 of file DTuROSControlData.h.
References mps_fire::i, okxword_, and SEISXOK.
|
inline |
|
inline |
Definition at line 87 of file DTuROSControlData.h.
References getheader2().
Referenced by DTDataIntegrityTask::processuROS().
|
inline |
Definition at line 79 of file DTuROSControlData.h.
References error_.
Referenced by DTDataIntegrityTask::processuROS().
|
inline |
|
inline |
Definition at line 81 of file DTuROSControlData.h.
References error_.
Referenced by DTDataIntegrityTask::processuROS().
|
inline |
Definition at line 77 of file DTuROSControlData.h.
References error_.
Referenced by DTDataIntegrityTask::processuROS().
|
inline |
Definition at line 83 of file DTuROSControlData.h.
References error_.
Referenced by DTDataIntegrityTask::processuROS().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 55 of file DTuROSControlData.h.
References header2_.
Referenced by getboardId(), and getuserWord().
|
inline |
|
inline |
Definition at line 59 of file DTuROSControlData.h.
References okword1_.
Referenced by DTuROSRawToDigi::process().
|
inline |
|
inline |
Definition at line 71 of file DTuROSControlData.h.
References okxword_.
Referenced by DTDataIntegrityTask::processuROS().
|
inline |
|
inline |
Definition at line 51 of file DTuROSControlData.h.
References slot_.
Referenced by DTDataIntegrityTask::analyze().
|
inline |
Definition at line 57 of file DTuROSControlData.h.
References trailer_.
Referenced by DTDataIntegrityTask::processuROS().
|
inline |
Definition at line 89 of file DTuROSControlData.h.
References getheader2().
Referenced by DTDataIntegrityTask::processuROS().
|
inline |
Definition at line 49 of file DTuROSControlData.h.
References error_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 47 of file DTuROSControlData.h.
References exword_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 35 of file DTuROSControlData.h.
References header1_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 37 of file DTuROSControlData.h.
References header2_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 41 of file DTuROSControlData.h.
References okword1_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 43 of file DTuROSControlData.h.
References okword2_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 45 of file DTuROSControlData.h.
References mps_fire::i, and okxword_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 33 of file DTuROSControlData.h.
References slot_.
Referenced by DTuROSRawToDigi::process().
|
inline |
Definition at line 39 of file DTuROSControlData.h.
References trailer_.
Referenced by DTuROSRawToDigi::process().
|
private |
Definition at line 100 of file DTuROSControlData.h.
Referenced by geterror(), geterrorFlag(), geterrorROBID(), geterrors(), geterrorTDCID(), and seterror().
|
private |
Definition at line 98 of file DTuROSControlData.h.
Referenced by getexword(), getexwords(), and setexword().
|
private |
Definition at line 94 of file DTuROSControlData.h.
Referenced by getheader1(), and setheader1().
|
private |
Definition at line 94 of file DTuROSControlData.h.
Referenced by getheader2(), and setheader2().
|
private |
Definition at line 96 of file DTuROSControlData.h.
Referenced by getokflag(), getokword1(), and setokword1().
|
private |
Definition at line 96 of file DTuROSControlData.h.
Referenced by getokflag(), getokword2(), and setokword2().
|
private |
Definition at line 96 of file DTuROSControlData.h.
Referenced by DTuROSROSData(), getokxflag(), getokxword(), and setokxword().
|
private |
Definition at line 92 of file DTuROSControlData.h.
|
private |
Definition at line 94 of file DTuROSControlData.h.
Referenced by gettrailer(), and settrailer().