MqContextC - various function to setup a interface for the context … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigSetBgError (MqContextC_ARGS) |
Python: → C-API set the MqSetupS::BgError | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigSetEvent (MqContextC_ARGS) |
Python: → C-API set the MqSetupS::Event | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigSetServerCleanup (MqContextC_ARGS) |
Python: → C-API set the MqSetupS::ServerCleanup | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigSetServerSetup (MqContextC_ARGS) |
Python: → C-API set the MqSetupS::ServerSetup | |
MqContextC - various function to setup a interface for the context …
The "Setup"-Callback is special because this callback have to be callable by the server child and/or the slave context.
To distinguish the server child and slave the following functions are used:
"if"
clause and the child/parent check"if"
clause and the master/slave check
"if"
clause and the server/child check
|
static |
Python:
→ C-API ctx.ConfigSetBgError(?callback:callable=None?)
set the MqSetupS::BgError
Definition at line 906 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetEvent(?callback:callable=None?)
set the MqSetupS::Event
Definition at line 924 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetServerCleanup(?callback:callable=None?)
set the MqSetupS::ServerCleanup
Definition at line 942 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetServerSetup(?callback:callable=None?)
set the MqSetupS::ServerSetup
Definition at line 960 of file MqContextC_py.c.