|
Brief description of class Reporter. More...
#include <armarx/control/ethercat/ErrorReporting.h>
Public Member Functions | |
bool | hasErrors () const |
ReportWrapper | reportDebug (Entry &error) |
ReportWrapper | reportError (Entry &error) |
void | reportErrorAndThrow (Entry &error) |
ReportWrapper | reportInfo (Entry &error) |
ReportWrapper | reportWarning (Entry &error) |
Brief description of class Reporter.
Detailed description of class Reporter.
Definition at line 142 of file ErrorReporting.h.
bool hasErrors | ( | ) | const |
Definition at line 315 of file ErrorReporting.cpp.
Reporter::ReportWrapper reportDebug | ( | Entry & | error | ) |
Definition at line 276 of file ErrorReporting.cpp.
Reporter::ReportWrapper reportError | ( | Entry & | error | ) |
Definition at line 298 of file ErrorReporting.cpp.
void reportErrorAndThrow | ( | Entry & | error | ) |
Reporter::ReportWrapper reportInfo | ( | Entry & | error | ) |
Definition at line 283 of file ErrorReporting.cpp.
Reporter::ReportWrapper reportWarning | ( | Entry & | error | ) |
Definition at line 290 of file ErrorReporting.cpp.