theLink 10.0
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 pymqmsgque_MqMsgque_InitGetArg0 (OtClass_ARGS)
  Python: [static] MkBufferListC InitGetArg0() C-API
get the process startup-prefix argument
 
static OT_ProcRet pymqmsgque_MqMsgque_InitResetArg0 (OtClass_ARGS)
  Python: [static] MkBufferListC InitResetArg0() C-API
Reset the process-startup-prefix argument to an empty list …
 
static OT_ProcRet pymqmsgque_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

◆ pymqmsgque_MqMsgque_InitGetArg0()

static OT_ProcRet pymqmsgque_MqMsgque_InitGetArg0 ( OtClass_ARGS )
static

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

Definition at line 499 of file LibMqMsgque_py.c.

499 {
504 goto end;
505 error:
507 end:
509}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_BFL(nat)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define InitGetArg0_doc
#define OT_SETUP_hdl_static
#define error
Definition high_lng.h:339
MK_BFL MqInitGetArg0(void)
get the process startup-prefix argument

◆ pymqmsgque_MqMsgque_InitResetArg0()

static OT_ProcRet pymqmsgque_MqMsgque_InitResetArg0 ( OtClass_ARGS )
static

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

Definition at line 512 of file LibMqMsgque_py.c.

512 {
517 goto end;
518 error:
520 end:
522}
#define InitResetArg0_doc
MK_BFL MqInitResetArg0(void)
Reset the process-startup-prefix argument to an empty list …

◆ pymqmsgque_MqMsgque_InitSetArg0()

static OT_ProcRet pymqmsgque_MqMsgque_InitSetArg0 ( OtClass_ARGS )
static

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

Definition at line 525 of file LibMqMsgque_py.c.

525 {
531 MqInitSetArg0 (bfl);
533 goto end;
534 error:
536 end:
538}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_retObj_SET_None
#define OT_CHECK_OPTIONAL(val)
#define InitSetArg0_doc
#define MkBufferListCreateTLS_T(name, num)
void MqInitSetArg0(MK_BAC bfl)
set the process startup-prefix argument to bfl
#define OT_CHECK_BAC(val)