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