#include <DataLogger.h>

Public Member Functions | |
| virtual void | clear ()=0 |
| virtual void | dumpLog (std::ostream &os, unsigned int precision=0)=0 |
| virtual void | log ()=0 |
| LoggerPortBase () | |
| void | maxLength (unsigned int len) |
| virtual const char * | name ()=0 |
Protected Attributes | |
| unsigned int | m_maxLength |
Definition at line 42 of file DataLogger.h.
| LoggerPortBase::LoggerPortBase | ( | ) | [inline] |
Definition at line 45 of file DataLogger.h.
| virtual void LoggerPortBase::clear | ( | ) | [pure virtual] |
Implemented in LoggerPort< T >, and LoggerPort< PointCloudTypes::PointCloud >.
| virtual void LoggerPortBase::dumpLog | ( | std::ostream & | os, |
| unsigned int | precision = 0 |
||
| ) | [pure virtual] |
Implemented in LoggerPortForPointCloud, LoggerPort< T >, and LoggerPort< PointCloudTypes::PointCloud >.
| virtual void LoggerPortBase::log | ( | ) | [pure virtual] |
Implemented in LoggerPort< T >, and LoggerPort< PointCloudTypes::PointCloud >.
| void LoggerPortBase::maxLength | ( | unsigned int | len | ) | [inline] |
Definition at line 50 of file DataLogger.h.
| virtual const char* LoggerPortBase::name | ( | ) | [pure virtual] |
Implemented in LoggerPort< T >, and LoggerPort< PointCloudTypes::PointCloud >.
unsigned int LoggerPortBase::m_maxLength [protected] |
Definition at line 52 of file DataLogger.h.