mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 16:27:13 +02:00
rxr: stop printing forever about weird carry flag frame
This commit is contained in:
@ -388,6 +388,7 @@ uint32_t Listener::ListenToAnImage(char* buf) {
|
|||||||
if (fnum < currentFrameIndex) {
|
if (fnum < currentFrameIndex) {
|
||||||
FILE_LOG(logERROR) << "(Weird), With carry flag: Frame number " <<
|
FILE_LOG(logERROR) << "(Weird), With carry flag: Frame number " <<
|
||||||
fnum << " less than current frame number " << currentFrameIndex;
|
fnum << " less than current frame number " << currentFrameIndex;
|
||||||
|
carryOverFlag = false;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
switch(*frameDiscardMode) {
|
switch(*frameDiscardMode) {
|
||||||
|
Reference in New Issue
Block a user