Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DC_DummyPUSTelecommand.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_DummyPUSTelecommand.h 00005 // 00006 // Version 1.0 00007 // Date 05.12.02 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef DC_DummyPUSTelecommandH 00011 #define DC_DummyPUSTelecommandH 00012 00013 #include "../GeneralInclude/ForwardDeclarations.h" 00014 #include "../GeneralInclude/BasicTypes.h" 00015 #include "PUSTelecommand.h" 00016 00035 class DC_DummyPUSTelecommand : public PUSTelecommand { 00036 00037 private: 00038 unsigned int executionCounter; 00039 00040 protected: 00041 00047 virtual TD_ActionOutcome doAction(void); 00048 00049 public: 00050 00057 DC_DummyPUSTelecommand(void); 00058 00063 unsigned int getExecutionCounter(void); 00064 }; 00065 00066 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved