Declares a class for storing a robot action. More...
#include <mrpt/slam/CAction.h>


Private Member Functions | |
| CAction () | |
| Default constructor. | |
| virtual | ~CAction () |
| Constructor. | |
Private Attributes | |
| mrpt::system::TTimeStamp | timestamp |
| The associated time-stamp. | |
Declares a class for storing a robot action.
It is used in mrpt::slam::CRawlog, for logs storage and particle filter based simulations. See derived classes for implementations.
Definition at line 50 of file CAction.h.
| mrpt::slam::CAction::CAction | ( | ) | [private] |
Default constructor.
| virtual mrpt::slam::CAction::~CAction | ( | ) | [private, virtual] |
Constructor.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |