fdhwlib
2.0.25
|
00001 /*************************************************************************** 00002 kafltthreshold.h - description 00003 ------------------- 00004 begin : Do Okt 27 2005 00005 copyright : (C) 2005 by 00006 email : 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef KAFLTTHRESHOLD_H 00019 #define KAFLTTHRESHOLD_H 00020 00021 #include <Hw/FltPixRegister.h> 00022 00026 class KaFltThreshold : public FltPixRegister { 00027 public: 00028 KaFltThreshold(const char *name, int slotID, int regID, int r, int w, int len); 00029 ~KaFltThreshold(); 00030 00032 int getActual(int ch); 00033 00035 int get(int ch); 00036 00038 void set(int ch, int actual); 00039 00041 void set(int actual); 00042 00043 }; 00044 00045 #endif