1 #ifndef _ots_UDPDataStreamerConsumerConfiguration_h_
2 #define _ots_UDPDataStreamerConsumerConfiguration_h_
4 #include "otsdaq-core/ConfigurationDataFormats/ConfigurationBase.h"
24 std::vector<std::string> getProcessorIDList (
void)
const;
25 std::string getIPAddress (std::string processorUID)
const;
26 unsigned int getPort (std::string processorUID)
const;
27 std::string getStreamToIPAddress(std::string processorUID)
const;
28 unsigned int getStreamToPort (std::string processorUID)
const;
32 void check(std::string processorUID)
const;
41 std::map<std::string, unsigned int> processorIDToRowMap_;