Loading...
Searching...
No Matches
MqMsgque_Init_PY_API

MqMsgque PACKAGE - initialize the MqContextC startup and/or external-object-linkMore...

+ Collaboration diagram for MqMsgque_Init_PY_API:

Functions

static OT_ProcRet py_mqmsgque_MqMsgque_InitGetArg0 (OtClass_ARGS)
  Python: [static] MkBufferListC InitGetArg0() C-API
get the process startup-prefix argument
 
static OT_ProcRet py_mqmsgque_MqMsgque_InitResetArg0 (OtClass_ARGS)
  Python: [static] MkBufferListC InitResetArg0() C-API
Reset the process-startup-prefix argument to an empty list …
 
static OT_ProcRet py_mqmsgque_MqMsgque_InitSetArg0 (OtClass_ARGS)
  Python: [static] InitSetArg0(?bfl:MkBufferListC...=None?) C-API
set the process startup-prefix argument to bfl
 

Detailed Description

MqMsgque PACKAGE - initialize the MqContextC startup and/or external-object-link

Function Documentation

◆ py_mqmsgque_MqMsgque_InitGetArg0()

static OT_ProcRet py_mqmsgque_MqMsgque_InitGetArg0 ( OtClass_ARGS )
static

Python: [static] MkBufferListC InitGetArg0() C-API
get the process startup-prefix argument

Definition at line 510 of file LibMqMsgque_py.c.

510 {
512 OT_SETUP_NOARG(InitGetArg0_doc)
513 OT_CHECK_NOARGS
514 OT_retObj_SET_BFL(MqInitGetArg0 ())
515 goto end;
516 error:
517 OT_retObj_SET_Error
518 end:
520}
#define InitGetArg0_doc
#define OT_SETUP_hdl_static
#define OT_retObj_RETURN
#define error
MQ_EXTERN MK_BFL MqInitGetArg0(void)
get the process startup-prefix argument

◆ py_mqmsgque_MqMsgque_InitResetArg0()

static OT_ProcRet py_mqmsgque_MqMsgque_InitResetArg0 ( OtClass_ARGS )
static

Python: [static] MkBufferListC InitResetArg0() C-API
Reset the process-startup-prefix argument to an empty list …

Definition at line 523 of file LibMqMsgque_py.c.

523 {
525 OT_SETUP_NOARG(InitResetArg0_doc)
526 OT_CHECK_NOARGS
527 OT_retObj_SET_BFL(MqInitResetArg0 ())
528 goto end;
529 error:
530 OT_retObj_SET_Error
531 end:
533}
#define InitResetArg0_doc
MQ_EXTERN MK_BFL MqInitResetArg0(void)
Reset the process-startup-prefix argument to an empty list …

◆ py_mqmsgque_MqMsgque_InitSetArg0()

static OT_ProcRet py_mqmsgque_MqMsgque_InitSetArg0 ( OtClass_ARGS )
static

Python: [static] InitSetArg0(?bfl:MkBufferListC...=None?) C-API
set the process startup-prefix argument to bfl

Definition at line 536 of file LibMqMsgque_py.c.

536 {
538 OT_SETUP_VARARGS(0,99,InitSetArg0_doc)
540 OT_CHECK_OPTIONAL(OT_CHECK_BAC (bfl))
541 OT_CHECK_NOARGS
542 MqInitSetArg0 (bfl);
543 OT_retObj_SET_None
544 goto end;
545 error:
546 OT_retObj_SET_Error
547 end:
549}
#define InitSetArg0_doc
#define MkBufferListCreateTLS_T(name, num)
MQ_EXTERN void MqInitSetArg0(MK_BAC bfl)
set the process startup-prefix argument to bfl