theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Setup_ATL_API

MqMsgque PACKAGE - setup und cleanup the atlmqmsgqueMore...

+ Collaboration diagram for MqMsgque_Setup_ATL_API:

Functions

static OT_ProcRet atlmqmsgque_MqMsgque_Cleanup (OtClass_ARGS)
  Atl: (static) MqMsgque::Cleanup C-API
cleanup atlmqmsgque internal memory …
 
static OT_ProcRet atlmqmsgque_MqMsgque_Setup (OtClass_ARGS)
  Atl: (static) MqMsgque::Setup C-API
setup atlmqmsgque internal memory …
 

Detailed Description

MqMsgque PACKAGE - setup und cleanup the atlmqmsgque

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ atlmqmsgque_MqMsgque_Cleanup()

static OT_ProcRet atlmqmsgque_MqMsgque_Cleanup ( OtClass_ARGS )
static

Atl: (static) MqMsgque::Cleanup C-API
cleanup atlmqmsgque internal memory …

Definition at line 926 of file LibMqMsgque_atl.c.

926 {
930 MqCleanupTmpl ();
932 goto end;
933 error:
935 end:
937}
#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

◆ atlmqmsgque_MqMsgque_Setup()

static OT_ProcRet atlmqmsgque_MqMsgque_Setup ( OtClass_ARGS )
static

Atl: (static) MqMsgque::Setup C-API
setup atlmqmsgque internal memory …

Definition at line 940 of file LibMqMsgque_atl.c.

940 {
944 MqSetupTmpl ();
946 goto end;
947 error:
949 end:
951}
#define MqSetupTmpl()
#define Setup_doc