fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/hw4/fltsecondcounter.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     fltsecondcounter.h  -  description
00003 
00004     begin                : Thu Apr 22 2004
00005     copyright            : (C) 2004 by A Kopmann
00006     email                : kopmann@ipe.fzk.de
00007     status               :
00008     test                 :
00009     history              :
00010  ***************************************************************************/
00011 
00012 
00013 #ifndef _HW4_FLTSECONDCOUNTER_H_INCLUDED
00014 #define _HW4_FLTSECONDCOUNTER_H_INCLUDED
00015 
00016 #include <hw4/baseregister.h>
00017 
00018 
00019 namespace hw4 {
00020 
00026 class FltSecondCounter : public BaseRegister  {
00027 public: 
00028         FltSecondCounter(const char *name, int slotID, int regID, int r, int w);
00029         ~FltSecondCounter();
00030 
00031 
00033   void broadcast(unsigned long data);
00034  
00035 
00036   int timebase;
00037 
00038 };
00039 
00040 } // namespace hw4
00041 
00042 #endif // _HW4_FLTSECONDCOUNTER_H_INCLUDED