BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
Public Types | |
typedef Poco::SharedPtr < StoppableLoop > | Ptr |
Public Member Functions | |
virtual void | start ()=0 |
virtual void | stop ()=0 |
|
pure virtual |
Starts the loop to process in an internally managed thread.
Implemented in BeeeOn::HciInfoReporter, BeeeOn::GWServerConnector, BeeeOn::Tool, BeeeOn::StoppableLoopAdapter, and BeeeOn::LoopRunner.
|
pure virtual |
Stop the loop and wait until finished.
Implemented in BeeeOn::HciInfoReporter, BeeeOn::Tool, BeeeOn::GWServerConnector, BeeeOn::StoppableLoopAdapter, and BeeeOn::LoopRunner.