|
theLink 10.0
|
PUBLIC data structure for the libmqmsgque-specific-data More...
#include <LibMqMsgque_mq.h>
Collaboration diagram for MqContextS:Data Fields | ||
| union { | ||
| struct MkObjectS obj | ||
| } | super | |
| const struct MqConfigS | config | |
| the configuration data is used for "end-user" configuration | ||
| struct MqSetupS | setup | |
| the setup data is used to link the object with the user application | ||
| struct MkBuffer64S | ctxbuf | |
| misc temporary MkBufferC object | ||
| enum MqStatusIsEF | statusIs | |
| how the context was created? | ||
| struct MqLinkS | link | |
| link object data | ||
| MK_BINB | private_variables [16] | |
PUBLIC data structure for the libmqmsgque-specific-data
Definition at line 4110 of file LibMqMsgque_mq.h.
| const struct MqConfigS MqContextS::config |
the configuration data is used for "end-user" configuration
Definition at line 4121 of file LibMqMsgque_mq.h.
| struct MkBuffer64S MqContextS::ctxbuf |
misc temporary MkBufferC object
Definition at line 4123 of file LibMqMsgque_mq.h.
| struct MqLinkS MqContextS::link |
link object data
Definition at line 4125 of file LibMqMsgque_mq.h.
| struct MkObjectS MqContextS::obj |
Definition at line 4114 of file LibMqMsgque_mq.h.
| MK_BINB MqContextS::private_variables[16] |
Definition at line 4128 of file LibMqMsgque_mq.h.
| struct MqSetupS MqContextS::setup |
the setup data is used to link the object with the user application
Definition at line 4122 of file LibMqMsgque_mq.h.
| enum MqStatusIsEF MqContextS::statusIs |
how the context was created?
Definition at line 4124 of file LibMqMsgque_mq.h.
| union { ... } MqContextS::super |