Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

PacketWriter.h

Go to the documentation of this file.
00001 #ifndef __PACKETWRITER_H
00002 #define __PACKETWRITER_H
00003 
00004 class TpPacket;
00005 
00006 class PacketWriter {
00007 public:
00008     virtual ~PacketWriter() {}
00009     virtual int sendDataPacket(int serviceNumber, TpPacket* packet) = 0;
00010 };
00011 
00012 #endif
00013 

Generated at Thu Jul 11 13:31:51 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001