mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 09:10:01 +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;
|
return endofAcquisition;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user