MqMsgque PACKAGE - setup und cleanup the libmqmsgque … More...
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 | |
MqMsgque PACKAGE - setup und cleanup the libmqmsgque …
For details about MqSetup and MqCleanup usage refer to MkKernel_Setup_libmkkernel_C_API
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.
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.
MQ_EXTERN_DATA bool MqCleanupActive |
signal that code was triggert by MqCleanup
Definition at line 1341 of file LibMqMsgque_mq.h.