#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 41 of file rawlog_play.h.
| RawlogPlay::RawlogPlay | ( | Parameters * | parm | ) |
Definition at line 37 of file rawlog_play.cpp.
Definition at line 33 of file rawlog_play.cpp.
size_t RawlogPlay::entry_ [protected] |
Definition at line 55 of file rawlog_play.h.
Parameters* RawlogPlay::param_ [protected] |
Definition at line 52 of file rawlog_play.h.
mrpt::utils::CFileGZInputStream RawlogPlay::rawlog_stream_ [protected] |
Definition at line 53 of file rawlog_play.h.
mrpt::poses::CPose3DPDFGaussian RawlogPlay::robotPose [protected] |
Definition at line 54 of file rawlog_play.h.