Callback interface thta can be used to stop a synchronous loop. More...
#include <clientconnector.hpp>
Public Member Functions | |
virtual int | requestToStop ()=0 |
Invoked on every cycle and allows external entity to break the loop. | |
virtual | ~ExternalControlCallback () |
Destructor. | |
Callback interface thta can be used to stop a synchronous loop.
|
inlinevirtual |
Destructor.
|
pure virtual |
Invoked on every cycle and allows external entity to break the loop.