theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Init_TCL_API

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

+ Collaboration diagram for MqMsgque_Init_TCL_API:

Functions

static OT_ProcRet tclmqmsgque_MqMsgque_InitGetArg0 (OtClass_ARGS)
  Tcl: (static) MkBufferListC [MqMsgque InitGetArg0] C-API
get the process startup-prefix argument
 
static OT_ProcRet tclmqmsgque_MqMsgque_InitResetArg0 (OtClass_ARGS)
  Tcl: (static) MkBufferListC [MqMsgque InitResetArg0] C-API
Reset the process-startup-prefix argument to an empty list …
 
static OT_ProcRet tclmqmsgque_MqMsgque_InitSetArg0 (OtClass_ARGS)
  Tcl: (static) MqMsgque InitSetArg0 ?bfl:MkBufferListC...="MK_NULL"? 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

◆ tclmqmsgque_MqMsgque_InitGetArg0()

static OT_ProcRet tclmqmsgque_MqMsgque_InitGetArg0 ( OtClass_ARGS )
static

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

Definition at line 909 of file LibMqMsgque_tcl.c.

909 {
914 goto end;
915 error:
917 end:
919}
#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

◆ tclmqmsgque_MqMsgque_InitResetArg0()

static OT_ProcRet tclmqmsgque_MqMsgque_InitResetArg0 ( OtClass_ARGS )
static

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

Definition at line 922 of file LibMqMsgque_tcl.c.

922 {
927 goto end;
928 error:
930 end:
932}
#define InitResetArg0_doc
MK_BFL MqInitResetArg0(void)
Reset the process-startup-prefix argument to an empty list …

◆ tclmqmsgque_MqMsgque_InitSetArg0()

static OT_ProcRet tclmqmsgque_MqMsgque_InitSetArg0 ( OtClass_ARGS )
static

Tcl: (static) MqMsgque InitSetArg0 ?bfl:MkBufferListC...="MK_NULL"? C-API
set the process startup-prefix argument to bfl

Definition at line 935 of file LibMqMsgque_tcl.c.

935 {
941 MqInitSetArg0 (bfl);
943 goto end;
944 error:
946 end:
948}
#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)