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

TimeWalkSummaryWriter.h

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 Thu Jul 15 09:51:01 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5