#include <ParamEvent.h>
Public Member Functions | |
virtual std::string | getClassName () const |
const ParametersMap & | getParameters () const |
ParamEvent (const ParametersMap ¶meters) | |
ParamEvent (const std::string ¶meterKey, const std::string ¶meterValue) | |
~ParamEvent () | |
Private Attributes | |
ParametersMap | parameters_ |
The parameters event. This event is used to send parameters across the threads.
Definition at line 41 of file ParamEvent.h.
rtabmap::ParamEvent::ParamEvent | ( | const ParametersMap & | parameters | ) | [inline] |
Definition at line 44 of file ParamEvent.h.
rtabmap::ParamEvent::ParamEvent | ( | const std::string & | parameterKey, |
const std::string & | parameterValue | ||
) | [inline] |
Definition at line 45 of file ParamEvent.h.
rtabmap::ParamEvent::~ParamEvent | ( | ) | [inline] |
Definition at line 49 of file ParamEvent.h.
virtual std::string rtabmap::ParamEvent::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 50 of file ParamEvent.h.
const ParametersMap& rtabmap::ParamEvent::getParameters | ( | ) | const [inline] |
Definition at line 52 of file ParamEvent.h.
The parameters map (key,value).
Definition at line 55 of file ParamEvent.h.