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
+2
View File
@@ -281,6 +281,8 @@ class Module : public virtual slsDetectorDefs {
void setTransmissionDelayRight(int value);
bool getDataStream(const portPosition port) const;
void setDataStream(const portPosition port, const bool enable);
void
updateRxUDPDatastreamMetadata(const std::array<std::vector<bool>, 2> &res);
/**************************************************
* *