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

StrobeDelayTestResult.h

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

Generated on Thu Jul 15 09:50:54 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5