MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx More...
Functions | |
static OT_ProcRet | tclmqmsgque_MqContextC_ProxyForward (MqContextC_ARGS) |
Tcl: → C-API send the entire read-data-package-data to the link-target … | |
static OT_ProcRet | tclmqmsgque_MqContextC_ProxyItem (MqContextC_ARGS) |
Tcl: → C-API Copy a single-data-item from the sourceCtx to the targetCtx. | |
MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx
The proxy-feature is used in a filter-setup to process-and-forward incoming data.
Example: A typical proxy-setup in pseudo C++ code
|
static |
Tcl:
→ C-API $sourceCtx ProxyForward targetCtx:MqContextC ?dump:MqDumpC="MK_NULL"? ?timeout:MkTimeoutE|int32=DEFAULT?
send the entire read-data-package-data to the link-target …
Definition at line 1944 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $sourceCtx ProxyItem targetCtx:MqContextC
Copy a single-data-item from the sourceCtx to the targetCtx.
Definition at line 1964 of file MqContextC_tcl.c.