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

HBeatPacket.h

00001 
00007 #ifndef HBEATPACKET_H
00008 #define HBEATPACKET_H
00009  
00010 #include "Packet.h"
00011 
00012 class HBeatPacket : public Packet {
00013     public:
00017         HBeatPacket();
00018         
00022         ~HBeatPacket();
00023 
00029         int sendPacket(int fd);
00030 
00034         void registerPacket();
00035 };
00036 
00037 #endif

Generated on Fri Mar 25 23:48:45 2005 for CS498EmbeddedSystemsProgramming by doxygen 1.3.6