renamed command, changed inherit, moved commands to zmq related section
Build on RHEL9 docker image / build (push) Successful in 3m31s
Build on RHEL8 docker image / build (push) Successful in 4m43s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m41s
Run Simulator Tests on local RHEL8 / build (push) Successful in 18m18s

This commit is contained in:
2026-05-06 09:08:53 +02:00
parent c0269dbca7
commit 1bef2c4632
11 changed files with 32 additions and 29 deletions
+4 -4
View File
@@ -966,10 +966,6 @@ 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);
}
@@ -1640,6 +1636,10 @@ void Detector::setRxZmqHwm(const int limit) {
}
}
void Detector::restreamRxStop(Positions pos) const {
pimpl->Parallel(&Module::restreamStopFromReceiver, pos);
}
// Eiger Specific
Result<ns> Detector::getSubExptime(Positions pos) const {