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

StrobeDelaySummaryWriter.h

Go to the documentation of this file.
00001 #ifndef SCTDATA_STROBEDELAY_SUMMARYWRITER_H
00002 #define SCTDATA_STROBEDELAY_SUMMARYWRITER_H
00003 
00004 #include "SummaryWriter.h"
00005 
00006 namespace SctData {
00007     class StrobeDelayTestResult;
00008     namespace TestSummary{
00013     class StrobeDelaySummaryWriter : public SummaryWriter {
00014     public:
00016         virtual void write(const TestResult& t, ostream& os) const throw(Sct::IoError, Sct::LogicError);
00017     private:
00018         static bool inMap;
00019     };
00020     }
00021 }
00022 
00023 #endif //#ifndef SCTDATA_STROBEDELAY_SUMMARYWRITER_H

Generated on Mon Dec 15 19:36:18 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3