fdhwlib
2.0.25
|
00001 /*************************************************************************** 00002 FltStatistic.h - description 00003 00004 begin : Mon Oct 9 2000 00005 copyright : (C) 2000 by Andreas Kopmann 00006 email : kopmann@hpe.fzk.de 00007 ***************************************************************************/ 00008 00009 00010 #ifndef _HW4_FLTSTATISTICCONTROL_H_INCLUDED 00011 #define _HW4_FLTSTATISTICCONTROL_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 00041 class FltStatisticControl : public BaseRegister { 00042 public: 00043 FltStatisticControl(const char * name, int slotID, int regID, int r, int w); 00044 ~FltStatisticControl(); 00045 00047 BaseRegisterItem *samples; 00048 00051 BaseRegisterItem *offset; 00052 00053 BaseRegisterItem *enable; 00054 }; 00055 00056 } // namespace hw4 00057 00058 #endif // _HW4_FLTSTATISTICCONTROL_H_INCLUDED