CAction()=default
Default ctor. 
 
#define DEFINE_VIRTUAL_SERIALIZABLE(class_name)
This declaration must be inserted in virtual CSerializable classes definition: 
 
mrpt::Clock::time_point TTimeStamp
A system independent time type, it holds the the number of 100-nanosecond intervals since January 1...
 
This namespace contains representation of robot actions and observations. 
 
Declares a class for storing a robot action. 
 
~CAction() override=default
 
virtual void getDescriptionAsText(std::ostream &o) const
Build a detailed, multi-line textual description of the action contents and dump it to the output str...
 
The virtual base class which provides a unified interface for all persistent objects in MRPT...
 
std::string getDescriptionAsTextValue() const
Return by value version of getDescriptionAsText(std::ostream&) 
 
#define INVALID_TIMESTAMP
Represents an invalid timestamp, where applicable. 
 
mrpt::system::TTimeStamp timestamp
The associated time-stamp.