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. More... | |
| virtual | ~ExternalControlCallback () |
| Destructor. More... | |
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.