mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 01:20:02 +02:00
fix reset frames caught
This commit is contained in:
parent
33efd42bdc
commit
c0f06fcfca
@ -3516,7 +3516,7 @@ int slsDetector::getReceiverCurrentFrameIndex() {
|
|||||||
int slsDetector::resetFramesCaught() {
|
int slsDetector::resetFramesCaught() {
|
||||||
FILE_LOG(logDEBUG1) << "Reset Frames Caught by Receiver";
|
FILE_LOG(logDEBUG1) << "Reset Frames Caught by Receiver";
|
||||||
if (shm()->rxOnlineFlag == ONLINE_FLAG) {
|
if (shm()->rxOnlineFlag == ONLINE_FLAG) {
|
||||||
return sendToDetector(F_RESET_RECEIVER_FRAMES_CAUGHT);
|
return sendToReceiver(F_RESET_RECEIVER_FRAMES_CAUGHT);
|
||||||
}
|
}
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user