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