#include <dispatchable.h>

Public Member Functions | |
| void | AddToTrajectoryBuilder (mapping::TrajectoryBuilderInterface *const trajectory_builder) override |
| const DataType & | data () const |
| Dispatchable (const std::string &sensor_id, const DataType &data) | |
| common::Time | GetTime () const override |
Public Member Functions inherited from cartographer::sensor::Data | |
| Data (const std::string &sensor_id) | |
| const std::string & | GetSensorId () const |
| virtual | ~Data () |
Private Attributes | |
| const DataType | data_ |
Additional Inherited Members | |
Protected Attributes inherited from cartographer::sensor::Data | |
| const std::string | sensor_id_ |
Definition at line 27 of file dispatchable.h.
|
inline |
Definition at line 29 of file dispatchable.h.
|
inlineoverridevirtual |
Implements cartographer::sensor::Data.
Definition at line 33 of file dispatchable.h.
|
inline |
Definition at line 37 of file dispatchable.h.
|
inlineoverridevirtual |
Implements cartographer::sensor::Data.
Definition at line 32 of file dispatchable.h.
|
private |
Definition at line 40 of file dispatchable.h.