fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/katrinhw4/fltkatrincommand.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     fltkatrincommand.h  -  description
00003 
00004     begin                : Sep 21 2009
00005     copyright            : (C) 2000 by Till Bergmann
00006     email                : bergmann@ipe.fzk.de
00007  ***************************************************************************/
00008 
00009 
00010 #ifndef _HW4_FLTKATRINCOMMAND_H_INCLUDED
00011 #define _HW4_FLTKATRINCOMMAND_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 FltKatrinCommand : public BaseRegister  {
00029 public: 
00030   FltKatrinCommand(const char * name, int slotID, int regID, int r, int w, int len = 1);
00031   ~FltKatrinCommand();
00032 
00033   BaseRegisterItem *softwareInterrupt;
00034   
00035   BaseRegisterItem *tpReset;
00036   
00037   BaseRegisterItem *loadGains;
00038 
00039   BaseRegisterItem *resetPointers;
00040   
00041   BaseRegisterItem *resetPages;
00042 
00043   BaseRegisterItem *softwareTrigger;
00044 };
00045 
00046 } // namespace hw4
00047         
00048 #endif // _HW4_FLTKATRINCOMMAND_H_INCLUDED