add rx_restream_stop command
Build on RHEL9 docker image / build (push) Successful in 3m29s
Build on RHEL8 docker image / build (push) Successful in 5m9s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m43s
Run Simulator Tests on local RHEL8 / build (push) Successful in 18m13s

This commit is contained in:
2026-05-04 08:31:27 +02:00
parent 6bbbce5dc3
commit c9e95a8176
9 changed files with 127 additions and 12 deletions
+4
View File
@@ -966,6 +966,10 @@ void Detector::startReceiver() { pimpl->Parallel(&Module::startReceiver, {}); }
void Detector::stopReceiver() { pimpl->Parallel(&Module::stopReceiver, {}); }
void Detector::restreamStop() {
pimpl->Parallel(&Module::restreamStopFromReceiver, {});
}
void Detector::startDetector(Positions pos) {
pimpl->startAcquisition(false, pos);
}