#include <script3.h>
Inheritance diagram for ost::ScriptThread:

Public Member Functions | |
| virtual timeout_t | getTimeout (void) |
| size_t | getStack (void) |
| ScriptThread (ScriptInterp *interp, int pri=0, size_t stack=0) | |
| ~ScriptThread () | |
Protected Member Functions | |
| void | exit (const char *errmsg=NULL) |
| void | exitEvent (const char *evt, bool inherited=true) |
| bool | isExiting (void) |
| bool | putSymbol (const char *id, const char *value, unsigned short size=0) |
| bool | getSymbol (const char *id, char *buffer, unsigned short max) |
| bool | addSymbol (const char *id, char *buffer, unsigned short max) |
| void | block (void) |
| void | unblock (void) |
| void | lock (void) |
| void | release (void) |
Protected Attributes | |
| ScriptInterp * | interp |
Friends | |
| class | ScriptInterp |
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6