fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/hw4/fltstatus.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     fltstatus.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_FLTSTATUS_H_INCLUDED
00011 #define _HW4_FLTSTATUS_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 FltStatus : public BaseRegister  {
00029 public: 
00030   FltStatus(const char * name, int slotID, int regID, int r, int w, int len = 1);
00031   ~FltStatus();
00032 
00033   BaseRegisterItem *powerFail;
00034   
00035   BaseRegisterItem *pll1Unlocked;
00036   
00037   BaseRegisterItem *pll2Unlocked;
00038   
00039   BaseRegisterItem *unlockPhase10MHz;
00040 
00041   BaseRegisterItem *abTypeFW;
00042 
00043   BaseRegisterItem *abTypeHW;
00044 
00045   BaseRegisterItem *interruptSources;
00046 
00047   BaseRegisterItem *interruptRequest;
00048 
00049   BaseRegisterItem *actionBusyFlag;
00050 };
00051 
00052 } // namespace hw4
00053         
00054 #endif // _HW4_FLTSTATUS_H_INCLUDED