#include <RtabmapEvent.h>
Definition at line 57 of file RtabmapEvent.h.
Definition at line 61 of file RtabmapEvent.h.
Definition at line 60 of file RtabmapEvent.h.
rtabmap::RtabmapEventCmd::RtabmapEventCmd | ( | Cmd | cmd, |
const ParametersMap & | parameters = ParametersMap() |
||
) | [inline] |
Definition at line 79 of file RtabmapEvent.h.
rtabmap::RtabmapEventCmd::RtabmapEventCmd | ( | Cmd | cmd, |
const UVariant & | value1, | ||
const ParametersMap & | parameters = ParametersMap() |
||
) | [inline] |
Definition at line 83 of file RtabmapEvent.h.
rtabmap::RtabmapEventCmd::RtabmapEventCmd | ( | Cmd | cmd, |
const UVariant & | value1, | ||
const UVariant & | value2, | ||
const ParametersMap & | parameters = ParametersMap() |
||
) | [inline] |
Definition at line 88 of file RtabmapEvent.h.
rtabmap::RtabmapEventCmd::RtabmapEventCmd | ( | Cmd | cmd, |
const UVariant & | value1, | ||
const UVariant & | value2, | ||
const UVariant & | value3, | ||
const ParametersMap & | parameters = ParametersMap() |
||
) | [inline] |
Definition at line 94 of file RtabmapEvent.h.
rtabmap::RtabmapEventCmd::RtabmapEventCmd | ( | Cmd | cmd, |
const UVariant & | value1, | ||
const UVariant & | value2, | ||
const UVariant & | value3, | ||
const UVariant & | value4, | ||
const ParametersMap & | parameters = ParametersMap() |
||
) | [inline] |
Definition at line 101 of file RtabmapEvent.h.
virtual rtabmap::RtabmapEventCmd::~RtabmapEventCmd | ( | ) | [inline, virtual] |
Definition at line 110 of file RtabmapEvent.h.
virtual std::string rtabmap::RtabmapEventCmd::getClassName | ( | ) | const [inline, virtual] |
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.
Implements UEvent.
Definition at line 120 of file RtabmapEvent.h.
Cmd rtabmap::RtabmapEventCmd::getCmd | ( | ) | const [inline] |
Definition at line 111 of file RtabmapEvent.h.
const ParametersMap& rtabmap::RtabmapEventCmd::getParameters | ( | ) | const [inline] |
Definition at line 118 of file RtabmapEvent.h.
const UVariant& rtabmap::RtabmapEventCmd::value1 | ( | ) | const [inline] |
Definition at line 113 of file RtabmapEvent.h.
const UVariant& rtabmap::RtabmapEventCmd::value2 | ( | ) | const [inline] |
Definition at line 114 of file RtabmapEvent.h.
const UVariant& rtabmap::RtabmapEventCmd::value3 | ( | ) | const [inline] |
Definition at line 115 of file RtabmapEvent.h.
const UVariant& rtabmap::RtabmapEventCmd::value4 | ( | ) | const [inline] |
Definition at line 116 of file RtabmapEvent.h.
Cmd rtabmap::RtabmapEventCmd::cmd_ [private] |
Definition at line 123 of file RtabmapEvent.h.
Definition at line 128 of file RtabmapEvent.h.
UVariant rtabmap::RtabmapEventCmd::value1_ [private] |
Definition at line 124 of file RtabmapEvent.h.
UVariant rtabmap::RtabmapEventCmd::value2_ [private] |
Definition at line 125 of file RtabmapEvent.h.
UVariant rtabmap::RtabmapEventCmd::value3_ [private] |
Definition at line 126 of file RtabmapEvent.h.
UVariant rtabmap::RtabmapEventCmd::value4_ [private] |
Definition at line 127 of file RtabmapEvent.h.