3#ifndef IMT_BASE_OS_LINUX_PROCESS_H
4#define IMT_BASE_OS_LINUX_PROCESS_H
48 static void start(std::string
const& command)
noexcept;
Helper class to call process specific functions.
static void start(std::string const &command) noexcept
Starts the given executable if it exists.
void(*)(int32_t) HandlerFunction
Defines the signal handler function signature.
static void signal(int32_t signalNumber) noexcept
Signals the given signal number.
static void resetSignalHandler(int32_t signalNumber) noexcept
Resets the signal handler for the given signal.
static void setSignalHandler(int32_t signalNumber, HandlerFunction function) noexcept
Sets the signal handler for the given signal.
static void exit(int32_t exitCode) noexcept
Exits the current process.
This is a application specific file which is used to configure Imt.Base.Core.Math.