Contains global LXRT functions. More...
Go to the source code of this file.
Namespaces | |
namespace | icl_core |
namespace | icl_core::os |
Namespace for operating system specific implementations. | |
Defines | |
#define | LOCAL_PRINTF(arg) |
Functions | |
bool | icl_core::os::checkForLxrt (void) |
bool | icl_core::os::checkKernelModule (const char *name) |
bool | icl_core::os::ensureNoHRT () |
bool | icl_core::os::isLxrtAvailable () |
bool | icl_core::os::isThisHRT () |
bool | icl_core::os::isThisLxrtTask () |
void | icl_core::os::lxrtShutdown () |
void | icl_core::os::lxrtStartup () |
void | icl_core::os::makeHRT () |
void | icl_core::os::makeThisALinuxTask () |
int | icl_core::os::makeThisAnLxrtTask () |
Variables | |
bool | icl_core::os::global_lxrt_available = false |
int | icl_core::os::hard_timer_running = 0 |
#define LOCAL_PRINTF | ( | arg | ) |
Definition at line 53 of file os_lxrt.cpp.