#include <CameraTango.h>
Public Member Functions | |
CameraTangoEvent (int type, const std::string &key, const std::string &value) | |
virtual std::string | getClassName () const |
const std::string & | key () const |
int | type () const |
const std::string & | value () const |
Private Attributes | |
std::string | key_ |
int | type_ |
std::string | value_ |
Definition at line 57 of file CameraTango.h.
rtabmap::CameraTangoEvent::CameraTangoEvent | ( | int | type, |
const std::string & | key, | ||
const std::string & | value | ||
) | [inline] |
Definition at line 60 of file CameraTango.h.
virtual std::string rtabmap::CameraTangoEvent::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 61 of file CameraTango.h.
const std::string& rtabmap::CameraTangoEvent::key | ( | ) | const [inline] |
Definition at line 63 of file CameraTango.h.
int rtabmap::CameraTangoEvent::type | ( | ) | const [inline] |
Definition at line 62 of file CameraTango.h.
const std::string& rtabmap::CameraTangoEvent::value | ( | ) | const [inline] |
Definition at line 64 of file CameraTango.h.
std::string rtabmap::CameraTangoEvent::key_ [private] |
Definition at line 68 of file CameraTango.h.
int rtabmap::CameraTangoEvent::type_ [private] |
Definition at line 67 of file CameraTango.h.
std::string rtabmap::CameraTangoEvent::value_ [private] |
Definition at line 69 of file CameraTango.h.