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

DummyLedPkg.h

00001 #ifndef DUMMYLEDPKG_H_DEF
00002 #define DUMMYLEDPKG_H_DEF
00003 
00004 #include "TelepatiPkg.h"
00005 
00006 using namespace std;
00007 
00015 class DummyLedPkg : public TelepatiPkg{
00016  public:
00019   DummyLedPkg(int a, byte colore, bool ack=false);
00022   DummyLedPkg(byte* ptr);
00023   
00025   virtual ~DummyLedPkg();
00026 
00029   virtual TelepatiPkg* clone();
00033   byte* getMsg();  
00034 
00036   inline byte getColor() {return color;}; 
00037  protected:
00038   byte color; 
00039 };
00040 
00041 #endif

Generated on Thu Jun 23 16:51:17 2005 for Packages_Library by  doxygen 1.3.9.1