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

DC_PUSMemoryDumpAbsolute.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_PUSMemoryDumpAbsolute.h 00005 // 00006 // Version 1.0 00007 // Date 01.03.04 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef DC_PUSMemoryDumpAbsoluteH 00011 #define DC_PUSMemoryDumpAbsoluteH 00012 00013 #include "../GeneralInclude/ForwardDeclarations.h" 00014 #include "../GeneralInclude/BasicTypes.h" 00015 #include "../Telemetry/PUSMemoryDump.h" 00016 00026 class DC_PUSMemoryDumpAbsolute : public PUSMemoryDump { 00027 00028 public: 00029 00035 DC_PUSMemoryDumpAbsolute(void); 00036 00047 virtual void update(void); 00048 00049 }; 00050 00051 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved