|
Defines |
| #define | _ENGINE_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions |
| globle void | InitializeEngine (void *theEnv) |
| globle long long | Run (long long runLimit) |
| globle long long | EnvRun (void *theEnv, long long runLimit) |
| globle void * | EnvPopFocus (void *theEnv) |
| globle void * | EnvGetNextFocus (void *theEnv, void *theFocus) |
| globle void | EnvFocus (void *theEnv, void *vTheModule) |
| globle void | ClearFocusStackCommand (void *theEnv) |
| globle void | EnvClearFocusStack (void *theEnv) |
| globle intBool | AddRunFunction (char *name, void(*functionPtr)(void), int priority) |
| globle intBool | EnvAddRunFunction (void *theEnv, char *name, void(*functionPtr)(void *), int priority) |
| globle intBool | EnvAddRunFunctionWithContext (void *theEnv, char *name, void(*functionPtr)(void *), int priority, void *context) |
| globle intBool | EnvRemoveRunFunction (void *theEnv, char *name) |
| globle void | RunCommand (void *theEnv) |
| globle void | HaltCommand (void *theEnv) |
| globle void | EnvHalt (void *theEnv) |
| globle void | EnvSetBreak (void *theEnv, void *theRule) |
| globle intBool | EnvRemoveBreak (void *theEnv, void *theRule) |
| globle void | RemoveAllBreakpoints (void *theEnv) |
| globle void | EnvShowBreaks (void *theEnv, char *logicalName, void *vTheModule) |
| globle intBool | EnvDefruleHasBreakpoint (void *theEnv, void *theRule) |
| globle void | SetBreakCommand (void *theEnv) |
| globle void | RemoveBreakCommand (void *theEnv) |
| globle void | ShowBreaksCommand (void *theEnv) |
| globle void | ListFocusStackCommand (void *theEnv) |
| globle void | EnvListFocusStack (void *theEnv, char *logicalName) |
| globle void | GetFocusStackFunction (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle void | EnvGetFocusStack (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle void * | PopFocusFunction (void *theEnv) |
| globle void * | GetFocusFunction (void *theEnv) |
| globle void * | EnvGetFocus (void *theEnv) |
| globle int | FocusCommand (void *theEnv) |
| globle int | EnvGetFocusChanged (void *theEnv) |
| globle void | EnvSetFocusChanged (void *theEnv, int value) |
| globle void | EnvSetHaltRules (void *theEnv, intBool value) |
| globle intBool | EnvGetHaltRules (void *theEnv) |