WIP, moved bool primaryinterface to an int interface_id

This commit is contained in:
2020-04-21 14:34:48 +02:00
parent d8aa1ab08e
commit 6b5511c9e5
7 changed files with 42 additions and 56 deletions

View File

@ -334,7 +334,7 @@ int ClientInterface::setup_receiver(Interface &socket) {
<< "detectorSize.y:" << arg.detectorSize.y << std::endl
<< "moduleId:" << arg.moduleId << std::endl
<< "hostname:" << arg.hostname << std::endl
<< "primary Interace: " << arg.primaryInterface << std::endl
<< "interfaceId: " << arg.interfaceId << std::endl
<< "zmq ip:" << arg.zmq_ip << std::endl
<< "udpInterfaces:" << arg.udpInterfaces << std::endl
<< "udp_dstport:" << arg.udp_dstport << std::endl