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

PUSFunctionManagement.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // PUSFunctionManagement.h 00005 // 00006 // Version 1.0 00007 // Date 05.12.03 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef PUSFunctionManagementH 00011 #define PUSFunctionManagementH 00012 00013 #include "../GeneralInclude/ForwardDeclarations.h" 00014 #include "../GeneralInclude/BasicTypes.h" 00015 #include "PUSTelecommand.h" 00016 00032 class PUSFunctionManagement : public PUSTelecommand { 00033 00034 public: 00042 PUSFunctionManagement(void); 00043 00044 }; 00045 00046 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved