Merge branch 'developer' into dev/rx_disable_datastream_port
Build on RHEL9 docker image / build (push) Successful in 3m57s
Build on RHEL8 docker image / build (push) Successful in 5m2s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m17s
Run Simulator Tests on local RHEL8 / build (push) Successful in 21m49s

This commit is contained in:
2026-06-01 17:15:06 +02:00
23 changed files with 188 additions and 67 deletions
+4
View File
@@ -1654,6 +1654,10 @@ void Detector::setRxZmqHwm(const int limit) {
}
}
void Detector::streamRxDummyHeader(Positions pos) const {
pimpl->Parallel(&Module::streamRxDummyHeader, pos);
}
// Eiger Specific
Result<ns> Detector::getSubExptime(Positions pos) const {