RxThresholdSummaryWriter.h

00001 #ifndef SCTDATA_RXTHRESHOLD_SUMMARYWRITER_H
00002 #define SCTDATA_RXTHRESHOLD_SUMMARYWRITER_H
00003 
00004 #include "SummaryWriter.h"
00005 
00006 namespace SctData {
00007     class RxThresholdTestResult;
00008     namespace TestSummary{
00013     class RxThresholdSummaryWriter : 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_RXTHRESHOLD_SUMMARYWRITER_H

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