SliceDataWriter.h

00001 #ifndef SLICEDATAWRITER_H
00002 #define SLICEDATAWRITER_H
00003 
00004 #include "ScanDataWriter.h"
00005 //Need definitions of UNIT16 etc
00006 #include <CommonWithDsp/processor.h>
00007 #include <is/info.h>
00008 
00009 namespace SctData {
00010 
00011 struct data_header;
00013 class SliceDataWriter : public ScanDataWriter {
00014 public:
00015     void writeData(scan_result_ptrs& scanResult, OStream& out);
00016 private:
00017     static bool inMap;
00018 };
00019 }
00020 
00021 #endif //#ifndef SLICEDATAWRITER_H

Generated on Mon Feb 6 14:01:30 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6