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

DC_DataItem16TmWord.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_DataItem16TmWord.h 00005 // 00006 // Version 1.0 00007 // Date 04.12.02 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef DC_DataItem16TmWordH 00011 #define DC_DataItem16TmWordH 00012 00013 #include "../GeneralInclude/ForwardDeclarations.h" 00014 #include "../GeneralInclude/BasicTypes.h" 00015 #include "../Data/DC_RawDataItem.h" 00016 #include "StructuredTelemetryPacket.h" 00017 00025 class DC_DataItem16TmWord : public StructuredTelemetryPacket { 00026 00027 private: 00028 DC_RawDataItem* pDataItem; 00029 00030 public: 00031 00040 DC_DataItem16TmWord(void); 00041 00049 virtual void update(void); 00050 00057 void setDataItem(DC_RawDataItem* pDataItem); 00058 00065 virtual bool isObjectConfigured(void); 00066 }; 00067 00068 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved