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

OutputObject Class Reference

Abstract class to define an output object. More...

#include <OutputObject.h>

Inheritance diagram for OutputObject::

NetOutput List of all members.

Public Methods

virtual void open ()=0
 Open this object's output stream.

virtual void close ()=0
 Close this object's output stream.

virtual void write (vpf_packet &packet)=0

Detailed Description

Abstract class to define an output object.

Author:
Jon Parise <jparise@cmu.edu>


Member Function Documentation

virtual void OutputObject::write vpf_packet &    packet [pure virtual]
 

Write the provided vpf_packet to the output stream.

Parameters:
packet  vpf_packet to write to the output

Reimplemented in NetOutput.


The documentation for this class was generated from the following file:
Generated on Tue Oct 16 14:06:19 2001 for PuppetMaster by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001