gPTP Documentation
|
#include <Stoppable.hpp>
Public Member Functions | |
Stoppable () | |
bool | stop () |
Stops thread. More... | |
virtual | ~Stoppable ()=0 |
Protected Attributes | |
bool | exit_waiting |
HANDLE | thread |
Provides an interface to stop threads
|
inline |
Initializes interface
|
inlinepure virtual |
destroys the interface
|
inline |
Stops thread.
|
protected |
Waiting to exit
|
protected |
Thread handler