This commit is contained in:
2020-06-30 11:59:35 +02:00
parent 488e0230ba
commit ff729fb43f
8 changed files with 0 additions and 33 deletions

View File

@ -367,8 +367,6 @@ void Module::stopReceiver() {
sendToReceiver(F_STOP_RECEIVER, arg, nullptr);
}
void Module::prepareAcquisition() { sendToDetector(F_PREPARE_ACQUISITION); }
void Module::startAcquisition() {
shm()->stoppedFlag = false;
sendToDetector(F_START_ACQUISITION);