theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Setup_PY_API

MqMsgque PACKAGE - setup und cleanup the pymqmsgqueMore...

+ Collaboration diagram for MqMsgque_Setup_PY_API:

Functions

static OT_ProcRet pymqmsgque_MqMsgque_Cleanup (OtClass_ARGS)
  Python: [static] Cleanup() C-API
cleanup pymqmsgque internal memory …
 
static OT_ProcRet pymqmsgque_MqMsgque_Setup (OtClass_ARGS)
  Python: [static] Setup() C-API
setup pymqmsgque internal memory …
 

Detailed Description

MqMsgque PACKAGE - setup und cleanup the pymqmsgque

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ pymqmsgque_MqMsgque_Cleanup()

static OT_ProcRet pymqmsgque_MqMsgque_Cleanup ( OtClass_ARGS )
static

Python: [static] Cleanup() C-API
cleanup pymqmsgque internal memory …

Definition at line 550 of file LibMqMsgque_py.c.

550 {
554 MqCleanupTmpl ();
556 goto end;
557 error:
559 end:
561}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define MqCleanupTmpl()
#define OT_SETUP_hdl_static
#define Cleanup_doc
#define error
Definition high_lng.h:339

◆ pymqmsgque_MqMsgque_Setup()

static OT_ProcRet pymqmsgque_MqMsgque_Setup ( OtClass_ARGS )
static

Python: [static] Setup() C-API
setup pymqmsgque internal memory …

Definition at line 564 of file LibMqMsgque_py.c.

564 {
568 MqSetupTmpl ();
570 goto end;
571 error:
573 end:
575}
#define MqSetupTmpl()
#define Setup_doc