theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Enum_PY_API

MqMsgque PACKAGE - enum definition … More...

+ Collaboration diagram for MqMsgque_Enum_PY_API:

Functions

static OT_ProcRet pymqmsgque_MqMsgque_IdentE_FromInt (OtClass_ARGS)
  Python: [static] MqIdentE IdentE_FromInt(value:int32) C-API
return the MqIdentE from integer …
 
static OT_ProcRet pymqmsgque_MqMsgque_SlaveE_FromInt (OtClass_ARGS)
  Python: [static] MqSlaveE SlaveE_FromInt(value:int32) C-API
return the MqSlaveE from integer …
 
static OT_ProcRet pymqmsgque_MqMsgque_StartE_FromInt (OtClass_ARGS)
  Python: [static] MqStartE StartE_FromInt(value:int32) C-API
return the MqStartE from integer …
 
static OT_ProcRet pymqmsgque_MqMsgque_StatusIsEF_FromInt (OtClass_ARGS)
  Python: [static] MqStatusIsEF StatusIsEF_FromInt(value:int32) C-API
return the MqStatusIsEF from integer …
 
static OT_ProcRet pymqmsgque_MqMsgque_WaitOnEventE_FromInt (OtClass_ARGS)
  Python: [static] MqWaitOnEventE WaitOnEventE_FromInt(value:int32) C-API
return the MqWaitOnEventE from integer …
 
static OT_ProcRet pymqmsgque_MqMsgque_IdentE_ToInt (OtClass_ARGS)
  Python: [static] int32 IdentE_ToInt(value:MqIdentE) C-API
return the MqIdentE as integer …
 
static OT_ProcRet pymqmsgque_MqMsgque_IdentE_ToString (OtClass_ARGS)
  Python: [static] string IdentE_ToString(value:MqIdentE) C-API
return the MqIdentE as string …
 
static OT_ProcRet pymqmsgque_MqMsgque_SlaveE_ToInt (OtClass_ARGS)
  Python: [static] int32 SlaveE_ToInt(value:MqSlaveE) C-API
return the MqSlaveE as integer …
 
static OT_ProcRet pymqmsgque_MqMsgque_SlaveE_ToString (OtClass_ARGS)
  Python: [static] string SlaveE_ToString(value:MqSlaveE) C-API
return the MqSlaveE as string …
 
static OT_ProcRet pymqmsgque_MqMsgque_StartE_ToInt (OtClass_ARGS)
  Python: [static] int32 StartE_ToInt(value:MqStartE) C-API
return the MqStartE as integer …
 
static OT_ProcRet pymqmsgque_MqMsgque_StartE_ToString (OtClass_ARGS)
  Python: [static] string StartE_ToString(value:MqStartE) C-API
return the MqStartE as string …
 
static OT_ProcRet pymqmsgque_MqMsgque_StatusIsEF_ToInt (OtClass_ARGS)
  Python: [static] int32 StatusIsEF_ToInt(value:MqStatusIsEF) C-API
return the MqStatusIsEF as integer …
 
static OT_ProcRet pymqmsgque_MqMsgque_StatusIsEF_ToString (OtClass_ARGS)
  Python: [static] string StatusIsEF_ToString(value:MqStatusIsEF) C-API
return the MqStatusIsEF as string …
 
static OT_ProcRet pymqmsgque_MqMsgque_WaitOnEventE_ToInt (OtClass_ARGS)
  Python: [static] int32 WaitOnEventE_ToInt(value:MqWaitOnEventE) C-API
return the MqWaitOnEventE as integer …
 
static OT_ProcRet pymqmsgque_MqMsgque_WaitOnEventE_ToString (OtClass_ARGS)
  Python: [static] string WaitOnEventE_ToString(value:MqWaitOnEventE) C-API
return the MqWaitOnEventE as string …
 

Detailed Description

MqMsgque PACKAGE - enum definition …

Method definition

read more at: MkKernel_Enum_C_API

Function Documentation

◆ pymqmsgque_MqMsgque_IdentE_FromInt()

static OT_ProcRet pymqmsgque_MqMsgque_IdentE_FromInt ( OtClass_ARGS )
static

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

Definition at line 216 of file LibMqMsgque_py.c.

216 {
219 MK_I32 value = 0;
222 enum MqIdentE value_out;
224 OT_retObj_SET(OT_NEW_Mq_enum_OBJ(IdentE,value_out));
225 goto end;
226 error:
228 end:
230}
#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)
#define OT_SETUP_hdl_static
#define IdentE_FromInt_doc
#define OT_NEW_Mq_enum_OBJ(typ, val)
#define error
Definition high_lng.h:339
#define MK_ERROR_FORMAT
signed int MK_I32
enum MkErrorE MqIdentE_FromInt(MK_I32 const value, enum MqIdentE *value_out)
return the MqIdentE from integer …
MqIdentE
identify the application using prefix (default) or factory …

◆ pymqmsgque_MqMsgque_IdentE_ToInt()

static OT_ProcRet pymqmsgque_MqMsgque_IdentE_ToInt ( OtClass_ARGS )
static

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

Definition at line 303 of file LibMqMsgque_py.c.

303 {
306 enum MqIdentE value = 0;
310 goto end;
311 error:
313 end:
315}
#define OT_retObj_SET_I32(nat)
#define IdentE_ToInt_doc
static MK_I32 MqIdentE_ToInt(enum MqIdentE value)
return the MqIdentE as integer …
#define OT_CHECK_ENUM(ename, val)

◆ pymqmsgque_MqMsgque_IdentE_ToString()

static OT_ProcRet pymqmsgque_MqMsgque_IdentE_ToString ( OtClass_ARGS )
static

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

Definition at line 318 of file LibMqMsgque_py.c.

318 {
321 enum MqIdentE value = 0;
325 goto end;
326 error:
328 end:
330}
#define OT_retObj_SET_STR(nat)
#define IdentE_ToString_doc
MK_STRN MqIdentE_ToString(enum MqIdentE value)
return the MqIdentE as string …

◆ pymqmsgque_MqMsgque_SlaveE_FromInt()

static OT_ProcRet pymqmsgque_MqMsgque_SlaveE_FromInt ( OtClass_ARGS )
static

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

Definition at line 233 of file LibMqMsgque_py.c.

233 {
236 MK_I32 value = 0;
239 enum MqSlaveE value_out;
241 OT_retObj_SET(OT_NEW_Mq_enum_OBJ(SlaveE,value_out));
242 goto end;
243 error:
245 end:
247}
#define SlaveE_FromInt_doc
MqSlaveE
predefined slave-id for well known slaves …
enum MkErrorE MqSlaveE_FromInt(MK_I32 const value, enum MqSlaveE *value_out)
return the MqSlaveE from integer …

◆ pymqmsgque_MqMsgque_SlaveE_ToInt()

static OT_ProcRet pymqmsgque_MqMsgque_SlaveE_ToInt ( OtClass_ARGS )
static

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

Definition at line 333 of file LibMqMsgque_py.c.

333 {
336 enum MqSlaveE value = 0;
340 goto end;
341 error:
343 end:
345}
#define SlaveE_ToInt_doc
static MK_I32 MqSlaveE_ToInt(enum MqSlaveE value)
return the MqSlaveE as integer …

◆ pymqmsgque_MqMsgque_SlaveE_ToString()

static OT_ProcRet pymqmsgque_MqMsgque_SlaveE_ToString ( OtClass_ARGS )
static

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

Definition at line 348 of file LibMqMsgque_py.c.

348 {
351 enum MqSlaveE value = 0;
355 goto end;
356 error:
358 end:
360}
#define SlaveE_ToString_doc
MK_STRN MqSlaveE_ToString(enum MqSlaveE value)
return the MqSlaveE as string …

◆ pymqmsgque_MqMsgque_StartE_FromInt()

static OT_ProcRet pymqmsgque_MqMsgque_StartE_FromInt ( OtClass_ARGS )
static

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

Definition at line 250 of file LibMqMsgque_py.c.

250 {
253 MK_I32 value = 0;
256 enum MqStartE value_out;
258 OT_retObj_SET(OT_NEW_Mq_enum_OBJ(StartE,value_out));
259 goto end;
260 error:
262 end:
264}
#define StartE_FromInt_doc
enum MkErrorE MqStartE_FromInt(MK_I32 const value, enum MqStartE *value_out)
return the MqStartE from integer …
MqStartE
User preferences on HOWTO start a new entity.

◆ pymqmsgque_MqMsgque_StartE_ToInt()

static OT_ProcRet pymqmsgque_MqMsgque_StartE_ToInt ( OtClass_ARGS )
static

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

Definition at line 363 of file LibMqMsgque_py.c.

363 {
366 enum MqStartE value = 0;
370 goto end;
371 error:
373 end:
375}
#define StartE_ToInt_doc
static MK_I32 MqStartE_ToInt(enum MqStartE value)
return the MqStartE as integer …

◆ pymqmsgque_MqMsgque_StartE_ToString()

static OT_ProcRet pymqmsgque_MqMsgque_StartE_ToString ( OtClass_ARGS )
static

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

Definition at line 378 of file LibMqMsgque_py.c.

378 {
381 enum MqStartE value = 0;
385 goto end;
386 error:
388 end:
390}
#define StartE_ToString_doc
MK_STRN MqStartE_ToString(enum MqStartE value)
return the MqStartE as string …

◆ pymqmsgque_MqMsgque_StatusIsEF_FromInt()

static OT_ProcRet pymqmsgque_MqMsgque_StatusIsEF_FromInt ( OtClass_ARGS )
static

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

Definition at line 267 of file LibMqMsgque_py.c.

267 {
270 MK_I32 value = 0;
273 enum MqStatusIsEF value_out;
275 OT_retObj_SET(OT_NEW_Mq_enum_OBJ(StatusIsEF,value_out));
276 goto end;
277 error:
279 end:
281}
#define StatusIsEF_FromInt_doc
MqStatusIsEF
Information about how the context was created.
enum MkErrorE MqStatusIsEF_FromInt(MK_I32 const value, enum MqStatusIsEF *value_out)
return the MqStatusIsEF from integer …

◆ pymqmsgque_MqMsgque_StatusIsEF_ToInt()

static OT_ProcRet pymqmsgque_MqMsgque_StatusIsEF_ToInt ( OtClass_ARGS )
static

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

Definition at line 393 of file LibMqMsgque_py.c.

393 {
396 enum MqStatusIsEF value = 0;
400 goto end;
401 error:
403 end:
405}
#define StatusIsEF_ToInt_doc
static MK_I32 MqStatusIsEF_ToInt(enum MqStatusIsEF value)
return the MqStatusIsEF as integer …

◆ pymqmsgque_MqMsgque_StatusIsEF_ToString()

static OT_ProcRet pymqmsgque_MqMsgque_StatusIsEF_ToString ( OtClass_ARGS )
static

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

Definition at line 408 of file LibMqMsgque_py.c.

408 {
411 enum MqStatusIsEF value = 0;
415 goto end;
416 error:
418 end:
420}
#define StatusIsEF_ToString_doc
MK_STRN MqStatusIsEF_ToString(enum MqStatusIsEF value)
return the MqStatusIsEF as string …

◆ pymqmsgque_MqMsgque_WaitOnEventE_FromInt()

static OT_ProcRet pymqmsgque_MqMsgque_WaitOnEventE_FromInt ( OtClass_ARGS )
static

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

Definition at line 284 of file LibMqMsgque_py.c.

284 {
287 MK_I32 value = 0;
290 enum MqWaitOnEventE value_out;
292 OT_retObj_SET(OT_NEW_Mq_enum_OBJ(WaitOnEventE,value_out));
293 goto end;
294 error:
296 end:
298}
#define WaitOnEventE_FromInt_doc
MqWaitOnEventE
wait for an event? …
enum MkErrorE MqWaitOnEventE_FromInt(MK_I32 const value, enum MqWaitOnEventE *value_out)
return the MqWaitOnEventE from integer …

◆ pymqmsgque_MqMsgque_WaitOnEventE_ToInt()

static OT_ProcRet pymqmsgque_MqMsgque_WaitOnEventE_ToInt ( OtClass_ARGS )
static

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

Definition at line 423 of file LibMqMsgque_py.c.

423 {
426 enum MqWaitOnEventE value = 0;
430 goto end;
431 error:
433 end:
435}
#define WaitOnEventE_ToInt_doc
static MK_I32 MqWaitOnEventE_ToInt(enum MqWaitOnEventE value)
return the MqWaitOnEventE as integer …

◆ pymqmsgque_MqMsgque_WaitOnEventE_ToString()

static OT_ProcRet pymqmsgque_MqMsgque_WaitOnEventE_ToString ( OtClass_ARGS )
static

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

Definition at line 438 of file LibMqMsgque_py.c.

438 {
441 enum MqWaitOnEventE value = 0;
445 goto end;
446 error:
448 end:
450}
#define WaitOnEventE_ToString_doc
MK_STRN MqWaitOnEventE_ToString(enum MqWaitOnEventE value)
return the MqWaitOnEventE as string …