Loading...
Searching...
No Matches
MqMsgque_Setup_C_API

MqMsgque PACKAGE - setup und cleanup the libmqmsgqueMore...

+ Collaboration diagram for MqMsgque_Setup_C_API:

Functions

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

Variables

MQ_EXTERN_DATA bool MqCleanupActive
 signal that code was triggert by MqCleanup
 

Detailed Description

MqMsgque PACKAGE - setup und cleanup the libmqmsgque

For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ MqCleanup()

MQ_EXTERN void MqCleanup ( void )

cleanup libmqmsgque internal memory …

MkCleanup can only be called once and will be ignored if not called in the same thread as MqSetup. after a call to 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 MqSetup ( void )

setup libmqmsgque internal memory …

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

Variable Documentation

◆ MqCleanupActive

MQ_EXTERN_DATA bool MqCleanupActive

signal that code was triggert by MqCleanup

Definition at line 1341 of file LibMqMsgque_mq.h.