Helper class to call process specific functions.
More...
#include <Imt.Base.OS.Linux/inc/Imt.Base.OS.Linux/Process.h>
|
static void | exit (int32_t exitCode) noexcept |
| Exits the current process.
|
|
static void | setSignalHandler (int32_t signalNumber, HandlerFunction function) noexcept |
| Sets the signal handler for the given signal.
|
|
static void | signal (int32_t signalNumber) noexcept |
| Signals the given signal number.
|
|
static void | start (std::string const &command) noexcept |
| Starts the given executable if it exists.
|
|
static void | resetSignalHandler (int32_t signalNumber) noexcept |
| Resets the signal handler for the given signal.
|
|
Helper class to call process specific functions.
Definition at line 17 of file Process.h.
◆ HandlerFunction
Defines the signal handler function signature.
Definition at line 23 of file Process.h.
◆ exit()
static void imt::base::os::linux::Process::exit |
( |
int32_t |
exitCode | ) |
|
|
staticnoexcept |
Exits the current process.
- Parameters
-
exitCode | The value to return as exit code |
◆ resetSignalHandler()
static void imt::base::os::linux::Process::resetSignalHandler |
( |
int32_t |
signalNumber | ) |
|
|
staticnoexcept |
Resets the signal handler for the given signal.
- Parameters
-
signalNumber | The signal number |
◆ setSignalHandler()
static void imt::base::os::linux::Process::setSignalHandler |
( |
int32_t |
signalNumber, |
|
|
HandlerFunction |
function |
|
) |
| |
|
staticnoexcept |
Sets the signal handler for the given signal.
- Parameters
-
signalNumber | The signal number |
function | The handler function |
◆ signal()
static void imt::base::os::linux::Process::signal |
( |
int32_t |
signalNumber | ) |
|
|
staticnoexcept |
Signals the given signal number.
- Parameters
-
signalNumber | The signal number |
◆ start()
static void imt::base::os::linux::Process::start |
( |
std::string const & |
command | ) |
|
|
staticnoexcept |
Starts the given executable if it exists.
- Parameters
-
command | The command to be handed over to the system's command processor |
The documentation for this class was generated from the following file:
- C:/src/imt/Imt.Base-cpp/Imt.Base/Imt.Base.OS.Linux/inc/Imt.Base.OS.Linux/Process.h