LibMqMsgque_py.c - 02 Sep 2024 - aotto1968. More...
#include "LibMqMsgque_py.h"
#include "misc_check_py.h"
#include "tmpl/mq_misc_check_lng.h"
Go to the source code of this file.
Data Structures | |
struct | py_mqmsgque_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 | py_mqmsgque_sMqMsgqueMethods [] |
static MK_UNUSED int | num = 0 |
MkThreadLocal MqMsgqueThreadStateS | py_mqmsgque_MqMsgqueThreadState = {0} |
static MK_UNUSED PyModuleDef_Slot | py_mqmsgque_sMqMsgqueDefSlots [] |
static PyModuleDef | py_mqmsgque_sMqMsgqueDef |
LibMqMsgque_py.c - 02 Sep 2024 - aotto1968.
Definition in file LibMqMsgque_py.c.
#define Cleanup_doc "Cleanup()" |
Definition at line 175 of file LibMqMsgque_py.c.
#define Debug_doc "Debug(prefix:str, ?obj:object?" |
Definition at line 180 of file LibMqMsgque_py.c.
#define Help_doc "string Help(tool:string)" |
Definition at line 166 of file LibMqMsgque_py.c.
#define HelpMsgque_doc "string HelpMsgque()" |
Definition at line 167 of file LibMqMsgque_py.c.
#define IdentE_FromInt_doc "MqIdentE IdentE_FromInt(value:int32)" |
doc definition
Definition at line 147 of file LibMqMsgque_py.c.
#define IdentE_ToInt_doc "int32 IdentE_ToInt(value:MqIdentE)" |
Definition at line 154 of file LibMqMsgque_py.c.
#define IdentE_ToString_doc "string IdentE_ToString(value:MqIdentE)" |
Definition at line 155 of file LibMqMsgque_py.c.
#define InitGetArg0_doc "MkBufferListC InitGetArg0()" |
Definition at line 170 of file LibMqMsgque_py.c.
#define InitResetArg0_doc "MkBufferListC InitResetArg0()" |
Definition at line 171 of file LibMqMsgque_py.c.
#define InitSetArg0_doc "InitSetArg0(?bfl:MkBufferListC...=None?)" |
Definition at line 172 of file LibMqMsgque_py.c.
#define MqCleanupTmpl | ( | ) |
Definition at line 23 of file LibMqMsgque_py.c.
#define MqSetupTmpl | ( | ) |
Definition at line 22 of file LibMqMsgque_py.c.
#define myTrace | ( | str | ) |
Definition at line 714 of file LibMqMsgque_py.c.
#define myTrace2 | ( | col, | |
str ) |
Definition at line 713 of file LibMqMsgque_py.c.
#define OT_SETUP_hdl |
Definition at line 17 of file LibMqMsgque_py.c.
#define OT_SETUP_hdl_static |
Definition at line 19 of file LibMqMsgque_py.c.
#define Setup_doc "Setup()" |
Definition at line 176 of file LibMqMsgque_py.c.
#define SlaveE_FromInt_doc "MqSlaveE SlaveE_FromInt(value:int32)" |
Definition at line 148 of file LibMqMsgque_py.c.
#define SlaveE_ToInt_doc "int32 SlaveE_ToInt(value:MqSlaveE)" |
Definition at line 156 of file LibMqMsgque_py.c.
#define SlaveE_ToString_doc "string SlaveE_ToString(value:MqSlaveE)" |
Definition at line 157 of file LibMqMsgque_py.c.
#define StartE_FromInt_doc "MqStartE StartE_FromInt(value:int32)" |
Definition at line 149 of file LibMqMsgque_py.c.
#define StartE_ToInt_doc "int32 StartE_ToInt(value:MqStartE)" |
Definition at line 158 of file LibMqMsgque_py.c.
#define StartE_ToString_doc "string StartE_ToString(value:MqStartE)" |
Definition at line 159 of file LibMqMsgque_py.c.
#define StatusIsEF_FromInt_doc "MqStatusIsEF StatusIsEF_FromInt(value:int32)" |
Definition at line 150 of file LibMqMsgque_py.c.
#define StatusIsEF_ToInt_doc "int32 StatusIsEF_ToInt(value:MqStatusIsEF)" |
Definition at line 160 of file LibMqMsgque_py.c.
#define StatusIsEF_ToString_doc "string StatusIsEF_ToString(value:MqStatusIsEF)" |
Definition at line 161 of file LibMqMsgque_py.c.
#define WaitOnEventE_FromInt_doc "MqWaitOnEventE WaitOnEventE_FromInt(value:int32)" |
Definition at line 151 of file LibMqMsgque_py.c.
#define WaitOnEventE_ToInt_doc "int32 WaitOnEventE_ToInt(value:MqWaitOnEventE)" |
Definition at line 162 of file LibMqMsgque_py.c.
#define WaitOnEventE_ToString_doc "string WaitOnEventE_ToString(value:MqWaitOnEventE)" |
Definition at line 163 of file LibMqMsgque_py.c.
Definition at line 190 of file LibMqMsgque_py.c.
int py_mqmsgque_pMqContextC_Init | ( | MQ_RT const | mqrt, |
OT_LNG_T | m ) |
Definition at line 3976 of file MqContextC_py.c.
int py_mqmsgque_pMqDumpC_Init | ( | MQ_RT const | mqrt, |
OT_LNG_T | m ) |
Public API
Definition at line 470 of file MqDumpC_py.c.
int py_mqmsgque_pMqFactoryC_Init | ( | MQ_RT const | mqrt, |
OT_LNG_T | m ) |
Definition at line 844 of file MqFactoryC_py.c.
int py_mqmsgque_pMqFactoryC_Setup | ( | MQ_RT const | mqrt, |
OT_LNG_T | m ) |
Public API
Definition at line 805 of file MqFactoryC_py.c.
|
static |
Definition at line 653 of file LibMqMsgque_py.c.
|
static |
Definition at line 743 of file LibMqMsgque_py.c.
|
static |
Definition at line 780 of file LibMqMsgque_py.c.
|
static |
Definition at line 768 of file LibMqMsgque_py.c.
|
inlinestatic |
Definition at line 702 of file LibMqMsgque_py.c.
|
static |
Definition at line 718 of file LibMqMsgque_py.c.
PyMODINIT_FUNC PyInit_pymqmsgque | ( | void | ) |
Public API
Definition at line 933 of file LibMqMsgque_py.c.
|
static |
|
static |
Definition at line 651 of file LibMqMsgque_py.c.
MkThreadLocal MqMsgqueThreadStateS py_mqmsgque_MqMsgqueThreadState = {0} |
Definition at line 695 of file LibMqMsgque_py.c.
|
static |
Definition at line 913 of file LibMqMsgque_py.c.
|
static |
Definition at line 907 of file LibMqMsgque_py.c.
|
static |
Type definition
Definition at line 600 of file LibMqMsgque_py.c.