fdhwlib
2.0.25
|
00001 /*************************************************************************** 00002 sltreadoutcontrolreg.h - description 00003 00004 begin : Wed Nov 19 2008 00005 copyright : (C) 2008 by Andreas Kopmann 00006 email : kopmann@ipe.fzk.de 00007 ***************************************************************************/ 00008 00009 00010 #ifndef _HW4_SLTREADOUTCONTROLREG_H_INCLUDED 00011 #define _HW4_SLTREADOUTCONTROLREG_H_INCLUDED 00012 00013 #include <hw4/sltdef.h> 00014 #include <hw4/baseregister.h> 00015 00016 00017 namespace hw4 { 00018 00019 // --- forward declaration(s) 00020 00021 class BaseRegisterItem; 00022 00023 00030 class SltReadoutControlReg : public BaseRegister { 00031 public: 00032 SltReadoutControlReg(const char *name, int slotID, int regID, int r, int w); 00033 ~SltReadoutControlReg(); 00034 00035 BaseRegisterItem *release; 00036 BaseRegisterItem *enable; 00037 BaseRegisterItem *reset; 00038 }; 00039 00040 } // namespace hw4 00041 00042 #endif // _HW4_SLTREADOUTCONTROLREG_H_INCLUDED