|
theLink 10.0
|
tag: nhi1-release-250425 More...
Include dependency graph for LibMqMsgque_py.c:Go to the source code of this file.
Data Structures | |
| struct | pymqmsgque_sMqMsgqueStateS |
Macros | |
| #define | OT_SETUP_hdl |
| #define | OT_SETUP_hdl_static |
| #define | MqSetupTmpl() |
| #define | MqCleanupTmpl() |
| #define | IdentE_FromInt_doc "MqIdentE IdentE_FromInt(value:int32)" |
| #define | SlaveE_FromInt_doc "MqSlaveE SlaveE_FromInt(value:int32)" |
| #define | StartE_FromInt_doc "MqStartE StartE_FromInt(value:int32)" |
| #define | StatusIsEF_FromInt_doc "MqStatusIsEF StatusIsEF_FromInt(value:int32)" |
| #define | WaitOnEventE_FromInt_doc "MqWaitOnEventE WaitOnEventE_FromInt(value:int32)" |
| #define | IdentE_ToInt_doc "int32 IdentE_ToInt(value:MqIdentE)" |
| #define | IdentE_ToString_doc "string IdentE_ToString(value:MqIdentE)" |
| #define | SlaveE_ToInt_doc "int32 SlaveE_ToInt(value:MqSlaveE)" |
| #define | SlaveE_ToString_doc "string SlaveE_ToString(value:MqSlaveE)" |
| #define | StartE_ToInt_doc "int32 StartE_ToInt(value:MqStartE)" |
| #define | StartE_ToString_doc "string StartE_ToString(value:MqStartE)" |
| #define | StatusIsEF_ToInt_doc "int32 StatusIsEF_ToInt(value:MqStatusIsEF)" |
| #define | StatusIsEF_ToString_doc "string StatusIsEF_ToString(value:MqStatusIsEF)" |
| #define | WaitOnEventE_ToInt_doc "int32 WaitOnEventE_ToInt(value:MqWaitOnEventE)" |
| #define | WaitOnEventE_ToString_doc "string WaitOnEventE_ToString(value:MqWaitOnEventE)" |
| #define | Help_doc "string Help(tool:string)" |
| #define | HelpMsgque_doc "string HelpMsgque()" |
| #define | InitGetArg0_doc "MkBufferListC InitGetArg0()" |
| #define | InitResetArg0_doc "MkBufferListC InitResetArg0()" |
| #define | InitSetArg0_doc "InitSetArg0(?bfl:MkBufferListC...=None?)" |
| #define | Cleanup_doc "Cleanup()" |
| #define | Setup_doc "Setup()" |
| #define | Debug_doc "Debug(prefix:str, ?obj:object?" |
| #define | myTrace2(col, str) |
| #define | myTrace(str) |
Variables | |
| static PyMethodDef | pymqmsgque_sMqMsgqueMethods [] |
| static MK_UNUSED int | num = 0 |
| __thread MqMsgqueThreadStateS | pymqmsgque_MqMsgqueThreadState = {0} |
| static MK_UNUSED PyModuleDef_Slot | pymqmsgque_sMqMsgqueDefSlots [] |
| static PyModuleDef | pymqmsgque_sMqMsgqueDef |
tag: nhi1-release-250425
Definition in file LibMqMsgque_py.c.
| #define Cleanup_doc "Cleanup()" |
Definition at line 164 of file LibMqMsgque_py.c.
| #define Debug_doc "Debug(prefix:str, ?obj:object?" |
Definition at line 169 of file LibMqMsgque_py.c.
| #define Help_doc "string Help(tool:string)" |
Definition at line 155 of file LibMqMsgque_py.c.
| #define HelpMsgque_doc "string HelpMsgque()" |
Definition at line 156 of file LibMqMsgque_py.c.
| #define IdentE_FromInt_doc "MqIdentE IdentE_FromInt(value:int32)" |
doc definition
Definition at line 136 of file LibMqMsgque_py.c.
| #define IdentE_ToInt_doc "int32 IdentE_ToInt(value:MqIdentE)" |
Definition at line 143 of file LibMqMsgque_py.c.
| #define IdentE_ToString_doc "string IdentE_ToString(value:MqIdentE)" |
Definition at line 144 of file LibMqMsgque_py.c.
| #define InitGetArg0_doc "MkBufferListC InitGetArg0()" |
Definition at line 159 of file LibMqMsgque_py.c.
| #define InitResetArg0_doc "MkBufferListC InitResetArg0()" |
Definition at line 160 of file LibMqMsgque_py.c.
| #define InitSetArg0_doc "InitSetArg0(?bfl:MkBufferListC...=None?)" |
Definition at line 161 of file LibMqMsgque_py.c.
| #define MqCleanupTmpl | ( | ) |
Definition at line 20 of file LibMqMsgque_py.c.
| #define MqSetupTmpl | ( | ) |
Definition at line 19 of file LibMqMsgque_py.c.
| #define myTrace | ( | str | ) |
Definition at line 703 of file LibMqMsgque_py.c.
| #define myTrace2 | ( | col, | |
| str ) |
Definition at line 702 of file LibMqMsgque_py.c.
| #define OT_SETUP_hdl |
Definition at line 14 of file LibMqMsgque_py.c.
| #define OT_SETUP_hdl_static |
Definition at line 16 of file LibMqMsgque_py.c.
| #define Setup_doc "Setup()" |
Definition at line 165 of file LibMqMsgque_py.c.
| #define SlaveE_FromInt_doc "MqSlaveE SlaveE_FromInt(value:int32)" |
Definition at line 137 of file LibMqMsgque_py.c.
| #define SlaveE_ToInt_doc "int32 SlaveE_ToInt(value:MqSlaveE)" |
Definition at line 145 of file LibMqMsgque_py.c.
| #define SlaveE_ToString_doc "string SlaveE_ToString(value:MqSlaveE)" |
Definition at line 146 of file LibMqMsgque_py.c.
| #define StartE_FromInt_doc "MqStartE StartE_FromInt(value:int32)" |
Definition at line 138 of file LibMqMsgque_py.c.
| #define StartE_ToInt_doc "int32 StartE_ToInt(value:MqStartE)" |
Definition at line 147 of file LibMqMsgque_py.c.
| #define StartE_ToString_doc "string StartE_ToString(value:MqStartE)" |
Definition at line 148 of file LibMqMsgque_py.c.
| #define StatusIsEF_FromInt_doc "MqStatusIsEF StatusIsEF_FromInt(value:int32)" |
Definition at line 139 of file LibMqMsgque_py.c.
| #define StatusIsEF_ToInt_doc "int32 StatusIsEF_ToInt(value:MqStatusIsEF)" |
Definition at line 149 of file LibMqMsgque_py.c.
| #define StatusIsEF_ToString_doc "string StatusIsEF_ToString(value:MqStatusIsEF)" |
Definition at line 150 of file LibMqMsgque_py.c.
| #define WaitOnEventE_FromInt_doc "MqWaitOnEventE WaitOnEventE_FromInt(value:int32)" |
Definition at line 140 of file LibMqMsgque_py.c.
| #define WaitOnEventE_ToInt_doc "int32 WaitOnEventE_ToInt(value:MqWaitOnEventE)" |
Definition at line 151 of file LibMqMsgque_py.c.
| #define WaitOnEventE_ToString_doc "string WaitOnEventE_ToString(value:MqWaitOnEventE)" |
Definition at line 152 of file LibMqMsgque_py.c.
| PyMODINIT_FUNC LibMqMsgque | ( | void | ) |
Public API
Definition at line 920 of file LibMqMsgque_py.c.
| enum MkErrorE pymqmsgque_CheckConstructor | ( | OT_Check_ARGS | , |
| MK_CCP * | retP ) |
Definition at line 179 of file LibMqMsgque_py.c.
|
static |
Definition at line 642 of file LibMqMsgque_py.c.
|
static |
Definition at line 732 of file LibMqMsgque_py.c.
|
static |
Definition at line 769 of file LibMqMsgque_py.c.
|
static |
|
inlinestatic |
Definition at line 691 of file LibMqMsgque_py.c.
|
static |
Definition at line 707 of file LibMqMsgque_py.c.
|
static |
|
static |
Definition at line 640 of file LibMqMsgque_py.c.
| __thread MqMsgqueThreadStateS pymqmsgque_MqMsgqueThreadState = {0} |
Definition at line 684 of file LibMqMsgque_py.c.
|
static |
Definition at line 900 of file LibMqMsgque_py.c.
|
static |
Definition at line 894 of file LibMqMsgque_py.c.
|
static |
Type definition
Definition at line 589 of file LibMqMsgque_py.c.