1 #ifndef _ots_TCPDataStreamerConsumer_h_
2 #define _ots_TCPDataStreamerConsumer_h_
4 #include "otsdaq/Configurable/Configurable.h"
5 #include "otsdaq/DataManager/DataConsumer.h"
6 #include "otsdaq/NetworkUtilities/TCPPublishServer.h"
12 class ConfigurationTree;
20 std::string bufferUID,
21 std::string processorUID,
23 const std::string& configurationPath);
27 bool workLoopThread(toolbox::task::WorkLoop* workLoop);
34 std::map<std::string, std::string>* headerP_;
37 std::map<std::string, std::string> header_;
std::string data_
For slow read.
TCPDataStreamerConsumer(std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, const ConfigurationTree &theXDAQContextConfigTree, const std::string &configurationPath)
std::string * dataP_
For fast read.