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

PipelineTestResultStreamer.h

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

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