51 void internal_on_event(
const mrptEvent &e);
56 virtual void OnEvent(
const mrptEvent &e) = 0;
The basic event type for the observer-observable pattern in MRPT.
GLsizei GLsizei GLuint * obj
std::set< CObservable * > m_subscribed
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
Inherit from this class to get notified about events from any CObservable object after subscribing to...
Inherit from this class for those objects capable of being observed by a CObserver class...