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

DC_PUSTcVerificationPacket.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_PUSTcVerificationPacket.h 00005 // 00006 // Version 1.0 00007 // Date 01.12.02 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef DC_PUSTcVerificationPacketH 00011 #define DC_PUSTcVerificationPacketH 00012 00013 #include "../GeneralInclude/ForwardDeclarations.h" 00014 #include "../GeneralInclude/BasicTypes.h" 00015 #include "../Telemetry/PUSTelemetryPacket.h" 00016 00041 class DC_PUSTcVerificationPacket : public PUSTelemetryPacket { 00042 00043 private: 00044 unsigned int packetLengthSuccess; 00045 unsigned int packetLengthFailure; 00046 unsigned char* tmByte; 00047 00048 public: 00049 00055 DC_PUSTcVerificationPacket(void); 00056 00071 virtual unsigned int getNumberOfBytes(void); 00072 00093 virtual unsigned char getUnsignedByte(unsigned int n); 00094 00101 TD_CheckCode getErrorCode(); 00102 00108 void setErrorCode(TD_CheckCode errCode); 00109 00115 TD_TelecommandId getTelecommandId(); 00116 00122 void setTelecommandId(TD_TelecommandId tcId); 00123 00130 virtual void update(void); 00131 00132 }; 00133 00134 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved