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

DC_DummyCriticalTelecommand.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_DummyCriticalTelecommand.h 00005 // 00006 // Version 1.0 00007 // Date 17.06.03 00008 // Author R. Totaro 00009 00010 #ifndef DC_DummyCriticalTelecommandH 00011 #define DC_DummyCriticalTelecommandH 00012 00013 #include "../GeneralInclude/ForwardDeclarations.h" 00014 #include "../GeneralInclude/BasicTypes.h" 00015 #include "CriticalTelecommand.h" 00016 00033 class DC_DummyCriticalTelecommand : public CriticalTelecommand { 00034 private: 00035 unsigned int numberOfExecutions; 00036 bool imageValid; 00037 00038 protected: 00046 virtual TD_ActionOutcome doCriticalAction(void); 00047 00048 public: 00056 DC_DummyCriticalTelecommand(void); 00057 00064 unsigned int getNumberOfExecutions(void); 00065 00074 virtual bool isImageValid(void); 00075 00081 void setImageValidity(bool isValid); 00082 }; 00083 00084 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved