#include <bayonne.h>
Inheritance diagram for aaScript:

Public Member Functions | |
| aaScript () | |
| Default scripting environment. | |
| aaScript (aaScript *ini) | |
| Create and bind additional script boxes. | |
| void | addDummy (const char *names) |
| Add unused commands to aaScript for compiler clean-ness. | |
Static Public Member Functions | |
| static aaScript * | get (const char *id, aaScript *base=NULL) |
| Find a script box by name. | |
Protected Member Functions | |
| unsigned long | getTrapMask (const char *trapname) |
| New GetTrapMask() used to set DTMF bit when dtmf digits are also requested in ^traps. | |
Protected Attributes | |
| aaScript * | next |
| Linked list of boxes. | |
Individual drivers may further derive sub-dialects.
|
|
Default scripting environment.
|
|
|
Create and bind additional script boxes.
|
|
|
Add unused commands to aaScript for compiler clean-ness.
|
|
||||||||||||
|
Find a script box by name.
|
|
|
New GetTrapMask() used to set DTMF bit when dtmf digits are also requested in ^traps.
Reimplemented from ScriptCommand. |
|
|
Linked list of boxes.
|
1.4.4