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

ServiceRaw.h

Go to the documentation of this file.
00001 #ifndef ARCHIVINGSERVICERAW_H
00002 #define ARCHIVINGSERVICERAW_H
00003 
00004 #include <is/isinfo.h>
00005 
00006 namespace SctArchivingServiceRaw {
00007 
00008 class ArchivingServiceRaw {
00009 public:
00010     ArchivingServiceRaw();
00011     void runRaw();
00012     static void ISCallbackRaw(ISCallbackInfo * isc);
00013     void archiveRaw(ISCallbackInfo * isc);
00014 
00015 };
00016 
00017 }
00018 
00019 #endif //#ifndef ARCHIVINGSERVICERAW_H

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