#include <DTTDCErrorNotifier.h>
Public Member Functions | |
DTTDCErrorNotifier (DTTDCErrorWord error) | |
Constructor. More... | |
void | print () |
Print out the error information >>> FIXME: to be implemented. More... | |
virtual | ~DTTDCErrorNotifier () |
Destructor. More... | |
Private Attributes | |
DTTDCErrorWord | error_ |
Definition at line 12 of file DTTDCErrorNotifier.h.
DTTDCErrorNotifier::DTTDCErrorNotifier | ( | DTTDCErrorWord | error | ) |
|
virtual |
void DTTDCErrorNotifier::print | ( | void | ) |
Print out the error information >>> FIXME: to be implemented.
Definition at line 20 of file DTTDCErrorNotifier.cc.
References gather_cfg::cout, error_, DTTDCErrorWord::tdcError(), and DTTDCErrorWord::tdcID().
Referenced by DTROS25Unpacker::interpretRawData().
|
private |
Definition at line 29 of file DTTDCErrorNotifier.h.
Referenced by print().