|
| enum | dummy { d
} |
| |
| enum | Status {
kInitializing
, kInitialized
, kClosing
, kClosed
,
kInfo
, kError
} |
| |
Definition at line 146 of file RtabmapEvent.h.
◆ dummy
| enum rtabmap::RtabmapEventInit::dummy |
◆ Status
| enum rtabmap::RtabmapEventInit::Status |
◆ RtabmapEventInit() [1/2]
| rtabmap::RtabmapEventInit::RtabmapEventInit |
( |
Status |
status, |
|
|
const std::string & |
info = std::string() |
|
) |
| |
|
inline |
◆ RtabmapEventInit() [2/2]
| rtabmap::RtabmapEventInit::RtabmapEventInit |
( |
const std::string & |
info | ) |
|
|
inline |
◆ ~RtabmapEventInit()
| virtual rtabmap::RtabmapEventInit::~RtabmapEventInit |
( |
| ) |
|
|
inlinevirtual |
◆ getStatus()
| Status rtabmap::RtabmapEventInit::getStatus |
( |
| ) |
const |
|
inline |
◆ getInfo()
| const std::string & rtabmap::RtabmapEventInit::getInfo |
( |
| ) |
const |
|
inline |
◆ getClassName()
| virtual std::string rtabmap::RtabmapEventInit::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 177 of file RtabmapEvent.h.
The documentation for this class was generated from the following file: