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

PUSTcManoeuvre.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // PUSTcManoeuvre.h 00005 // 00006 // Version 1.0 00007 // Date 10.11.03 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef PUSTcManoeuvreH 00011 #define PUSTcManoeuvreH 00012 00013 #include "../GeneralInclude/ForwardDeclarations.h" 00014 #include "../GeneralInclude/BasicTypes.h" 00015 #include "../Manoeuvre/Manoeuvre.h" 00016 00059 class PUSTcManoeuvre: public Manoeuvre { 00060 00061 private: 00062 bool startAck; 00063 bool progressAck; 00064 bool completionAck; 00065 TD_TelecommandId tcId; 00066 00067 protected: 00068 00080 virtual void generateProgressEvent(void); 00081 00082 public: 00083 00089 PUSTcManoeuvre(void); 00090 00099 bool isStartAckRequired(void) const; 00100 00109 bool isProgressAckRequired(void) const; 00110 00119 bool isCompletionAckRequired(void) const; 00120 00126 void setStartAckFlag(bool startAckFlag); 00127 00133 void setCompletionAckFlag(bool completionAckFlag); 00134 00140 void setProgressAckFlag(bool progressAckFlag); 00141 00148 virtual TD_TelecommandId getTelecommandId(void) const; 00149 00156 virtual void setTelecommandId(TD_TelecommandId tcIdentifier); 00157 00158 }; 00159 00160 #endif 00161
Copyright 2003 P&P Software GmbH - All Rights Reserved