MqContextC - various function to 'set' the configuration-data in a context … More...
MqContextC - various function to 'set' the configuration-data in a context …
|
static |
Tcl:
→ C-API bool [$ctx ConfigCheckStartAs data:MqStartE]
check if MqConfigS::startAs can be set to data
Definition at line 1044 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetAllDebug data:int32
set the MkRuntimeS::debug value
Definition at line 1059 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetAllTimeout data:MkTimeoutE|int32
set the MqIoConfigS::timeout value
Definition at line 1075 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetBuffersize data:int32
set the MqIoConfigS::buffersize value
Definition at line 1091 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetDaemon pidfile:string
start the server-context as daemon …
Definition at line 1107 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetIdentFrom data:MqIdentE
set the MqConfigS::identFrom value
Definition at line 1123 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetIgnoreExit data:bool
set the MqSetupS::ignoreExit value
Definition at line 1139 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetIoPipe fh:int32
set the pipe configuration data …
Definition at line 1155 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetIoTcp ?host:string="NULL"? ?port:string="NULL"? ?myhost:string="NULL"? ?myport:string="NULL"?
configure a context to use a tcp-client-server-link …
Definition at line 1171 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetIoTcpL vals:MkBufferListC
configure a context to use a tcp-client-server-link …
Definition at line 1193 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetIoUds file:string
configure a context to use a uds-client-server-link …
Definition at line 1209 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetIsServer data:bool
set the MqSetupS::isServer value
Definition at line 1225 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetIsString data:bool
set the MqConfigS::native value 'S'string or 'L'owEndian or 'B'igEndian
Definition at line 1241 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetName data:string
set the MqConfigS::dispName value and cleanup old value
Definition at line 1257 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetPkgsize data:int32
set the MqIoConfigS::pkgsize value
Definition at line 1273 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetPostfix data:string
set the client-part (2) of the application-identifer MqConfigS::dispName …
Definition at line 1289 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetPrefix data:string
set the server-part (1) of the application-identifer MqConfigS::dispName …
Definition at line 1305 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetStartAs data:MqStartE
set the MqConfigS::startAs value
Definition at line 1321 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetStartAsString data:string
set the MqConfigS::startAs value using string default
, thread
, fork
or spawn
Definition at line 1337 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetStorage data:string
set the Storage value and cleanup old value
Definition at line 1353 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetTimeout data:MkTimeoutE|int32
set the MqIoConfigS::timeout value
Definition at line 1369 of file MqContextC_tcl.c.