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

FitScanResultStreamer.h

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

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