man Fifo () - The system fifo is a class that both handles a fifo 'control interface' and that can process string commands as events through the Bayonne driver. Bayonne fifo command executive.
NAME
Fifo - The system fifo is a class that both handles a fifo 'control interface' and that can process string commands as events through the Bayonne driver. Bayonne fifo command executive.
SYNOPSIS
#include <bayonne.h>
Public Member Functions
bool command (const char *cmdstring, std::ostream *fd=NULL)
Issue a 'command' request either from the fifo port itself or from a service thread.
Protected Member Functions
bool assignRing (char **args)
bool assignDial (char **args)
bool sendEvent (char **args)
bool clearRing (char **args)
bool clearDial (char **args)
bool clearRDGroup (char **args)
bool exitPid (char **args)
bool waitPid (char **args)
bool setSymbol (char **argv)
bool putSymbol (char **argv)
bool login (char **argv)
bool startScript (char **argv)
bool testScript (char **argv)
bool ringScript (char **argv)
bool redirectScript (char **argv)
bool setSpan (char **argv)
bool setCard (char **argv)
bool busyLine (char **argv)
bool idleLine (char **argv)
bool hangupLine (char **argv)
bool reqScript (char **argv)
bool setSchedule (char **argv)
bool postKey (char **argv)
bool setMixer (char **argv)
bool setLimit (char **argv)
bool mapFiles (char **argv)
bool submit (char **argv)
bool reload (char **argv)
bool saveId (char **argv)
bool createId (char **argv)
bool deleteId (char **argv)
Protected Attributes
char schedule [33]
Detailed Description
The system fifo is a class that both handles a fifo 'control interface' and that can process string commands as events through the Bayonne driver. Bayonne fifo command executive.
The Fifo is used by tgi and may be used by other system services.
Author: David Sugar <dyfet@ostel.com>
Member Function Documentation
bool Fifo::command (const char * cmdstring, std::ostream * fd = NULL)
Issue a 'command' request either from the fifo port itself or from a service thread.
Returns: true if command successful.
Parameters:
request string as would be passed by fifo.
fd optional output redirection.
Author
Generated automatically by Doxygen for Bayonne from the source code.