RxDelayTestResult.h

00001 #ifndef RXDELAYTESTRESULT_H
00002 #define RXDELAYTESTRESULT_H
00003 
00004 #include "SingleVariableTestResult.h"
00005 
00006 namespace SctData {
00007     
00014 class RxDelayTestResult : public SingleVariableTestResult {
00015 public:
00016     RxDelayTestResult() throw();
00017 
00018     ~RxDelayTestResult() throw() {}
00019     
00023     RxDelayTestResult(const unsigned int runNumber, const string& moduleName) throw() ;
00024       
00025     //override
00026     virtual string getClassName() const throw() ;
00027   
00028 };
00029   
00030 } // end of namespace SctData
00031 
00032 #endif //#ifndef RXDELAYTESTRESULT_H

Generated on Mon Feb 6 14:01:26 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6