fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/Hw/sltsetsecondcounter.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     sltsetsecondcounter.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 SLTSETSECONDCOUNTER_H
00014 #define SLTSETSECONDCOUNTER_H
00015 
00016 #include <Hw/SltRegister.h>
00017 
00023 class SltSetSecondCounter : public SltRegister  {
00024 public: 
00025         SltSetSecondCounter(const char *name, int slotID, int regID, int r, int w);
00026         ~SltSetSecondCounter();
00027 
00032   int writeBitsByName(char *name, unsigned long data);
00033 
00034 
00050   unsigned long setActualTime();
00051 
00052 };
00053 
00054 #endif