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

ScanDataWriter.h

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 {
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 Thu Jul 15 09:50:51 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5