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