#include <RtabmapEvent.h>
Definition at line 131 of file RtabmapEvent.h.
Enumerator |
---|
kInitializing |
|
kInitialized |
|
kClosing |
|
kClosed |
|
kInfo |
|
kError |
|
Definition at line 135 of file RtabmapEvent.h.
rtabmap::RtabmapEventInit::RtabmapEventInit |
( |
Status |
status, |
|
|
const std::string & |
info = std::string() |
|
) |
| |
|
inline |
rtabmap::RtabmapEventInit::RtabmapEventInit |
( |
const std::string & |
info | ) |
|
|
inline |
virtual rtabmap::RtabmapEventInit::~RtabmapEventInit |
( |
| ) |
|
|
inlinevirtual |
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 162 of file RtabmapEvent.h.
const std::string& rtabmap::RtabmapEventInit::getInfo |
( |
| ) |
const |
|
inline |
Status rtabmap::RtabmapEventInit::getStatus |
( |
| ) |
const |
|
inline |
std::string rtabmap::RtabmapEventInit::_info |
|
private |
Status rtabmap::RtabmapEventInit::_status |
|
private |
The documentation for this class was generated from the following file: