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

TimeWalkSummaryWriter.h

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

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