wip, udp port enable metadata in client, to:receiver, zmq streaming
Build on RHEL9 docker image / build (push) Successful in 3m37s
Run Simulator Tests on local RHEL9 / build (push) Failing after 3m57s
Build on RHEL8 docker image / build (push) Successful in 4m53s
Run Simulator Tests on local RHEL8 / build (push) Failing after 5m36s

This commit is contained in:
2026-05-08 14:29:28 +02:00
parent 895439b01b
commit 4bfc0476b0
8 changed files with 91 additions and 0 deletions
+6
View File
@@ -1090,6 +1090,7 @@ void Detector::setNumberofUDPInterfaces(int n, Positions pos) {
}
// also called by vetostream (for gotthard2)
setNumberofUDPInterfaces_(n, pos);
pimpl->updateRxUDPDatastreamMetadata();
}
void Detector::setNumberofUDPInterfaces_(int n, Positions pos) {
@@ -1325,6 +1326,11 @@ Result<bool> Detector::getDataStream(const defs::portPosition port,
void Detector::setDataStream(const defs::portPosition port, const bool enable,
Positions pos) {
pimpl->Parallel(&Module::setDataStream, pos, port, enable);
pimpl->updateRxUDPDatastreamMetadata();
}
std::vector<defs::portPosition> Detector::getPortPositionList() const {
return pimpl->getPortPositionList();
}
// Receiver