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

StrobeDelayTestResultStreamer.h

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

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