theLink 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
MqMsgque_Setup_C_API

MqMsgque PACKAGE - setup und cleanup the libmqmsgqueMore...

+ Collaboration diagram for MqMsgque_Setup_C_API:

Functions

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

Variables

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()

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()

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

bool MqCleanupActive
extern

signal that code was triggert by MqCleanup