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

SliceDataWriter.h

Go to the documentation of this file.
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/isinfo.h>
00008 
00009 namespace SctData {
00010 
00011 struct data_header;
00012 
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 Dec 15 19:36:17 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3