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