LcConfigC - various functions to create, initialize and destroy … More...
Functions | |
static LC_CFG | LcConfigCreate (MK_TYP type, config_t *nat) |
create a LcConfigC instance … | |
void | LcConfigDelete_RT (MK_RT mkrt, LC_CFG const cfg) |
delete a LcConfigC instance … | |
LcConfigC - LcConfigC_TOR_C_API - function | |
LC_CFG | LcConfigCreateP (void) |
Non-inline replacement for LcConfigCreate … | |
LcConfigC - LcConfigC_TOR_C_API - overload | |
#define | LcConfigCreate_0() |
#define | LcConfigDelete(x) |
LcConfigC - various functions to create, initialize and destroy …
#define LcConfigCreate_0 | ( | ) |
Definition at line 146 of file config_overload_lc.h.
#define LcConfigDelete | ( | x | ) |
Definition at line 149 of file config_overload_lc.h.
create a LcConfigC instance …
[in] | type | the MkTypeS instance to work on - class-type with base LcConfigS - (default = "MK_NULL" = LcConfigS) |
[in] | nat | external nat pointer - (default: "MK_NULL" = internal) |
"MK_NULL"
if setup failed Definition at line 42 of file LcConfigC_lc.h.
LC_CFG LcConfigCreateP | ( | void | ) |
Non-inline replacement for LcConfigCreate …