theConfig 10.0
Loading...
Searching...
No Matches
LcConfig_Setup_ATL_API

LcConfig PACKAGE - setup library and Programming-Language-Micro-Kernel (PLMK)More...

+ Collaboration diagram for LcConfig_Setup_ATL_API:

Functions

static OT_ProcRet atllcconfig_LcConfig_Cleanup (OtClass_ARGS)
  Atl: (static) LcConfig::Cleanup C-API
cleanup atllcconfig internal memory …
 
static OT_ProcRet atllcconfig_LcConfig_Setup (OtClass_ARGS)
  Atl: (static) LcConfig::Setup C-API
setup atllcconfig internal memory …
 

Detailed Description

LcConfig PACKAGE - setup library and Programming-Language-Micro-Kernel (PLMK)

For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ atllcconfig_LcConfig_Cleanup()

static OT_ProcRet atllcconfig_LcConfig_Cleanup ( OtClass_ARGS )
static

Atl: (static) LcConfig::Cleanup C-API
cleanup atllcconfig internal memory …

Definition at line 663 of file LibLcConfig_atl.c.

663 {
667 LcCleanupTmpl ();
669 goto end;
670 error:
672 end:
674}
#define OT_SETUP_hdl_static
#define LcCleanupTmpl()
#define Cleanup_doc
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS

◆ atllcconfig_LcConfig_Setup()

static OT_ProcRet atllcconfig_LcConfig_Setup ( OtClass_ARGS )
static

Atl: (static) LcConfig::Setup C-API
setup atllcconfig internal memory …

Definition at line 677 of file LibLcConfig_atl.c.

677 {
681 LcSetupTmpl ();
683 goto end;
684 error:
686 end:
688}
#define LcSetupTmpl()
#define Setup_doc