00001 #include "otsdaq-core/DataProcessorPlugins/RawDataSaverConsumer.h"
00002 #include "otsdaq-core/Macros/ProcessorPluginMacros.h"
00003
00004 using namespace ots;
00005
00006
00007
00008 RawDataSaverConsumer::RawDataSaverConsumer(std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, const ConfigurationTree& theXDAQContextConfigTree, const std::string& configurationPath)
00009 : WorkLoop (processorUID)
00010 , RawDataSaverConsumerBase(supervisorApplicationUID, bufferUID, processorUID, theXDAQContextConfigTree, configurationPath)
00011 {
00012 }
00013
00014
00015 RawDataSaverConsumer::~RawDataSaverConsumer(void)
00016 {}
00017
00018 DEFINE_OTS_PROCESSOR(RawDataSaverConsumer)