#include <rawlog_play.h>

Classes | |
| struct | Parameters |
Public Member Functions | |
| RawlogPlay (Parameters *parm) | |
| ~RawlogPlay () | |
Protected Attributes | |
| size_t | entry_ |
| Parameters * | param_ |
| mrpt::utils::CFileGZInputStream | rawlog_stream_ |
| mrpt::poses::CPose3DPDFGaussian | robotPose |
Definition at line 48 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 65 of file rawlog_play.h.
Parameters* RawlogPlay::param_ [protected] |
Definition at line 62 of file rawlog_play.h.
mrpt::utils::CFileGZInputStream RawlogPlay::rawlog_stream_ [protected] |
Definition at line 63 of file rawlog_play.h.
mrpt::poses::CPose3DPDFGaussian RawlogPlay::robotPose [protected] |
Definition at line 64 of file rawlog_play.h.