theConfig 10.0
Loading...
Searching...
No Matches
LcConfig_Enum_PY_API

LcConfig PACKAGE - definition of the enum type … More...

+ Collaboration diagram for LcConfig_Enum_PY_API:

Functions

static OT_ProcRet pylcconfig_LcConfig_ConfigFormatE_FromInt (OtClass_ARGS)
  Python: [static] LcConfigFormatE ConfigFormatE_FromInt(value:int32) C-API
return the LcConfigFormatE from integer …
 
static OT_ProcRet pylcconfig_LcConfig_ConfigOptionsEF_FromInt (OtClass_ARGS)
  Python: [static] LcConfigOptionsEF ConfigOptionsEF_FromInt(value:int32) C-API
return the LcConfigOptionsEF from integer …
 
static OT_ProcRet pylcconfig_LcConfig_ConfigTypeE_FromInt (OtClass_ARGS)
  Python: [static] LcConfigTypeE ConfigTypeE_FromInt(value:int32) C-API
return the LcConfigTypeE from integer …
 
static OT_ProcRet pylcconfig_LcConfig_ErrorE_FromInt (OtClass_ARGS)
  Python: [static] LcErrorE ErrorE_FromInt(value:int32) C-API
return the LcErrorE from integer …
 
static OT_ProcRet pylcconfig_LcConfig_ErrorTypeE_FromInt (OtClass_ARGS)
  Python: [static] LcErrorTypeE ErrorTypeE_FromInt(value:int32) C-API
return the LcErrorTypeE from integer …
 
static OT_ProcRet pylcconfig_LcConfig_ConfigFormatE_ToInt (OtClass_ARGS)
  Python: [static] int32 ConfigFormatE_ToInt(value:LcConfigFormatE) C-API
return the LcConfigFormatE as integer …
 
static OT_ProcRet pylcconfig_LcConfig_ConfigFormatE_ToString (OtClass_ARGS)
  Python: [static] string ConfigFormatE_ToString(value:LcConfigFormatE) C-API
return the LcConfigFormatE as string …
 
static OT_ProcRet pylcconfig_LcConfig_ConfigOptionsEF_ToInt (OtClass_ARGS)
  Python: [static] int32 ConfigOptionsEF_ToInt(value:LcConfigOptionsEF) C-API
return the LcConfigOptionsEF as integer …
 
static OT_ProcRet pylcconfig_LcConfig_ConfigOptionsEF_ToString (OtClass_ARGS)
  Python: [static] string ConfigOptionsEF_ToString(value:LcConfigOptionsEF) C-API
return the LcConfigOptionsEF as string …
 
static OT_ProcRet pylcconfig_LcConfig_ConfigTypeE_ToInt (OtClass_ARGS)
  Python: [static] int32 ConfigTypeE_ToInt(value:LcConfigTypeE) C-API
return the LcConfigTypeE as integer …
 
static OT_ProcRet pylcconfig_LcConfig_ConfigTypeE_ToString (OtClass_ARGS)
  Python: [static] string ConfigTypeE_ToString(value:LcConfigTypeE) C-API
return the LcConfigTypeE as string …
 
static OT_ProcRet pylcconfig_LcConfig_ErrorE_ToInt (OtClass_ARGS)
  Python: [static] int32 ErrorE_ToInt(value:LcErrorE) C-API
return the LcErrorE as integer …
 
static OT_ProcRet pylcconfig_LcConfig_ErrorE_ToString (OtClass_ARGS)
  Python: [static] string ErrorE_ToString(value:LcErrorE) C-API
return the LcErrorE as string …
 
static OT_ProcRet pylcconfig_LcConfig_ErrorTypeE_ToInt (OtClass_ARGS)
  Python: [static] int32 ErrorTypeE_ToInt(value:LcErrorTypeE) C-API
return the LcErrorTypeE as integer …
 
static OT_ProcRet pylcconfig_LcConfig_ErrorTypeE_ToString (OtClass_ARGS)
  Python: [static] string ErrorTypeE_ToString(value:LcErrorTypeE) C-API
return the LcErrorTypeE as string …
 

Detailed Description

LcConfig PACKAGE - definition of the enum type …

Method definition

read more at: MkKernel_Enum_C_API

Function Documentation

◆ pylcconfig_LcConfig_ConfigFormatE_FromInt()

static OT_ProcRet pylcconfig_LcConfig_ConfigFormatE_FromInt ( OtClass_ARGS )
static

Python: [static] LcConfigFormatE ConfigFormatE_FromInt(value:int32) C-API
return the LcConfigFormatE from integer …

Definition at line 129 of file LibLcConfig_py.c.

129 {
132 MK_I32 value = 0;
135 enum LcConfigFormatE value_out;
137 OT_retObj_SET(OT_NEW_Lc_enum_OBJ(ConfigFormatE,value_out));
138 goto end;
139 error:
141 end:
143}
#define ConfigFormatE_FromInt_doc
#define OT_SETUP_hdl_static
#define OT_NEW_Lc_enum_OBJ(typ, val)
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_NI4(val)
#define OT_retObj_SET_Error
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_RETURN
#define OT_retObj_SET(val)
#define OT_CHECK_NOARGS
#define MkErrorC_Check(mng, PROC)
enum MkErrorE LcConfigFormatE_FromInt(MK_I32 const value, enum LcConfigFormatE *value_out)
return the LcConfigFormatE from integer …
LcConfigFormatE
set the format of a LcSettingC …
Definition LcEnum_lc.h:30
#define MK_ERROR_FORMAT
signed int MK_I32

◆ pylcconfig_LcConfig_ConfigFormatE_ToInt()

static OT_ProcRet pylcconfig_LcConfig_ConfigFormatE_ToInt ( OtClass_ARGS )
static

Python: [static] int32 ConfigFormatE_ToInt(value:LcConfigFormatE) C-API
return the LcConfigFormatE as integer …

Definition at line 216 of file LibLcConfig_py.c.

216 {
219 enum LcConfigFormatE value = 0;
223 goto end;
224 error:
226 end:
228}
#define ConfigFormatE_ToInt_doc
#define OT_retObj_SET_I32(nat)
static MK_I32 LcConfigFormatE_ToInt(enum LcConfigFormatE value)
return the LcConfigFormatE as integer …
Definition LcEnum_lc.h:55
#define OT_CHECK_ENUM(ename, val)

◆ pylcconfig_LcConfig_ConfigFormatE_ToString()

static OT_ProcRet pylcconfig_LcConfig_ConfigFormatE_ToString ( OtClass_ARGS )
static

Python: [static] string ConfigFormatE_ToString(value:LcConfigFormatE) C-API
return the LcConfigFormatE as string …

Definition at line 231 of file LibLcConfig_py.c.

231 {
234 enum LcConfigFormatE value = 0;
238 goto end;
239 error:
241 end:
243}
#define ConfigFormatE_ToString_doc
#define OT_retObj_SET_STR(nat)
MK_STRN LcConfigFormatE_ToString(enum LcConfigFormatE value)
return the LcConfigFormatE as string …

◆ pylcconfig_LcConfig_ConfigOptionsEF_FromInt()

static OT_ProcRet pylcconfig_LcConfig_ConfigOptionsEF_FromInt ( OtClass_ARGS )
static

Python: [static] LcConfigOptionsEF ConfigOptionsEF_FromInt(value:int32) C-API
return the LcConfigOptionsEF from integer …

Definition at line 146 of file LibLcConfig_py.c.

146 {
149 MK_I32 value = 0;
152 enum LcConfigOptionsEF value_out;
154 OT_retObj_SET(OT_NEW_Lc_enum_OBJ(ConfigOptionsEF,value_out));
155 goto end;
156 error:
158 end:
160}
#define ConfigOptionsEF_FromInt_doc
LcConfigOptionsEF
define the configuration-option of a LcConfigC …
Definition LcEnum_lc.h:134
enum MkErrorE LcConfigOptionsEF_FromInt(MK_I32 const value, enum LcConfigOptionsEF *value_out)
return the LcConfigOptionsEF from integer …

◆ pylcconfig_LcConfig_ConfigOptionsEF_ToInt()

static OT_ProcRet pylcconfig_LcConfig_ConfigOptionsEF_ToInt ( OtClass_ARGS )
static

Python: [static] int32 ConfigOptionsEF_ToInt(value:LcConfigOptionsEF) C-API
return the LcConfigOptionsEF as integer …

Definition at line 246 of file LibLcConfig_py.c.

246 {
249 enum LcConfigOptionsEF value = 0;
253 goto end;
254 error:
256 end:
258}
#define ConfigOptionsEF_ToInt_doc
static MK_I32 LcConfigOptionsEF_ToInt(enum LcConfigOptionsEF value)
return the LcConfigOptionsEF as integer …
Definition LcEnum_lc.h:166

◆ pylcconfig_LcConfig_ConfigOptionsEF_ToString()

static OT_ProcRet pylcconfig_LcConfig_ConfigOptionsEF_ToString ( OtClass_ARGS )
static

Python: [static] string ConfigOptionsEF_ToString(value:LcConfigOptionsEF) C-API
return the LcConfigOptionsEF as string …

Definition at line 261 of file LibLcConfig_py.c.

261 {
264 enum LcConfigOptionsEF value = 0;
268 goto end;
269 error:
271 end:
273}
#define ConfigOptionsEF_ToString_doc
MK_STRN LcConfigOptionsEF_ToString(enum LcConfigOptionsEF value)
return the LcConfigOptionsEF as string …

◆ pylcconfig_LcConfig_ConfigTypeE_FromInt()

static OT_ProcRet pylcconfig_LcConfig_ConfigTypeE_FromInt ( OtClass_ARGS )
static

Python: [static] LcConfigTypeE ConfigTypeE_FromInt(value:int32) C-API
return the LcConfigTypeE from integer …

Definition at line 163 of file LibLcConfig_py.c.

163 {
166 MK_I32 value = 0;
169 enum LcConfigTypeE value_out;
171 OT_retObj_SET(OT_NEW_Lc_enum_OBJ(ConfigTypeE,value_out));
172 goto end;
173 error:
175 end:
177}
#define ConfigTypeE_FromInt_doc
LcConfigTypeE
define the data-type of a LcSettingC …
Definition LcEnum_lc.h:78
enum MkErrorE LcConfigTypeE_FromInt(MK_I32 const value, enum LcConfigTypeE *value_out)
return the LcConfigTypeE from integer …

◆ pylcconfig_LcConfig_ConfigTypeE_ToInt()

static OT_ProcRet pylcconfig_LcConfig_ConfigTypeE_ToInt ( OtClass_ARGS )
static

Python: [static] int32 ConfigTypeE_ToInt(value:LcConfigTypeE) C-API
return the LcConfigTypeE as integer …

Definition at line 276 of file LibLcConfig_py.c.

276 {
279 enum LcConfigTypeE value = 0;
283 goto end;
284 error:
286 end:
288}
#define ConfigTypeE_ToInt_doc
static MK_I32 LcConfigTypeE_ToInt(enum LcConfigTypeE value)
return the LcConfigTypeE as integer …
Definition LcEnum_lc.h:110

◆ pylcconfig_LcConfig_ConfigTypeE_ToString()

static OT_ProcRet pylcconfig_LcConfig_ConfigTypeE_ToString ( OtClass_ARGS )
static

Python: [static] string ConfigTypeE_ToString(value:LcConfigTypeE) C-API
return the LcConfigTypeE as string …

Definition at line 291 of file LibLcConfig_py.c.

291 {
294 enum LcConfigTypeE value = 0;
298 goto end;
299 error:
301 end:
303}
#define ConfigTypeE_ToString_doc
MK_STRN LcConfigTypeE_ToString(enum LcConfigTypeE value)
return the LcConfigTypeE as string …

◆ pylcconfig_LcConfig_ErrorE_FromInt()

static OT_ProcRet pylcconfig_LcConfig_ErrorE_FromInt ( OtClass_ARGS )
static

Python: [static] LcErrorE ErrorE_FromInt(value:int32) C-API
return the LcErrorE from integer …

Definition at line 180 of file LibLcConfig_py.c.

180 {
183 MK_I32 value = 0;
186 enum LcErrorE value_out;
188 OT_retObj_SET(OT_NEW_Lc_enum_OBJ(ErrorE,value_out));
189 goto end;
190 error:
192 end:
194}
#define ErrorE_FromInt_doc
LcErrorE
Signals an error and is used as the return value of a function …
Definition LcEnum_lc.h:188
enum MkErrorE LcErrorE_FromInt(MK_I32 const value, enum LcErrorE *value_out)
return the LcErrorE from integer …

◆ pylcconfig_LcConfig_ErrorE_ToInt()

static OT_ProcRet pylcconfig_LcConfig_ErrorE_ToInt ( OtClass_ARGS )
static

Python: [static] int32 ErrorE_ToInt(value:LcErrorE) C-API
return the LcErrorE as integer …

Definition at line 306 of file LibLcConfig_py.c.

306 {
309 enum LcErrorE value = 0;
313 goto end;
314 error:
316 end:
318}
#define ErrorE_ToInt_doc
static MK_I32 LcErrorE_ToInt(enum LcErrorE value)
return the LcErrorE as integer …
Definition LcEnum_lc.h:205

◆ pylcconfig_LcConfig_ErrorE_ToString()

static OT_ProcRet pylcconfig_LcConfig_ErrorE_ToString ( OtClass_ARGS )
static

Python: [static] string ErrorE_ToString(value:LcErrorE) C-API
return the LcErrorE as string …

Definition at line 321 of file LibLcConfig_py.c.

321 {
324 enum LcErrorE value = 0;
328 goto end;
329 error:
331 end:
333}
#define ErrorE_ToString_doc
MK_STRN LcErrorE_ToString(enum LcErrorE value)
return the LcErrorE as string …

◆ pylcconfig_LcConfig_ErrorTypeE_FromInt()

static OT_ProcRet pylcconfig_LcConfig_ErrorTypeE_FromInt ( OtClass_ARGS )
static

Python: [static] LcErrorTypeE ErrorTypeE_FromInt(value:int32) C-API
return the LcErrorTypeE from integer …

Definition at line 197 of file LibLcConfig_py.c.

197 {
200 MK_I32 value = 0;
203 enum LcErrorTypeE value_out;
205 OT_retObj_SET(OT_NEW_Lc_enum_OBJ(ErrorTypeE,value_out));
206 goto end;
207 error:
209 end:
211}
#define ErrorTypeE_FromInt_doc
enum MkErrorE LcErrorTypeE_FromInt(MK_I32 const value, enum LcErrorTypeE *value_out)
return the LcErrorTypeE from integer …
LcErrorTypeE
error types
Definition LcEnum_lc.h:228

◆ pylcconfig_LcConfig_ErrorTypeE_ToInt()

static OT_ProcRet pylcconfig_LcConfig_ErrorTypeE_ToInt ( OtClass_ARGS )
static

Python: [static] int32 ErrorTypeE_ToInt(value:LcErrorTypeE) C-API
return the LcErrorTypeE as integer …

Definition at line 336 of file LibLcConfig_py.c.

336 {
339 enum LcErrorTypeE value = 0;
343 goto end;
344 error:
346 end:
348}
#define ErrorTypeE_ToInt_doc
static MK_I32 LcErrorTypeE_ToInt(enum LcErrorTypeE value)
return the LcErrorTypeE as integer …
Definition LcEnum_lc.h:246

◆ pylcconfig_LcConfig_ErrorTypeE_ToString()

static OT_ProcRet pylcconfig_LcConfig_ErrorTypeE_ToString ( OtClass_ARGS )
static

Python: [static] string ErrorTypeE_ToString(value:LcErrorTypeE) C-API
return the LcErrorTypeE as string …

Definition at line 351 of file LibLcConfig_py.c.

351 {
354 enum LcErrorTypeE value = 0;
358 goto end;
359 error:
361 end:
363}
#define ErrorTypeE_ToString_doc
MK_STRN LcErrorTypeE_ToString(enum LcErrorTypeE value)
return the LcErrorTypeE as string …