Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Related Pages

RxThresholdBasedOnConfigRegisterConfigUpdater.h

00001 #ifndef SCT_CALIBRATIONCONTROL_RXTHRESHOLDBASEDONCONFIGREGISTERCONFIGUPDATER_H
00002 #define SCT_CALIBRATIONCONTROL_RXTHRESHOLDBASEDONCONFIGREGISTERCONFIGUPDATER_H
00003 
00004 #include "ConfigUpdater.h"
00005 
00006 namespace SctCalibrationController {
00007 
00008 class RxThresholdBasedOnConfigRegisterConfigUpdater : public ConfigUpdater{
00009 private:
00010   static void updateUsing(const int REGISTER, const int threshold, const unsigned int linkNumber, Sct_SctApi_T_SctApi&, const unsigned long mid, const std::string & name);
00011 public:
00012   virtual void update(const SctData::TestResult& t, Sct_SctApi_T_SctApi& api) const;
00013 
00014 private:
00015     RxThresholdBasedOnConfigRegisterConfigUpdater() {;}
00016     static bool inMap;
00017 };
00018 }
00019 
00020 #endif //SCT_CALIBRATIONCONTROL_RXTHRESHOLDBASEDONCONFIGREGISTERCONFIGUPDATER_H

Generated on Fri Jan 14 12:47:06 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5