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