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

DC_DummyCopyControlBlock.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_DummyCopyControlBlock.cpp 00005 // 00006 // Version 1.2 00007 // Date 11.04.03 (Version 1.0) 00008 // 14.10.03 (Version 1.1) 00009 // 16.10.03 (Version 1.2) 00010 // Author A. Pasetti (P&P Software), R. Totaro 00011 // 00012 // Change Record: 00013 // Version 1.1: Updated to reflect the new structure of the ControlBlock class 00014 // Version 1.2: The class is now derived from CopyControlBlock 00015 00016 #ifndef DC_DummyCopyControlBlockH 00017 #define DC_DummyCopyControlBlockH 00018 00019 #include "CopyControlBlock.h" 00020 00034 class DC_DummyCopyControlBlock : public CopyControlBlock { 00035 protected: 00040 virtual void propagateState(void); 00041 00046 virtual void updateOutput(void); 00047 00048 public: 00054 DC_DummyCopyControlBlock(void); 00055 00059 virtual void reset(void); 00060 }; 00061 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved