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

DC_DummyTelecommandLoader.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_DummyTelecommandLoader.h 00005 // 00006 // Version 1.0 00007 // Date 11.12.02 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef DC_DummyTelecommandLoaderH 00011 #define DC_DummyTelecommandLoaderH 00012 00013 #include "../GeneralInclude/ForwardDeclarations.h" 00014 #include "../GeneralInclude/BasicTypes.h" 00015 #include "../Base/CC_RootObject.h" 00016 #include "TelecommandLoader.h" 00017 00038 class DC_DummyTelecommandLoader : public TelecommandLoader { 00039 00040 private: 00041 unsigned int N_SAMPLE_TC; // number of sample telecommands 00042 Telecommand** pSampleTelecommand; // array holding sample telecommands 00043 unsigned int allocationCounter; 00044 00045 public: 00046 00051 DC_DummyTelecommandLoader(void); 00052 00062 virtual void activate(void); 00063 00068 virtual void release(Telecommand* pTelecommand); 00069 00078 void setSampleTelecommand(unsigned int i, Telecommand* pSampleTc); 00079 00084 unsigned int getAllocationCounter(void); 00085 00091 virtual bool isObjectConfigured(void); 00092 }; 00093 00094 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved