00001 #ifndef RXDELAYTESTRESULT_H
00002 #define RXDELAYTESTRESULT_H
00003
00004 #include "SingleVariableTestResult.h"
00005
00006 using namespace std;
00007
00008 namespace SctData {
00009
00016 class RxDelayTestResult : public SingleVariableTestResult {
00017 public:
00018 RxDelayTestResult() throw();
00019
00020 ~RxDelayTestResult() throw() {}
00021
00025 RxDelayTestResult(const unsigned int runNumber, const string& moduleName) throw() ;
00026
00027
00028 virtual string getClassName() const throw() ;
00029
00030 };
00031
00032 }
00033
00034 #endif //#ifndef RXDELAYTESTRESULT_H