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

DC_DummyDataPoolControlBlock.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_DummyDataPoolControlBlock.h 00005 // 00006 // Version 1.0 00007 // Date 31.10.03 (Version 1.0) 00008 // Author R. Totaro 00009 // 00010 // Change Record: 00011 00012 #ifndef DC_DummyDataPoolControlBlockH 00013 #define DC_DummyDataPoolControlBlockH 00014 00015 #include "DataPoolControlBlock.h" 00016 00029 class DC_DummyDataPoolControlBlock : public DataPoolControlBlock { 00030 protected: 00035 virtual void propagateState(void); 00036 00041 virtual void updateOutput(void); 00042 00043 public: 00049 DC_DummyDataPoolControlBlock(void); 00050 00054 virtual void reset(void); 00055 }; 00056 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved