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

NoiseOccupancyTestResultStreamer.h

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

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