#include <RtabmapEvent.h>
|
| enum | Cmd {
kCmdInit,
kCmdResetMemory,
kCmdClose,
kCmdDumpMemory,
kCmdDumpPrediction,
kCmdGenerateDOTGraph,
kCmdExportPoses,
kCmdCleanDataBuffer,
kCmdPublish3DMap,
kCmdTriggerNewMap,
kCmdPause,
kCmdResume,
kCmdGoal,
kCmdCancelGoal,
kCmdLabel
} |
| |
| enum | dummy { d
} |
| |
|
| virtual std::string | getClassName () const |
| |
| Cmd | getCmd () const |
| |
| const ParametersMap & | getParameters () const |
| |
| | RtabmapEventCmd (Cmd cmd, const ParametersMap ¶meters=ParametersMap()) |
| |
| | RtabmapEventCmd (Cmd cmd, const UVariant &value1, const ParametersMap ¶meters=ParametersMap()) |
| |
| | RtabmapEventCmd (Cmd cmd, const UVariant &value1, const UVariant &value2, const ParametersMap ¶meters=ParametersMap()) |
| |
| | RtabmapEventCmd (Cmd cmd, const UVariant &value1, const UVariant &value2, const UVariant &value3, const ParametersMap ¶meters=ParametersMap()) |
| |
| | RtabmapEventCmd (Cmd cmd, const UVariant &value1, const UVariant &value2, const UVariant &value3, const UVariant &value4, const ParametersMap ¶meters=ParametersMap()) |
| |
| const UVariant & | value1 () const |
| |
| const UVariant & | value2 () const |
| |
| const UVariant & | value3 () const |
| |
| const UVariant & | value4 () const |
| |
| virtual | ~RtabmapEventCmd () |
| |
| int | getCode () const |
| |
| virtual | ~UEvent () |
| |
Definition at line 57 of file RtabmapEvent.h.
| Enumerator |
|---|
| kCmdInit |
|
| kCmdResetMemory |
|
| kCmdClose |
|
| kCmdDumpMemory |
|
| kCmdDumpPrediction |
|
| kCmdGenerateDOTGraph |
|
| kCmdExportPoses |
|
| kCmdCleanDataBuffer |
|
| kCmdPublish3DMap |
|
| kCmdTriggerNewMap |
|
| kCmdPause |
|
| kCmdResume |
|
| kCmdGoal |
|
| kCmdCancelGoal |
|
| kCmdLabel |
|
Definition at line 61 of file RtabmapEvent.h.
| virtual rtabmap::RtabmapEventCmd::~RtabmapEventCmd |
( |
| ) |
|
|
inlinevirtual |
| virtual std::string rtabmap::RtabmapEventCmd::getClassName |
( |
| ) |
const |
|
inlinevirtual |
This method is used to get the class name of the event. For example, if a class MouseEvent inherits from UEvent, it must return the "MouseEvent" string.
- Returns
- the class name
Implements UEvent.
Definition at line 120 of file RtabmapEvent.h.
| Cmd rtabmap::RtabmapEventCmd::getCmd |
( |
| ) |
const |
|
inline |
| const ParametersMap& rtabmap::RtabmapEventCmd::getParameters |
( |
| ) |
const |
|
inline |
| const UVariant& rtabmap::RtabmapEventCmd::value1 |
( |
| ) |
const |
|
inline |
| const UVariant& rtabmap::RtabmapEventCmd::value2 |
( |
| ) |
const |
|
inline |
| const UVariant& rtabmap::RtabmapEventCmd::value3 |
( |
| ) |
const |
|
inline |
| const UVariant& rtabmap::RtabmapEventCmd::value4 |
( |
| ) |
const |
|
inline |
| Cmd rtabmap::RtabmapEventCmd::cmd_ |
|
private |
| UVariant rtabmap::RtabmapEventCmd::value1_ |
|
private |
| UVariant rtabmap::RtabmapEventCmd::value2_ |
|
private |
| UVariant rtabmap::RtabmapEventCmd::value3_ |
|
private |
| UVariant rtabmap::RtabmapEventCmd::value4_ |
|
private |
The documentation for this class was generated from the following file: