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

Public Member Functions | |
| Trunk * | command (const char *cmdstring, std::ostream *fd=NULL) |
| Issue a "command" request either from the fifo port itself or from a service thread. | |
| void | setControl (int fd) |
| Get a file handle to the fifo "command" interface. | |
| void | control (const char *ctrl) |
| Fifo () | |
Protected Member Functions | |
| Trunk * | logResult (char **args) |
| Trunk * | assignRing (char **args) |
| Trunk * | assignDial (char **args) |
| Trunk * | sendEvent (char **args) |
| Trunk * | clearRing (char **args) |
| Trunk * | clearDial (char **args) |
| Trunk * | clearRDGroup (char **args) |
| Trunk * | exitPid (char **args) |
| Trunk * | waitPid (char **args) |
| Trunk * | setSymbol (char **argv) |
| Trunk * | putSymbol (char **argv) |
| Trunk * | setGlobal (char **argv) |
| Trunk * | addSymbol (char **argv) |
| Trunk * | setSize (char **argv) |
| Trunk * | addRoute (char **argv) |
| Trunk * | delRoute (char **argv) |
| Trunk * | login (char **argv) |
| Trunk * | runScript (char **argv) |
| Trunk * | startScript (char **argv, bool lock=false) |
| Trunk * | testScript (char **argv) |
| Trunk * | ringScript (char **argv) |
| Trunk * | redirectScript (char **argv) |
| Trunk * | setSpan (char **argv) |
| Trunk * | setCard (char **argv) |
| Trunk * | busyLine (char **argv) |
| Trunk * | idleLine (char **argv) |
| Trunk * | hangupLine (char **argv) |
| Trunk * | reqScript (char **argv) |
| Trunk * | setSchedule (char **argv) |
| Trunk * | postKey (char **argv) |
| Trunk * | sync (char **argv) |
| Trunk * | setMixer (char **argv) |
| Trunk * | setLimit (char **argv) |
| Trunk * | mapFiles (char **argv) |
| Trunk * | submit (char **argv) |
| Trunk * | reload (char **argv) |
| Trunk * | saveId (char **argv) |
| Trunk * | createId (char **argv) |
| Trunk * | deleteId (char **argv) |
| Trunk * | shellStart (char **argv) |
| Trunk * | stop (char **argv) |
| Trunk * | collectCmd (char **argv) |
| Trunk * | optionCmd (char **argv) |
| Trunk * | getSymbol (char **argv) |
| Trunk * | run (char **argv) |
| Trunk * | asr (char **argv) |
| Trunk * | text (char **argv) |
| Trunk * | notify (char **argv) |
| Trunk * | attach (char **argv) |
| Trunk * | detach (char **argv) |
Protected Attributes | |
| char | schedule [33] |
The Fifo is used by tgi and may be used by other system services.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Issue a "command" request either from the fifo port itself or from a service thread.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get a file handle to the fifo "command" interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4