#include <rawlog_record.h>
Classes | |
struct | Parameters |
Public Member Functions | |
RawlogRecord () | |
~RawlogRecord () | |
Protected Member Functions | |
void | updateRawLogName (const mrpt::system::TTimeStamp &t) |
Protected Attributes | |
Parameters | base_param_ |
boost::interprocess::interprocess_mutex | mutexRawLog |
CRawlog | pRawLog |
CRawlog | pRawLogASF |
Private Attributes | |
MRPT_VIRTUAL_LOG_MACROS |
Definition at line 57 of file rawlog_record.h.
Definition at line 41 of file rawlog_record.cpp.
void RawlogRecord::updateRawLogName | ( | const mrpt::system::TTimeStamp & | t | ) | [protected] |
Definition at line 70 of file rawlog_record.cpp.
Parameters RawlogRecord::base_param_ [protected] |
Definition at line 82 of file rawlog_record.h.
RawlogRecord::MRPT_VIRTUAL_LOG_MACROS [private] |
Definition at line 59 of file rawlog_record.h.
boost::interprocess::interprocess_mutex RawlogRecord::mutexRawLog [protected] |
Definition at line 87 of file rawlog_record.h.
CRawlog RawlogRecord::pRawLog [protected] |
Definition at line 84 of file rawlog_record.h.
CRawlog RawlogRecord::pRawLogASF [protected] |
Definition at line 85 of file rawlog_record.h.