Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

FifoHandler Class Reference

The FifoHandler is a base class for DSO modules that can receive and process fifo "command" requests. fifo command processor extensions. More...

#include <bayonne.h>

List of all members.

Protected Methods

virtual bool Command (char **argv) = 0
 This is used to impliment a fifo command handler. More...

 FifoHandler ()
 Interlink this fifo handler to the command chain.


Friends

class  Fifo


Detailed Description

The FifoHandler is a base class for DSO modules that can receive and process fifo "command" requests. fifo command processor extensions.

Author(s):
David Sugar <dyfet@ostel.com>


Constructor & Destructor Documentation

FifoHandler::FifoHandler ( ) [protected]
 

Interlink this fifo handler to the command chain.


Member Function Documentation

bool FifoHandler::Command ( char ** argv ) [protected, pure virtual]
 

This is used to impliment a fifo command handler.

Returns:
true if command handled by derived class.
Parameters:
command   arguments array.


Friends And Related Function Documentation

class Fifo [friend]
 


The documentation for this class was generated from the following file:
Generated at Mon Jan 15 11:40:33 2001 for Bayonne by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000