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

TimeWalkTestResultStreamer.h

Go to the documentation of this file.
00001 #ifndef SCTDATA_IO_TIMEWALKTESTRESULTSTREAMER_H
00002 #define SCTDATA_IO_TIMEWALKTESTRESULTSTREAMER_H
00003 
00004 #include "TestResultStreamer.h"
00005 #include "../TimeWalkTestResult.h"
00006 
00007 namespace SctData {
00008 namespace IO {
00009 
00013 class TimeWalkTestResultStreamer : public TestResultStreamer {
00014 public:
00015     //Streamer overrides
00016     virtual void write(OStream& out, const Streamable& ob, const IOManager& manager) const throw(LogicError, IoError);
00017     virtual shared_ptr<Streamable> read(IStream& in, const IOManager& manager) const throw(LogicError, IoError);
00018     virtual void read(IStream& in, Streamable& ob, const IOManager& manager) const throw(LogicError, IoError);   
00019     void writeChipResult(OStream& out, const TimeWalkTestResult::ChipTWResult&, const IOManager& manager) const throw(LogicError, IoError) ;
00020     void readChipResult(IStream& in, TimeWalkTestResult::ChipTWResult&, const IOManager& manager) const throw(LogicError, IoError) ;
00021 private:
00022     TimeWalkTestResultStreamer() throw();
00023     static bool inMap;
00024 };
00025 }
00026 }
00027 
00028 #endif // #ifndef SCTDATA_IO_TIMEWALKTESTRESULTSTREAMER_H

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