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 GraspIt::ROSLog::implPrint | ( | const std::stringstream & | str | ) | [inline, protected, virtual] |
Implements GraspIt::Log.
Definition at line 39 of file LogBindingROS.h.
virtual void GraspIt::ROSLog::implPrint | ( | const char * | str | ) | [inline, protected, virtual] |
Implements GraspIt::Log.
Definition at line 52 of file LogBindingROS.h.
virtual void GraspIt::ROSLog::implPrintError | ( | const std::stringstream & | str | ) | [inline, protected, virtual] |
Implements GraspIt::Log.
Definition at line 43 of file LogBindingROS.h.
virtual void GraspIt::ROSLog::implPrintError | ( | const char * | str | ) | [inline, protected, virtual] |
Implements GraspIt::Log.
Definition at line 56 of file LogBindingROS.h.
virtual void GraspIt::ROSLog::implPrintWarn | ( | const std::stringstream & | str | ) | [inline, protected, virtual] |
Implements GraspIt::Log.
Definition at line 47 of file LogBindingROS.h.
virtual void GraspIt::ROSLog::implPrintWarn | ( | const char * | str | ) | [inline, protected, virtual] |
Implements GraspIt::Log.
Definition at line 60 of file LogBindingROS.h.
virtual void GraspIt::ROSLog::printNewLine | ( | bool | errorStream | ) | [inline, protected, virtual] |
Implements GraspIt::Log.
Definition at line 65 of file LogBindingROS.h.