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