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

MqMsgque PACKAGE - setup und cleanup the ccmqmsgqueMore...

+ Collaboration diagram for MqMsgque_Setup_CC_API:

Macros

#define MqCleanupTmpl()
 
#define MqSetupTmpl()
 

Functions

static void ccmqmsgque::MqMsgque::Cleanup ()
  C++: [static] MqMsgque::Cleanup() C-API
cleanup ccmqmsgque internal memory …
 
static void ccmqmsgque::MqMsgque::Setup ()
  C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …
 
static void ccmqmsgque::MqMsgque::CcMqCleanup ()
  C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …
 
static void ccmqmsgque::MqMsgque::CcMqSetup ()
  C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …
 

Detailed Description

MqMsgque PACKAGE - setup und cleanup the ccmqmsgque

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Macro Definition Documentation

◆ MqCleanupTmpl

#define MqCleanupTmpl ( )
Value:
CcMqCleanup()

Definition at line 73 of file LibMqMsgque_cc.cc.

◆ MqSetupTmpl

#define MqSetupTmpl ( )
Value:
CcMqSetup()

Definition at line 82 of file LibMqMsgque_cc.cc.

Function Documentation

◆ CcMqCleanup()

void ccmqmsgque::MqMsgque::CcMqCleanup ( )
static

C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …

C++: [static] MqMsgque::Cleanup() C-API
cleanup ccmqmsgque internal memory …

See also
same as MqCleanup

Definition at line 68 of file LibMqMsgque_cc.cc.

68 {
71 MqCleanup();
72 }
#define MK_RT_CALL
void MkRuntimeCallbackDel(MK_RT mkrt, MkRuntimeCallbackS *cbdata)
#define MkRtSetup_NULL
void MqCleanup(void)
cleanup ccmqmsgque internal memory …
static MkRuntimeCallbackS sMqRuntimeCallback
+ Here is the caller graph for this function:

◆ CcMqSetup()

void ccmqmsgque::MqMsgque::CcMqSetup ( )
static

C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …

See also
same as MqSetup

Definition at line 76 of file LibMqMsgque_cc.cc.

76 {
77 MqSetup();
79
81 }
#define AllRtSetup_NULL
size_t MkRuntimeCallbackAdd(MK_RT mkrt, MkRuntimeCallbackS *cbdata, MkRuntimeInitF rt_callback, MK_STRN ident)
static void mq_static_init_callback(MK_RT mkrt)
void MqSetup(void)
setup ccmqmsgque internal memory …
+ Here is the caller graph for this function:

◆ Cleanup()

void ccmqmsgque::MqMsgque::Cleanup ( )
static

C++: [static] MqMsgque::Cleanup() C-API
cleanup ccmqmsgque internal memory …

See also
same as CcMqCleanup

Definition at line 96 of file LibMqMsgque_cc.cc.

96 {
99 }
#define MqCleanupTmpl()

◆ Setup()

void ccmqmsgque::MqMsgque::Setup ( )
static

C++: [static] MqMsgque::Setup() C-API
setup ccmqmsgque internal memory …

See also
same as CcMqSetup

Definition at line 102 of file LibMqMsgque_cc.cc.

102 {
104 MqSetupTmpl();
105 }
#define MqSetupTmpl()