MRPT  2.0.0
List of all members | Public Member Functions | Protected Member Functions
MyObserver Class Reference

Detailed Description

Definition at line 26 of file vision_stereo_rectify/test.cpp.

Inheritance diagram for MyObserver:

Public Member Functions

void observeBegin (CObservable &obj)
 Starts the subscription of this observer to the given object. More...
 
void observeEnd (CObservable &obj)
 Ends the subscription of this observer to the given object (note that there is no need to call this method, since the destruction of the first of observer/observed will put an end to the process. More...
 

Protected Member Functions

void OnEvent (const mrptEvent &e) override
 This virtual function will be called upon receive of any event after starting listening at any CObservable object. More...
 
void OnEvent (const mrptEvent &e) override
 This virtual function will be called upon receive of any event after starting listening at any CObservable object. More...
 

Member Function Documentation

◆ observeBegin()

void CObserver::observeBegin ( CObservable obj)
inherited

Starts the subscription of this observer to the given object.

See also
observeEnd

Definition at line 26 of file CObserver.cpp.

References mrpt::system::CObservable::internal_observer_begin().

Referenced by CGraphSlamHandler< GRAPH_T >::initVisualization().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ observeEnd()

void CObserver::observeEnd ( CObservable obj)
inherited

Ends the subscription of this observer to the given object (note that there is no need to call this method, since the destruction of the first of observer/observed will put an end to the process.

See also
observeBegin

Definition at line 36 of file CObserver.cpp.

◆ OnEvent() [1/2]

void MyObserver::OnEvent ( const mrptEvent e)
inlineoverrideprotectedvirtual

This virtual function will be called upon receive of any event after starting listening at any CObservable object.

Implements mrpt::system::CObserver.

Definition at line 29 of file vision_stereo_rectify/test.cpp.

◆ OnEvent() [2/2]

void MyObserver::OnEvent ( const mrptEvent e)
inlineoverrideprotectedvirtual

This virtual function will be called upon receive of any event after starting listening at any CObservable object.

Implements mrpt::system::CObserver.

Definition at line 33 of file vision_stereo_rectify/test.cpp.




Page generated by Doxygen 1.8.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020