#include <bayonne.h>
Inheritance diagram for aaScript::
Public Methods | |
functioncall_t | getFunction (char *name) |
Get a function call handler by name. More... | |
aaScript () | |
Default scripting environment. More... | |
void | addModule (Module *module) |
Used to bind "generic" modules to aaScript. More... | |
void | addDummy (const char *names) |
Add unused commands to aaScript for compiler clean-ness. More... | |
Protected Methods | |
unsigned long | getTrapMask (const char *trapname) |
New GetTrapMask() used to set DTMF bit when dtmf digits are also requested in ^traps. More... | |
void | addFunction (char *name, functioncall_t function) |
Add a generic function to the interpreter. More... | |
Friends | |
class | Functions |
Individual drivers may further derive sub-dialects.
|
Default scripting environment.
|
|
Add unused commands to aaScript for compiler clean-ness.
|
|
Add a generic function to the interpreter.
|
|
Used to bind "generic" modules to aaScript.
|
|
Get a function call handler by name.
|
|
New GetTrapMask() used to set DTMF bit when dtmf digits are also requested in ^traps.
|
|
|