mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 00:00:02 +02:00
fixed a bug of both threads not popping out(due to wrong frame packet) and end of acquisition wrongly inferred
This commit is contained in:
parent
667c1c0304
commit
98ab99c53f
@ -2244,6 +2244,11 @@ bool UDPStandardImplementation::popAndCheckEndofAcquisition(int ithread, char* w
|
||||
}
|
||||
}
|
||||
}
|
||||
//when both are not popped but curretn frame number is being processed
|
||||
else{
|
||||
if(nP[i] != dummyPacketValue)
|
||||
endofAcquisition = false;
|
||||
}
|
||||
}
|
||||
|
||||
return endofAcquisition;
|
||||
|
Loading…
x
Reference in New Issue
Block a user