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

PipelineSummaryWriter.h

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

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