The basic event type for the observer-observable pattern in MRPT.
GLsizei GLsizei GLuint * obj
void observeBegin(CObservable &obj)
Starts the subscription of this observer to the given object.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
virtual void OnEvent(const mrptEvent &e)=0
This virtual function will be called upon receive of any event after starting listening at any CObser...
void observeEnd(CObservable &obj)
Ends the subscription of this observer to the given object (note that there is no need to call this m...
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.
void internal_on_event(const mrptEvent &e)
std::set< CObservable * > m_subscribed
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST | |