Loading...
Searching...
No Matches
MqMsgque_Setup_C_API

MqMsgque PACKAGE - setup und cleanup the ccmqmsgqueMore...

+ Collaboration diagram for MqMsgque_Setup_C_API:

Functions

MQ_EXTERN void libmqmsgque::MqSetup (void)
 setup ccmqmsgque internal memory …
 
MQ_EXTERN void libmqmsgque::MqCleanup (void)
 cleanup ccmqmsgque internal memory …
 

Variables

MQ_EXTERN_DATA bool libmqmsgque::MqCleanupActive
 signal that code was triggert by libmqmsgque::MqCleanup
 

Detailed Description

MqMsgque PACKAGE - setup und cleanup the ccmqmsgque

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ MqCleanup()

MQ_EXTERN void libmqmsgque::MqCleanup ( void )

cleanup ccmqmsgque internal memory …

MkCleanup can only be called once and will be ignored if not called in the same thread as libmqmsgque::MqSetup. after a call to libmqmsgque::MqSetup the call to MkCleanup is possible again.

Attention
during cleanup objects will be deleted too -> the language interpreter have to be active

◆ MqSetup()

MQ_EXTERN void libmqmsgque::MqSetup ( void )

setup ccmqmsgque internal memory …

libmqmsgque::MqSetup can only be called once, additional call's will be ignored until a libmqmsgque::MqCleanup is called.

Variable Documentation

◆ MqCleanupActive

MQ_EXTERN_DATA bool libmqmsgque::MqCleanupActive

signal that code was triggert by libmqmsgque::MqCleanup

Definition at line 1341 of file LibMqMsgque_mq.h.