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

ScanDataWriter.h

Go to the documentation of this file.
00001 #ifndef SCANDATAWRITER_H
00002 #define SCANDATAWRITER_H
00003 
00004 //Need definitions of UNIT16 etc
00005 #include "Sct/OStream.h"
00006 #include <CommonWithDsp/processor.h>
00007 #include <is/isinfo.h>
00008 
00009 using namespace Sct;
00010 
00011 struct scan_result_ptrs;
00012 
00013 namespace SctData {
00014 
00015 class ScanDataWriter {
00016 public:
00017     virtual void writeData(scan_result_ptrs& scanResult, OStream& out) = 0;
00018 }
00019 ;
00020 }
00021 
00022 #endif //#ifndef SCANDATAWRITER_H

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