MqMsgque PACKAGE - enum definition … More...
Collaboration diagram for MqMsgque_Enum_C_API:MqHandShakeE | |
| enum | MqHandShakeE { MQ_HANDSHAKE_START = 'S' , MQ_HANDSHAKE_OK = 'O' , MQ_HANDSHAKE_ERROR = 'E' } |
| the hand-shake of a service-call … More... | |
| MK_STRN | MqHandShakeE_ToString (enum MqHandShakeE value) |
| return the MqHandShakeE as string … | |
| static MK_I32 | MqHandShakeE_ToInt (enum MqHandShakeE value) |
| return the MqHandShakeE as integer … | |
| enum MkErrorE | MqHandShakeE_FromInt (MK_I32 const value, enum MqHandShakeE *value_out) |
| return the MqHandShakeE from integer … | |
MqTransTypeE | |
| enum | MqTransTypeE { MQ_TRANS_TYPE_WAIT = 'W' , MQ_TRANS_TYPE_SUB = 'S' , MQ_TRANS_TYPE_CB = 'C' , MQ_TRANS_TYPE_TRANS = 'T' , MQ_TRANS_TYPE_NO = 'N' } |
| the type of the transaction … More... | |
| MK_STRN | MqTransTypeE_ToString (enum MqTransTypeE value) |
| return the MqTransTypeE as string … | |
| static MK_I32 | MqTransTypeE_ToInt (enum MqTransTypeE value) |
| return the MqTransTypeE as integer … | |
| enum MkErrorE | MqTransTypeE_FromInt (MK_I32 const value, enum MqTransTypeE *value_out) |
| return the MqTransTypeE from integer … | |
MqIdentE | |
| enum | MqIdentE { MQ_IDENT_PREFIX = 0 , MQ_IDENT_FACTORY = 1 } |
| identify the application using prefix (default) or factory … More... | |
| MK_STRN | MqIdentE_ToString (enum MqIdentE value) |
| return the MqIdentE as string … | |
| static MK_I32 | MqIdentE_ToInt (enum MqIdentE value) |
| return the MqIdentE as integer … | |
| enum MkErrorE | MqIdentE_FromInt (MK_I32 const value, enum MqIdentE *value_out) |
| return the MqIdentE from integer … | |
MqStartE | |
| enum | MqStartE { MQ_START_DEFAULT = 0 , MQ_START_FORK = 1 , MQ_START_THREAD = 2 , MQ_START_SPAWN = 3 } |
| User preferences on HOWTO start a new entity. More... | |
| MK_STRN | MqStartE_ToString (enum MqStartE value) |
| return the MqStartE as string … | |
| static MK_I32 | MqStartE_ToInt (enum MqStartE value) |
| return the MqStartE as integer … | |
| enum MkErrorE | MqStartE_FromInt (MK_I32 const value, enum MqStartE *value_out) |
| return the MqStartE from integer … | |
MqStatusIsEF | |
| enum | MqStatusIsEF { MQ_STATUS_IS_INITIAL = 0 , MQ_STATUS_IS_DUP = 1<<0 , MQ_STATUS_IS_THREAD = 1<<1 , MQ_STATUS_IS_FORK = 1<<2 , MQ_STATUS_IS_SPAWN = 1<<3 } |
| Information about how the context was created. More... | |
| MK_STRN | MqStatusIsEF_ToString (enum MqStatusIsEF value) |
| return the MqStatusIsEF as string … | |
| static MK_I32 | MqStatusIsEF_ToInt (enum MqStatusIsEF value) |
| return the MqStatusIsEF as integer … | |
| enum MkErrorE | MqStatusIsEF_FromInt (MK_I32 const value, enum MqStatusIsEF *value_out) |
| return the MqStatusIsEF from integer … | |
MqFactoryE | |
| enum | MqFactoryE { MQ_FACTORY_NEW_INIT = 1<<0 , MQ_FACTORY_NEW_CHILD = 1<<1 , MQ_FACTORY_NEW_SLAVE = 1<<2 , MQ_FACTORY_NEW_FORK = 1<<3 , MQ_FACTORY_NEW_THREAD = 1<<4 , MQ_FACTORY_NEW_FILTER = 1<<5 } |
| the factory is called to create an object for ... More... | |
| MK_STRN | MqFactoryE_ToString (enum MqFactoryE value) |
| return the MqFactoryE as string … | |
| static MK_I32 | MqFactoryE_ToInt (enum MqFactoryE value) |
| return the MqFactoryE as integer … | |
| enum MkErrorE | MqFactoryE_FromInt (MK_I32 const value, enum MqFactoryE *value_out) |
| return the MqFactoryE from integer … | |
MqIoComE | |
| enum | MqIoComE { MQ_IO_PIPE = 0 , MQ_IO_UDS = 1 , MQ_IO_TCP = 2 , MQ_IO_INIT = 3 , MQ_IO_LOOP = 4 } |
| what kind of socket interface to use? … More... | |
| MK_STRN | MqIoComE_ToString (enum MqIoComE value) |
| return the MqIoComE as string … | |
| static MK_I32 | MqIoComE_ToInt (enum MqIoComE value) |
| return the MqIoComE as integer … | |
| enum MkErrorE | MqIoComE_FromInt (MK_I32 const value, enum MqIoComE *value_out) |
| return the MqIoComE from integer … | |
MqWaitOnEventE | |
| enum | MqWaitOnEventE { MQ_WAIT_NO = 0 , MQ_WAIT_ONCE = 1 , MQ_WAIT_OWN = 2 , MQ_WAIT_FOREVER = 3 } |
| wait for an event? … More... | |
| MK_STRN | MqWaitOnEventE_ToString (enum MqWaitOnEventE value) |
| return the MqWaitOnEventE as string … | |
| static MK_I32 | MqWaitOnEventE_ToInt (enum MqWaitOnEventE value) |
| return the MqWaitOnEventE as integer … | |
| enum MkErrorE | MqWaitOnEventE_FromInt (MK_I32 const value, enum MqWaitOnEventE *value_out) |
| return the MqWaitOnEventE from integer … | |
MqSlaveE | |
| enum | MqSlaveE { MQ_SLAVE_LOOPBACK = 0 , MQ_SLAVE_FILTER = 1 , MQ_SLAVE_MASTER = 1 , MQ_SLAVE_OTHER = 1 , MQ_SLAVE_USER = 10 , MQ_SLAVE_MAX = 1024 } |
| predefined slave-id for well known slaves … More... | |
| MK_STRN | MqSlaveE_ToString (enum MqSlaveE value) |
| return the MqSlaveE as string … | |
| static MK_I32 | MqSlaveE_ToInt (enum MqSlaveE value) |
| return the MqSlaveE as integer … | |
| enum MkErrorE | MqSlaveE_FromInt (MK_I32 const value, enum MqSlaveE *value_out) |
| return the MqSlaveE from integer … | |
MqMsgque - MqMsgque_Enum_C_API - function | |
| MK_I32 | MqIdentE_ToIntP (enum MqIdentE value) |
| Non-inline replacement for MqIdentE_ToInt … | |
| MK_I32 | MqSlaveE_ToIntP (enum MqSlaveE value) |
| Non-inline replacement for MqSlaveE_ToInt … | |
| MK_I32 | MqStartE_ToIntP (enum MqStartE value) |
| Non-inline replacement for MqStartE_ToInt … | |
| MK_I32 | MqStatusIsEF_ToIntP (enum MqStatusIsEF value) |
| Non-inline replacement for MqStatusIsEF_ToInt … | |
| MK_I32 | MqWaitOnEventE_ToIntP (enum MqWaitOnEventE value) |
| Non-inline replacement for MqWaitOnEventE_ToInt … | |
MqMsgque - MqMsgque_Enum_C_API - overload | |
| #define | MqFactoryE_FromInt_E(...) |
| #define | MqFactoryE_FromInt_C(...) |
| #define | MqFactoryE_FromInt_e(...) |
| #define | MqHandShakeE_FromInt_E(...) |
| #define | MqHandShakeE_FromInt_C(...) |
| #define | MqHandShakeE_FromInt_e(...) |
| #define | MqIdentE_FromInt_E(...) |
| #define | MqIdentE_FromInt_C(...) |
| #define | MqIdentE_FromInt_e(...) |
| #define | MqIoComE_FromInt_E(...) |
| #define | MqIoComE_FromInt_C(...) |
| #define | MqIoComE_FromInt_e(...) |
| #define | MqSlaveE_FromInt_E(...) |
| #define | MqSlaveE_FromInt_C(...) |
| #define | MqSlaveE_FromInt_e(...) |
| #define | MqStartE_FromInt_E(...) |
| #define | MqStartE_FromInt_C(...) |
| #define | MqStartE_FromInt_e(...) |
| #define | MqStatusIsEF_FromInt_E(...) |
| #define | MqStatusIsEF_FromInt_C(...) |
| #define | MqStatusIsEF_FromInt_e(...) |
| #define | MqTransTypeE_FromInt_E(...) |
| #define | MqTransTypeE_FromInt_C(...) |
| #define | MqTransTypeE_FromInt_e(...) |
| #define | MqWaitOnEventE_FromInt_E(...) |
| #define | MqWaitOnEventE_FromInt_C(...) |
| #define | MqWaitOnEventE_FromInt_e(...) |
MqMsgque PACKAGE - enum definition …
read more at: MkKernel_Enum_C_API
| #define MqFactoryE_FromInt_C | ( | ... | ) |
Definition at line 1078 of file msgque_overload_mq.h.
| #define MqFactoryE_FromInt_E | ( | ... | ) |
Definition at line 1077 of file msgque_overload_mq.h.
| #define MqFactoryE_FromInt_e | ( | ... | ) |
Definition at line 1079 of file msgque_overload_mq.h.
| #define MqHandShakeE_FromInt_C | ( | ... | ) |
Definition at line 1081 of file msgque_overload_mq.h.
| #define MqHandShakeE_FromInt_E | ( | ... | ) |
Definition at line 1080 of file msgque_overload_mq.h.
| #define MqHandShakeE_FromInt_e | ( | ... | ) |
Definition at line 1082 of file msgque_overload_mq.h.
| #define MqIdentE_FromInt_C | ( | ... | ) |
Definition at line 1084 of file msgque_overload_mq.h.
| #define MqIdentE_FromInt_E | ( | ... | ) |
Definition at line 1083 of file msgque_overload_mq.h.
| #define MqIdentE_FromInt_e | ( | ... | ) |
Definition at line 1085 of file msgque_overload_mq.h.
| #define MqIoComE_FromInt_C | ( | ... | ) |
Definition at line 1087 of file msgque_overload_mq.h.
| #define MqIoComE_FromInt_E | ( | ... | ) |
Definition at line 1086 of file msgque_overload_mq.h.
| #define MqIoComE_FromInt_e | ( | ... | ) |
Definition at line 1088 of file msgque_overload_mq.h.
| #define MqSlaveE_FromInt_C | ( | ... | ) |
Definition at line 1090 of file msgque_overload_mq.h.
| #define MqSlaveE_FromInt_E | ( | ... | ) |
Definition at line 1089 of file msgque_overload_mq.h.
| #define MqSlaveE_FromInt_e | ( | ... | ) |
Definition at line 1091 of file msgque_overload_mq.h.
| #define MqStartE_FromInt_C | ( | ... | ) |
Definition at line 1093 of file msgque_overload_mq.h.
| #define MqStartE_FromInt_E | ( | ... | ) |
Definition at line 1092 of file msgque_overload_mq.h.
| #define MqStartE_FromInt_e | ( | ... | ) |
Definition at line 1094 of file msgque_overload_mq.h.
| #define MqStatusIsEF_FromInt_C | ( | ... | ) |
Definition at line 1096 of file msgque_overload_mq.h.
| #define MqStatusIsEF_FromInt_E | ( | ... | ) |
Definition at line 1095 of file msgque_overload_mq.h.
| #define MqStatusIsEF_FromInt_e | ( | ... | ) |
Definition at line 1097 of file msgque_overload_mq.h.
| #define MqTransTypeE_FromInt_C | ( | ... | ) |
Definition at line 1099 of file msgque_overload_mq.h.
| #define MqTransTypeE_FromInt_E | ( | ... | ) |
Definition at line 1098 of file msgque_overload_mq.h.
| #define MqTransTypeE_FromInt_e | ( | ... | ) |
Definition at line 1100 of file msgque_overload_mq.h.
| #define MqWaitOnEventE_FromInt_C | ( | ... | ) |
Definition at line 1102 of file msgque_overload_mq.h.
| #define MqWaitOnEventE_FromInt_E | ( | ... | ) |
Definition at line 1101 of file msgque_overload_mq.h.
| #define MqWaitOnEventE_FromInt_e | ( | ... | ) |
Definition at line 1103 of file msgque_overload_mq.h.
| enum MqFactoryE |
the factory is called to create an object for ...
Definition at line 1505 of file LibMqMsgque_mq.h.
| enum MqHandShakeE |
the hand-shake of a service-call …
| Enumerator | ||
|---|---|---|
| MQ_HANDSHAKE_START | 'S' | direction: client -> server
|
| MQ_HANDSHAKE_OK | 'O' | direction: server -> client
|
| MQ_HANDSHAKE_ERROR | 'E' | direction: server -> client
|
Definition at line 624 of file LibMqMsgque_mq.h.
| enum MqIdentE |
identify the application using prefix (default) or factory …
| Enumerator | ||
|---|---|---|
| MQ_IDENT_PREFIX | 0 | value from MqConfigS::dispPrefix |
| MQ_IDENT_FACTORY | 1 | value from MqFactoryS::originalIdent |
Definition at line 705 of file LibMqMsgque_mq.h.
| enum MqIoComE |
what kind of socket interface to use? …
Definition at line 1544 of file LibMqMsgque_mq.h.
| enum MqSlaveE |
predefined slave-id for well known slaves …
| Enumerator | ||
|---|---|---|
| MQ_SLAVE_LOOPBACK | 0 | internal: the loopback-slave-id, (call my own services) |
| MQ_SLAVE_FILTER | 1 | internal: the filter-slave-id, (on a master get the filter-slave) |
| MQ_SLAVE_MASTER | 1 | internal: the master-slave-id, (on a slave get the master) |
| MQ_SLAVE_OTHER | 1 | internal: on the master-ctx get the slave-ctx and on the slave-ctx get the master-ctx |
| MQ_SLAVE_USER | 10 | internal: start of user-defined-slave-id |
| MQ_SLAVE_MAX | 1024 | internal: the maximum slave-id …
|
Definition at line 1656 of file LibMqMsgque_mq.h.
| enum MqStartE |
User preferences on HOWTO start a new entity.
Definition at line 1424 of file LibMqMsgque_mq.h.
| enum MqStatusIsEF |
Information about how the context was created.
Definition at line 1466 of file LibMqMsgque_mq.h.
| enum MqTransTypeE |
the type of the transaction …
| Enumerator | ||
|---|---|---|
| MQ_TRANS_TYPE_WAIT | 'W' |
|
| MQ_TRANS_TYPE_SUB | 'S' |
|
| MQ_TRANS_TYPE_CB | 'C' |
|
| MQ_TRANS_TYPE_TRANS | 'T' | |
| MQ_TRANS_TYPE_NO | 'N' |
|
Definition at line 663 of file LibMqMsgque_mq.h.
| enum MqWaitOnEventE |
wait for an event? …
| Enumerator | ||
|---|---|---|
| MQ_WAIT_NO | 0 | Check for one event but do not wait … If an event is available process the event, but only one. If no event is available return with MK_CONTINUE. This is the default. |
| MQ_WAIT_ONCE | 1 | Wait maximum timeout seconds for one new event, doesn't matter which context the event belongs to or raise an timeout-error …
|
| MQ_WAIT_OWN | 2 | Wait maximum timeout seconds for one new event that belongs to the current context or raise an timeout-error …
|
| MQ_WAIT_FOREVER | 3 | Wait maximum timeout seconds for an event or raise an timeout-error …
This function will only come back on error or on exit. |
Definition at line 1586 of file LibMqMsgque_mq.h.
| enum MkErrorE MqFactoryE_FromInt | ( | MK_I32 const | value, |
| enum MqFactoryE * | value_out ) |
return the MqFactoryE from integer …
|
inlinestatic |
return the MqFactoryE as integer …
Definition at line 1525 of file LibMqMsgque_mq.h.
| MK_STRN MqFactoryE_ToString | ( | enum MqFactoryE | value | ) |
return the MqFactoryE as string …
| enum MkErrorE MqHandShakeE_FromInt | ( | MK_I32 const | value, |
| enum MqHandShakeE * | value_out ) |
return the MqHandShakeE from integer …
|
inlinestatic |
return the MqHandShakeE as integer …
Definition at line 644 of file LibMqMsgque_mq.h.
| MK_STRN MqHandShakeE_ToString | ( | enum MqHandShakeE | value | ) |
return the MqHandShakeE as string …
return the MqIdentE as integer …
Definition at line 722 of file LibMqMsgque_mq.h.
Here is the caller graph for this function:Non-inline replacement for MqIdentE_ToInt …
return the MqIoComE from integer …
return the MqIoComE as integer …
Definition at line 1563 of file LibMqMsgque_mq.h.
return the MqSlaveE as integer …
Definition at line 1680 of file LibMqMsgque_mq.h.
Here is the caller graph for this function:Non-inline replacement for MqSlaveE_ToInt …
return the MqStartE as integer …
Definition at line 1443 of file LibMqMsgque_mq.h.
Here is the caller graph for this function:Non-inline replacement for MqStartE_ToInt …
| enum MkErrorE MqStatusIsEF_FromInt | ( | MK_I32 const | value, |
| enum MqStatusIsEF * | value_out ) |
|
inlinestatic |
return the MqStatusIsEF as integer …
Definition at line 1486 of file LibMqMsgque_mq.h.
Here is the caller graph for this function:| MK_I32 MqStatusIsEF_ToIntP | ( | enum MqStatusIsEF | value | ) |
Non-inline replacement for MqStatusIsEF_ToInt …
| MK_STRN MqStatusIsEF_ToString | ( | enum MqStatusIsEF | value | ) |
| enum MkErrorE MqTransTypeE_FromInt | ( | MK_I32 const | value, |
| enum MqTransTypeE * | value_out ) |
return the MqTransTypeE from integer …
|
inlinestatic |
return the MqTransTypeE as integer …
Definition at line 682 of file LibMqMsgque_mq.h.
| MK_STRN MqTransTypeE_ToString | ( | enum MqTransTypeE | value | ) |
return the MqTransTypeE as string …
| enum MkErrorE MqWaitOnEventE_FromInt | ( | MK_I32 const | value, |
| enum MqWaitOnEventE * | value_out ) |
|
inlinestatic |
return the MqWaitOnEventE as integer …
Definition at line 1631 of file LibMqMsgque_mq.h.
Here is the caller graph for this function:| MK_I32 MqWaitOnEventE_ToIntP | ( | enum MqWaitOnEventE | value | ) |
Non-inline replacement for MqWaitOnEventE_ToInt …
| MK_STRN MqWaitOnEventE_ToString | ( | enum MqWaitOnEventE | value | ) |