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 py_mqmsgque_MqMsgque_Cleanup (OtClass_ARGS)
  Python: [static] Cleanup() C-API
cleanup pymqmsgque internal memory …
 
static OT_ProcRet py_mqmsgque_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

◆ py_mqmsgque_MqMsgque_Cleanup()

static OT_ProcRet py_mqmsgque_MqMsgque_Cleanup ( OtClass_ARGS )
static

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

Definition at line 561 of file LibMqMsgque_py.c.

561 {
563 OT_SETUP_NOARG(Cleanup_doc)
564 OT_CHECK_NOARGS
565 MqCleanupTmpl ();
566 OT_retObj_SET_None
567 goto end;
568 error:
569 OT_retObj_SET_Error
570 end:
572}
#define MqCleanupTmpl()
#define OT_SETUP_hdl_static
#define Cleanup_doc
#define OT_retObj_RETURN
#define error

◆ py_mqmsgque_MqMsgque_Setup()

static OT_ProcRet py_mqmsgque_MqMsgque_Setup ( OtClass_ARGS )
static

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

Definition at line 575 of file LibMqMsgque_py.c.

575 {
577 OT_SETUP_NOARG(Setup_doc)
578 OT_CHECK_NOARGS
579 MqSetupTmpl ();
580 OT_retObj_SET_None
581 goto end;
582 error:
583 OT_retObj_SET_Error
584 end:
586}
#define MqSetupTmpl()
#define Setup_doc