fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/hw4/fltversion.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     fltversion.h  -  description
00003 
00004     begin                : Mon Aug 7 2000
00005     copyright            : (C) 2000 by Andreas Kopmann
00006     email                : kopmann@hpe.fzk.de
00007  ***************************************************************************/
00008 
00009 
00010 #ifndef _HW4_FLTVERSION_H_INCLUDED
00011 #define _HW4_FLTVERSION_H_INCLUDED
00012 
00013 #include <hw4/fltdef.h>
00014 #include <hw4/baseregister.h>
00015 
00016 namespace hw4 {
00017 
00018 // --- forward declaration(s)
00019 
00020 class BaseRegisterItem;
00021 
00047 class FltVersion : public BaseRegister  {
00048 public: 
00049         FltVersion(const char *name, int slotID, int regID, int r, int w);
00050         ~FltVersion();
00051 
00052 
00054   BaseRegisterItem *fpgaRevision;
00055 
00057   BaseRegisterItem *fpgaVersion;
00058 
00060   BaseRegisterItem *docRevision;
00061   
00063   BaseRegisterItem *project;
00064 };
00065 
00066 } // namespace hw4
00067 
00068 #endif // _HW4_FLTVERSION_H_INCLUDED