theConfig 10.0
|
tag: nhi1-release-250425 More...
Go to the source code of this file.
Macros | |
#define | META_FILE_NAME "LibLcConfig_tcl.c" |
#define | VER TCL_OO_METHOD_VERSION_CURRENT |
#define | OtClass_ARGS OBJCMD_ARGS |
#define | OT_SETUP_hdl_static |
#define | LcSetupTmpl() |
#define | LcCleanupTmpl() |
#define | ConfigFormatE_FromInt_doc "LcConfigFormatE [LcConfig ConfigFormatE_FromInt value:int32]" |
#define | ConfigOptionsEF_FromInt_doc "LcConfigOptionsEF [LcConfig ConfigOptionsEF_FromInt value:int32]" |
#define | ConfigTypeE_FromInt_doc "LcConfigTypeE [LcConfig ConfigTypeE_FromInt value:int32]" |
#define | ErrorE_FromInt_doc "LcErrorE [LcConfig ErrorE_FromInt value:int32]" |
#define | ErrorTypeE_FromInt_doc "LcErrorTypeE [LcConfig ErrorTypeE_FromInt value:int32]" |
#define | ConfigFormatE_ToInt_doc "int32 [LcConfig ConfigFormatE_ToInt value:LcConfigFormatE]" |
#define | ConfigFormatE_ToString_doc "string [LcConfig ConfigFormatE_ToString value:LcConfigFormatE]" |
#define | ConfigOptionsEF_ToInt_doc "int32 [LcConfig ConfigOptionsEF_ToInt value:LcConfigOptionsEF]" |
#define | ConfigOptionsEF_ToString_doc "string [LcConfig ConfigOptionsEF_ToString value:LcConfigOptionsEF]" |
#define | ConfigTypeE_ToInt_doc "int32 [LcConfig ConfigTypeE_ToInt value:LcConfigTypeE]" |
#define | ConfigTypeE_ToString_doc "string [LcConfig ConfigTypeE_ToString value:LcConfigTypeE]" |
#define | ErrorE_ToInt_doc "int32 [LcConfig ErrorE_ToInt value:LcErrorE]" |
#define | ErrorE_ToString_doc "string [LcConfig ErrorE_ToString value:LcErrorE]" |
#define | ErrorTypeE_ToInt_doc "int32 [LcConfig ErrorTypeE_ToInt value:LcErrorTypeE]" |
#define | ErrorTypeE_ToString_doc "string [LcConfig ErrorTypeE_ToString value:LcErrorTypeE]" |
#define | Cleanup_doc "LcConfig Cleanup" |
#define | Setup_doc "LcConfig Setup" |
Variables | |
static const OtObjProcDefS | tcllcconfig_sOtClassDef [] |
static const OtObjProcDefS | tcllcconfig_sInstanceDef [] |
tag: nhi1-release-250425
Definition in file LibLcConfig_tcl.c.
#define Cleanup_doc "LcConfig Cleanup" |
Definition at line 99 of file LibLcConfig_tcl.c.
#define ConfigFormatE_FromInt_doc "LcConfigFormatE [LcConfig ConfigFormatE_FromInt value:int32]" |
Definition at line 80 of file LibLcConfig_tcl.c.
#define ConfigFormatE_ToInt_doc "int32 [LcConfig ConfigFormatE_ToInt value:LcConfigFormatE]" |
Definition at line 87 of file LibLcConfig_tcl.c.
#define ConfigFormatE_ToString_doc "string [LcConfig ConfigFormatE_ToString value:LcConfigFormatE]" |
Definition at line 88 of file LibLcConfig_tcl.c.
#define ConfigOptionsEF_FromInt_doc "LcConfigOptionsEF [LcConfig ConfigOptionsEF_FromInt value:int32]" |
Definition at line 81 of file LibLcConfig_tcl.c.
#define ConfigOptionsEF_ToInt_doc "int32 [LcConfig ConfigOptionsEF_ToInt value:LcConfigOptionsEF]" |
Definition at line 89 of file LibLcConfig_tcl.c.
#define ConfigOptionsEF_ToString_doc "string [LcConfig ConfigOptionsEF_ToString value:LcConfigOptionsEF]" |
Definition at line 90 of file LibLcConfig_tcl.c.
#define ConfigTypeE_FromInt_doc "LcConfigTypeE [LcConfig ConfigTypeE_FromInt value:int32]" |
Definition at line 82 of file LibLcConfig_tcl.c.
#define ConfigTypeE_ToInt_doc "int32 [LcConfig ConfigTypeE_ToInt value:LcConfigTypeE]" |
Definition at line 91 of file LibLcConfig_tcl.c.
#define ConfigTypeE_ToString_doc "string [LcConfig ConfigTypeE_ToString value:LcConfigTypeE]" |
Definition at line 92 of file LibLcConfig_tcl.c.
#define ErrorE_FromInt_doc "LcErrorE [LcConfig ErrorE_FromInt value:int32]" |
Definition at line 83 of file LibLcConfig_tcl.c.
#define ErrorE_ToInt_doc "int32 [LcConfig ErrorE_ToInt value:LcErrorE]" |
Definition at line 93 of file LibLcConfig_tcl.c.
#define ErrorE_ToString_doc "string [LcConfig ErrorE_ToString value:LcErrorE]" |
Definition at line 94 of file LibLcConfig_tcl.c.
#define ErrorTypeE_FromInt_doc "LcErrorTypeE [LcConfig ErrorTypeE_FromInt value:int32]" |
Definition at line 84 of file LibLcConfig_tcl.c.
#define ErrorTypeE_ToInt_doc "int32 [LcConfig ErrorTypeE_ToInt value:LcErrorTypeE]" |
Definition at line 95 of file LibLcConfig_tcl.c.
#define ErrorTypeE_ToString_doc "string [LcConfig ErrorTypeE_ToString value:LcErrorTypeE]" |
Definition at line 96 of file LibLcConfig_tcl.c.
#define LcCleanupTmpl | ( | ) |
Definition at line 31 of file LibLcConfig_tcl.c.
#define LcSetupTmpl | ( | ) |
Definition at line 30 of file LibLcConfig_tcl.c.
#define META_FILE_NAME "LibLcConfig_tcl.c" |
Definition at line 11 of file LibLcConfig_tcl.c.
#define OT_SETUP_hdl_static |
Definition at line 19 of file LibLcConfig_tcl.c.
#define OtClass_ARGS OBJCMD_ARGS |
Definition at line 17 of file LibLcConfig_tcl.c.
#define Setup_doc "LcConfig Setup" |
Definition at line 100 of file LibLcConfig_tcl.c.
#define VER TCL_OO_METHOD_VERSION_CURRENT |
Definition at line 12 of file LibLcConfig_tcl.c.
OT_TCL_EXTERN int Tcllcconfig_Init | ( | Tcl_Interp * | interp | ) |
initialize the LcConfig package
The tcllcconfig package is created and one new command "msgque" is added to the Tcl interpreter.
[in] | interp | the current interpreter |
Definition at line 750 of file LibLcConfig_tcl.c.
OT_TCL_EXTERN int Tcllcconfig_Unload | ( | Tcl_Interp * | interp, |
int | flags ) |
Definition at line 797 of file LibLcConfig_tcl.c.
|
static |
Definition at line 730 of file LibLcConfig_tcl.c.
|
static |
Definition at line 697 of file LibLcConfig_tcl.c.