fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/hw4/fltinterrupt.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     fltinterrupt.h  -  description
00003 
00004     begin                : Mon Oct 9 2000
00005     copyright            : (C) 2000 by Andreas Kopmann
00006     email                : kopmann@hpe.fzk.de
00007  ***************************************************************************/
00008 
00009 
00010 #ifndef _HW4_FLTINTERRUPT_H_INCLUDED
00011 #define _HW4_FLTINTERRUPT_H_INCLUDED
00012 
00013 #include <hw4/fltdef.h>
00014 #include <hw4/baseregister.h>
00015 
00016 
00017 namespace hw4 {
00018 
00019 // --- forward declaration(s)
00020 
00021 class BaseRegisterItem;
00022 
00028 class FltInterrupt : public BaseRegister  {
00029 public: 
00030   FltInterrupt(const char * name, int slotID, int regID, int r, int w, int len = 1);
00031   ~FltInterrupt();
00032 
00033 
00034   BaseRegisterItem *configError;
00035   
00036   BaseRegisterItem *syncError;
00037   
00038   BaseRegisterItem *hitrateOverflow;
00039 
00040   BaseRegisterItem *parameterError;
00041 
00042   BaseRegisterItem *slotId;
00043 };
00044         
00045 } // namespace hw4
00046 
00047 #endif // _HW4_FLTINTERRUPT_H_INCLUDED