#include <types.h>
Public Attributes | |
| ContextSP | myCtx |
| link to the ContextS object | |
| MqBufferSP const | temp |
| misc temporary MqBufferS object | |
| MqBufferSP | name |
| the human readable name of the MqS | |
| const MQ_INT2 | debug |
| debug mode, form 0 (no) to 9 (maximum) | |
| const MQ_INT2 | stat |
| collect statistical data, form 0 (no) to 9 (maximum) | |
| const MQ_INT2 | silent |
| be silent? (boolean: 1 (yes) or 0 (no)) | |
| const MQ_INT2 | binary |
| using binary mode? (boolean: 1 (yes) or 0 (no)) | |
| MqSendSP const | send |
| object for sending a Msgque packet | |
| MqReadSP const | read |
| object for reading a Msgque packet | |
| MqIoSP const | io |
| object for management of the 'socket' infrastructure | |
| MqErrorSP const | error |
| object used to store error messages | |
| MqStatSP | statistic |
| object used to store statistical data | |
the MqS object is created just after the ContextS object usually in the procedure ContextCreate. every external ContextS object has only one MqS object and every MqS object has only one ContextS object. the MqS object will be created with the MqCreate and will be deleted with the MqDelete procedure. during creation of a MqS object additional objects will be created too:
| object-type | member | description |
| MqSendS | send | used for building and sending a Msgque packet |
| MqReadS | read | used for reading and splitting a Msgque packet |
| MqIoS | io | used for doing socket communication |
| MqErrorS | error | used for collection of error data |
| MqStatS | statistic | used for collection of statistical data |
retT - new internal return handling srvT - new internal service handling
Definition at line 485 of file types.h.
1.3.8-20040928