limal-runlevel
|
Runlevel utility functions. More...
#include <limal/runlevel/config.h>
#include <blocxx/String.hpp>
#include <blocxx/Array.hpp>
Go to the source code of this file.
Namespaces | |
namespace | limal |
The main LiMaL namespace. | |
namespace | limal::runlevel |
The LiMaL runlevel library namespace. | |
Typedefs | |
typedef char | limal::runlevel::Runlevel |
typedef BLOCXX_NAMESPACE::Array < Runlevel > | limal::runlevel::Runlevels |
Functions | |
Runlevel | limal::runlevel::getDefaultRunlevel () |
Runlevel | limal::runlevel::getCurrentRunlevel () |
Runlevels | limal::runlevel::getEnabledRunlevels () |
bool | limal::runlevel::isRunlevelEnabled (Runlevel runlevel) |
bool | limal::runlevel::setDefaultRunlevel (Runlevel runlevel) |
bool | limal::runlevel::switchToRunlevel (Runlevel runlevel) |
BLOCXX_NAMESPACE::Array < BLOCXX_NAMESPACE::String > | limal::runlevel::getRunlevelServiceNames (Runlevel runlevel) |
Runlevel utility functions.