#include <signal_handler.h>
◆ SignalHandler()
SignalHandler::SignalHandler |
( |
| ) |
|
|
default |
◆ ~SignalHandler()
SignalHandler::~SignalHandler |
( |
| ) |
|
|
default |
◆ ExitSignalHandler()
void SignalHandler::ExitSignalHandler |
( |
int |
_ignored | ) |
|
|
static |
Sets exit signal to true.
- Parameters
-
[in] | _ignored | Not used but required by function prototype to match required handler. |
◆ GotExitSignal()
bool SignalHandler::GotExitSignal |
( |
| ) |
|
|
static |
Destructor. Returns the bool flag indicating whether we received an exit signal
- Returns
- Flag indicating shutdown of program
◆ SetExitSignal()
void SignalHandler::SetExitSignal |
( |
bool |
_bExitSignal | ) |
|
|
static |
Sets the bool flag indicating whether we received an exit signal
◆ SetupSignalHandlers()
void SignalHandler::SetupSignalHandlers |
( |
| ) |
|
Set up the signal handlers for CTRL-C.
◆ mb_got_exit_signal
bool SignalHandler::mb_got_exit_signal = false |
|
staticprotected |
The documentation for this class was generated from the following files: