Public Member Functions | |
void | clear () |
virtual void | dumpLog (std::ostream &os, unsigned int precision=0) |
void | log () |
LoggerPort (const char *name) | |
const char * | name () |
InPort< T > & | port () |
void | printLog (std::ostream &os, T &data, unsigned int precision=0) |
Public Member Functions inherited from LoggerPortBase | |
LoggerPortBase () | |
void | maxLength (unsigned int len) |
Protected Attributes | |
T | m_data |
std::deque< T > | m_log |
InPort< T > | m_port |
Protected Attributes inherited from LoggerPortBase | |
unsigned int | m_maxLength |
Definition at line 185 of file DataLogger.cpp.
|
inline |
Definition at line 188 of file DataLogger.cpp.
|
inlinevirtual |
Implements LoggerPortBase.
Definition at line 216 of file DataLogger.cpp.
|
inlinevirtual |
Implements LoggerPortBase.
Reimplemented in LoggerPortForPointCloud.
Definition at line 192 of file DataLogger.cpp.
|
inlinevirtual |
Implements LoggerPortBase.
Definition at line 207 of file DataLogger.cpp.
|
inlinevirtual |
Implements LoggerPortBase.
Definition at line 189 of file DataLogger.cpp.
|
inline |
Definition at line 204 of file DataLogger.cpp.
|
inline |
Definition at line 198 of file DataLogger.cpp.
|
protected |
Definition at line 221 of file DataLogger.cpp.
|
protected |
Definition at line 222 of file DataLogger.cpp.
|
protected |
Definition at line 220 of file DataLogger.cpp.