mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-07-03 08:59:33 +02:00
wip, udp port enable metadata in client, to:receiver, zmq streaming
This commit is contained in:
@@ -1095,6 +1095,10 @@ void Implementation::setNumberofUDPInterfaces(const int n) {
|
||||
// number of portrois should be equal to number of interfaces
|
||||
ResetRois();
|
||||
|
||||
// reset udp data stream
|
||||
udpDataStream[0] = true;
|
||||
udpDataStream[1] = true;
|
||||
|
||||
// create threads
|
||||
for (int i = 0; i < generalData->numUDPInterfaces; ++i) {
|
||||
// listener and dataprocessor threads
|
||||
|
||||
Reference in New Issue
Block a user