This commit is contained in:
2019-10-29 11:35:25 +01:00
parent badff47663
commit 4b2cb7ecc1
10 changed files with 22 additions and 250 deletions

View File

@@ -3067,13 +3067,6 @@ uint64_t slsDetector::getReceiverCurrentFrameIndex() const {
return retval;
}
void slsDetector::resetFramesCaught() {
FILE_LOG(logDEBUG1) << "Reset Frames Caught by Receiver";
if (shm()->useReceiverFlag) {
sendToReceiver(F_RESET_RECEIVER_FRAMES_CAUGHT);
}
}
bool slsDetector::setFileWrite(bool value) {
int arg = static_cast<int>(value);
int retval = -1;