#include <CameraTango.h>
Definition at line 57 of file CameraTango.h.
rtabmap::CameraTangoEvent::CameraTangoEvent |
( |
int |
type, |
|
|
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
virtual std::string rtabmap::CameraTangoEvent::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 61 of file CameraTango.h.
const std::string& rtabmap::CameraTangoEvent::key |
( |
| ) |
const |
|
inline |
int rtabmap::CameraTangoEvent::type |
( |
| ) |
const |
|
inline |
const std::string& rtabmap::CameraTangoEvent::value |
( |
| ) |
const |
|
inline |
std::string rtabmap::CameraTangoEvent::key_ |
|
private |
int rtabmap::CameraTangoEvent::type_ |
|
private |
std::string rtabmap::CameraTangoEvent::value_ |
|
private |
The documentation for this class was generated from the following file: