fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/hw4/slttimingreg.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     slttimingreg.h  -  description
00003 
00004     begin                : Wed Nov 19 2008
00005     copyright            : (C) 2008 by Andreas Kopmann
00006     email                : kopmann@ipe.fzk.de
00007  ***************************************************************************/
00008 
00009 
00010 #ifndef _HW4_SLTTIMINGREG_H_INCLUDED
00011 #define _HW4_SLTTIMINGREG_H_INCLUDED
00012 
00013 #include <hw4/sltdef.h>
00014 #include <hw4/baseregister.h>
00015 
00016 
00017 class BaseRegisterItem; 
00018 
00019 
00020 namespace hw4 {
00021 
00028 class SltTimingReg : public BaseRegister {
00029 public:
00030   SltTimingReg(const char *name, int slotID, int regID, int r, int w);
00031   ~SltTimingReg();
00032 
00033   BaseRegisterItem *endPageDelay;
00034   BaseRegisterItem *triggerWindow; 
00035 };
00036 
00037 } // namespace hw4
00038 
00039 #endif // _HW4_SLTTIMINGREG_H_INCLUDED
00040