Dawn Framework 1.0
Universal data acquisition framework for embedded systems
Static Public Member Functions | List of all members
dawn::CShutdown Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ isRequested()

bool CShutdown::isRequested ( )
static

Check if shutdown has been requested.

Returns
True if shutdown is requested, false otherwise.

Definition at line 27 of file shutdown.cxx.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: