MqContextC - various functions to work on a context … More...
Functions | |
static OT_ProcRet | tclmqmsgque_MqContextC_GetBuffer (MqContextC_ARGS) |
Tcl: → C-API get the MqContextS::ctxbuf object | |
static OT_ProcRet | tclmqmsgque_MqContextC_GetRoot (MqContextC_ARGS) |
Tcl: → C-API get the Root (toplevel initial context) | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclmqmsgque_MqContextC_ToString (MqContextC_ARGS) |
static OT_ProcRet | tclmqmsgque_MqContextC_Exit (MqContextC_ARGS) |
Tcl: → C-API delete the context and exit the current process or thread … | |
static OT_ProcRet | tclmqmsgque_MqContextC_ProcessEvent (MqContextC_ARGS) |
Tcl: → C-API enter the event-loop and wait for an incoming service-request. … | |
MqContextC - various functions to work on a context …
|
static |
Tcl:
→ C-API int32 [$ctx Exit ?callfunc:string="MK_NULL"? ?callfile:string="MK_NULL"? ?callline:int32=-1?]
delete the context and exit the current process or thread …
Definition at line 1894 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$ctx GetBuffer]
get the MqContextS::ctxbuf object
Definition at line 1860 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API MqContextC [$ctx GetRoot]
get the Root (toplevel initial context)
Definition at line 1874 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ProcessEvent ?wait:MqWaitOnEventE=NO? ?timeout:MkTimeoutE|int32=DEFAULT?
enter the event-loop and wait for an incoming service-request. …
Definition at line 1917 of file MqContextC_tcl.c.
|
static |
Definition at line 1891 of file MqContextC_tcl.c.