|
Dawn Framework 1.0
Universal data acquisition framework for embedded systems
|
Global shutdown request manager. More...
#include <shutdown.hxx>
Static Public Member Functions | |
| static void | clear () |
| Clear pending shutdown request. | |
| static bool | isRequested () |
| Check if shutdown has been requested. | |
| static void | request () |
| Request application shutdown. | |
Global shutdown request manager.
Provides a thread-safe way to request and check for application-wide shutdown signals.
Definition at line 17 of file shutdown.hxx.
|
static |
Check if shutdown has been requested.
Definition at line 27 of file shutdown.cxx.