#include <rawlog_record.h>

Classes | |
| struct | Parameters |
Public Member Functions | |
| RawlogRecord (Parameters *parm) | |
| ~RawlogRecord () | |
Protected Member Functions | |
| void | updateRawLogName (const mrpt::system::TTimeStamp &t) |
Protected Attributes | |
| boost::interprocess::interprocess_mutex | mutexRawLog |
| Parameters * | param_ |
| CRawlog * | pRawLog |
| CRawlog * | pRawLogASF |
Private Attributes | |
| MRPT_VIRTUAL_LOG_MACROS | |
Definition at line 55 of file rawlog_record.h.
| RawlogRecord::RawlogRecord | ( | Parameters * | parm | ) |
Definition at line 63 of file rawlog_record.cpp.
Definition at line 39 of file rawlog_record.cpp.
| void RawlogRecord::updateRawLogName | ( | const mrpt::system::TTimeStamp & | t | ) | [protected] |
Definition at line 68 of file rawlog_record.cpp.
RawlogRecord::MRPT_VIRTUAL_LOG_MACROS [private] |
Definition at line 57 of file rawlog_record.h.
boost::interprocess::interprocess_mutex RawlogRecord::mutexRawLog [protected] |
Definition at line 83 of file rawlog_record.h.
Parameters* RawlogRecord::param_ [protected] |
Definition at line 79 of file rawlog_record.h.
CRawlog* RawlogRecord::pRawLog [protected] |
Definition at line 80 of file rawlog_record.h.
CRawlog* RawlogRecord::pRawLogASF [protected] |
Definition at line 81 of file rawlog_record.h.