Class to bind to the ROS message printing. More...
#include <LogBindingROS.h>
Protected Member Functions | |
virtual void | implPrint (const std::stringstream &str) |
virtual void | implPrint (const char *str) |
virtual void | implPrintError (const std::stringstream &str) |
virtual void | implPrintError (const char *str) |
virtual void | implPrintWarn (const std::stringstream &str) |
virtual void | implPrintWarn (const char *str) |
virtual void | printNewLine (bool errorStream) |
Class to bind to the ROS message printing.
Definition at line 36 of file LogBindingROS.h.
virtual void logger_binding::ROSLog::implPrint | ( | const std::stringstream & | str | ) | [inline, protected, virtual] |
Implements logger_binding::Log.
Definition at line 39 of file LogBindingROS.h.
virtual void logger_binding::ROSLog::implPrint | ( | const char * | str | ) | [inline, protected, virtual] |
Implements logger_binding::Log.
Definition at line 52 of file LogBindingROS.h.
virtual void logger_binding::ROSLog::implPrintError | ( | const std::stringstream & | str | ) | [inline, protected, virtual] |
Implements logger_binding::Log.
Definition at line 43 of file LogBindingROS.h.
virtual void logger_binding::ROSLog::implPrintError | ( | const char * | str | ) | [inline, protected, virtual] |
Implements logger_binding::Log.
Definition at line 56 of file LogBindingROS.h.
virtual void logger_binding::ROSLog::implPrintWarn | ( | const std::stringstream & | str | ) | [inline, protected, virtual] |
Implements logger_binding::Log.
Definition at line 47 of file LogBindingROS.h.
virtual void logger_binding::ROSLog::implPrintWarn | ( | const char * | str | ) | [inline, protected, virtual] |
Implements logger_binding::Log.
Definition at line 60 of file LogBindingROS.h.
virtual void logger_binding::ROSLog::printNewLine | ( | bool | errorStream | ) | [inline, protected, virtual] |
Subclasses which do NOT automatically make a new line in implPrint* functions need to implement the printing of a new line in this function.
errorStream | set to true if the new line is to be printed in the error stream. Otherwise is printed to the standard stream. |
Implements logger_binding::Log.
Definition at line 65 of file LogBindingROS.h.