#include <context.h>
Public Attributes | |
| MqSP | msgque |
| link to the libFreiburg 2.0 object | |
| Tcl_Command | command |
| Tcl command to represent the 'Context'. | |
| Tcl_Interp * | interp |
| Tcl interpreter the command is using. | |
| Tcl_Obj * | commandObj |
| Tcl command as Tcl_Obj*. | |
| ContextSP | parent |
| the parent ContextS | |
| Tcl_Obj * | retException |
| Tcl command used for return-state != OK. | |
| Tcl_ThreadId | threadId |
| Thread per context. | |
retException - Tcl command used for return-state != OK
Definition at line 24 of file context.h.
|
|
Tcl command to represent the 'Context'.
Definition at line 26 of file context.h. Referenced by TclMqContext(). |
|
|
Tcl command as Tcl_Obj*.
Definition at line 28 of file context.h. Referenced by sDelete(), sSend(), TclMqContext(), and tclServiceHdl(). |
|
|
Tcl interpreter the command is using.
Definition at line 27 of file context.h. Referenced by sGet(), sRead(), sReturn(), sSend(), sSendL(), sService(), sStatistic(), sTimer(), TclMqContext(), TclMqReadNext(), TclMqStatistic(), TclMqTime(), and tclServiceHdl(). |
|
|
link to the libFreiburg 2.0 object
Definition at line 25 of file context.h. Referenced by sDelete(), sGet(), sProcess(), sRead(), sReturn(), sSend(), sService(), sStatistic(), sTimer(), and TclMqContext(). |
|
|
the parent ContextS
Definition at line 29 of file context.h. Referenced by sDelete(), and TclMqContext(). |
|
|
Tcl command used for return-state != OK.
Definition at line 30 of file context.h. Referenced by sDelete(), sSend(), and TclMqContext(). |
|
|
Thread per context.
Definition at line 31 of file context.h. Referenced by eventQueue(), and TclMqContext(). |
1.3.8-20040928