#include <rawlog_play.h>
Classes | |
struct | Parameters |
Public Member Functions | |
RawlogPlay (Parameters *parm) | |
~RawlogPlay () | |
Protected Attributes | |
size_t | entry_ |
Parameters * | param_ |
CFileGZInputStream | rawlog_stream_ |
mrpt::poses::CPose3DPDFGaussian | robotPose |
Definition at line 56 of file rawlog_play.h.
RawlogPlay::RawlogPlay | ( | Parameters * | parm | ) |
Definition at line 38 of file rawlog_play.cpp.
Definition at line 37 of file rawlog_play.cpp.
size_t RawlogPlay::entry_ [protected] |
Definition at line 73 of file rawlog_play.h.
Parameters* RawlogPlay::param_ [protected] |
Definition at line 70 of file rawlog_play.h.
CFileGZInputStream RawlogPlay::rawlog_stream_ [protected] |
Definition at line 71 of file rawlog_play.h.
mrpt::poses::CPose3DPDFGaussian RawlogPlay::robotPose [protected] |
Definition at line 72 of file rawlog_play.h.