MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) … More...
Functions | |
static OT_ProcRet | py_mkkernel_MkRuntimeC_GetDebug (OtClass_ARGS) |
Python: → C-API get the MkRuntimeS::debug value … | |
static OT_ProcRet | py_mkkernel_MkRuntimeC_GetIsSilent (OtClass_ARGS) |
Python: → C-API get the MkRuntimeS::isSilent value … | |
static OT_ProcRet | py_mkkernel_MkRuntimeC_GetLogfile (OtClass_ARGS) |
Python: → C-API get the MkRuntimeS::logfile value … | |
static OT_ProcRet | py_mkkernel_MkRuntimeC_SetDebug (OtClass_ARGS) |
Python: → C-API set the MkRuntimeS::debug value … | |
static OT_ProcRet | py_mkkernel_MkRuntimeC_SetIsSilent (OtClass_ARGS) |
Python: → C-API set the MkRuntimeS::isSilent value … | |
static OT_ProcRet | py_mkkernel_MkRuntimeC_SetLogfile (OtClass_ARGS) |
Python: → C-API set the MkRuntimeS::logfile value and cleanup old value … | |
MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) …
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
|
static |
Python:
→ C-API [static] int32 MkRuntimeC.GetDebug()
get the MkRuntimeS::debug value …
Definition at line 240 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] bool MkRuntimeC.GetIsSilent()
get the MkRuntimeS::isSilent value …
Definition at line 253 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] string MkRuntimeC.GetLogfile()
get the MkRuntimeS::logfile value …
Definition at line 266 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] MkRuntimeC.SetDebug(dbg:int32)
set the MkRuntimeS::debug value …
Definition at line 279 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] MkRuntimeC.SetIsSilent(silent:bool)
set the MkRuntimeS::isSilent value …
Definition at line 295 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] MkRuntimeC.SetLogfile(logfile:string)
set the MkRuntimeS::logfile value and cleanup old value …
Definition at line 311 of file MkRuntimeC_py.c.