MkErrorC - various functions to set and check a 'signal' on a MkErrorS … More...
MkErrorC - various functions to set and check a 'signal' on a MkErrorS …
|
static |
Tcl:
→ C-API bool [$err IsABORT]
check on ABORT signal …
Definition at line 639 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API bool [$err IsEXIT]
check on APPLICATION-EXIT error …
Definition at line 652 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API bool [$err IsSOCKET]
check on SOCKET-DOWN error …
Definition at line 665 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API bool [$err IsTIMEOUT]
check on TIMEOUT error …
Definition at line 678 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API $err SetABORT ?detail:string="UNKNOWN"? ?callfunc:string="MK_NULL"?
send the ABORT signal to the calling stack…
Definition at line 691 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API $err SetCode code:MkErrorE
set the MkErrorS::code value …
Definition at line 725 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API $err SetCONTINUE
signal end of processing in an MqMqEventIF callback …
Definition at line 711 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API $err SetEXIT ?callfunc:string="MK_NULL"?
finish the current callback, return to toplevel and MqExit the application …
Definition at line 741 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API $err SetSOCKET ?detail:string="UNKNOWN"? ?callfunc:string="MK_NULL"?
create SOCKET-DOWN error …
Definition at line 759 of file MkErrorC_tcl.c.