#include <RtabmapEvent.h>
Public Member Functions | |
virtual std::string | getClassName () const |
RtabmapGoalStatusEvent (int status) | |
virtual | ~RtabmapGoalStatusEvent () |
Definition at line 249 of file RtabmapEvent.h.
rtabmap::RtabmapGoalStatusEvent::RtabmapGoalStatusEvent | ( | int | status | ) | [inline] |
Definition at line 252 of file RtabmapEvent.h.
virtual rtabmap::RtabmapGoalStatusEvent::~RtabmapGoalStatusEvent | ( | ) | [inline, virtual] |
Definition at line 255 of file RtabmapEvent.h.
virtual std::string rtabmap::RtabmapGoalStatusEvent::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 256 of file RtabmapEvent.h.