mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-16 09:31:19 +01: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:
@@ -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;
|
return endofAcquisition;
|
||||||
|
|||||||
Reference in New Issue
Block a user