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