wip, imple=> save only disabled ports with port index, 1 interface, is empty
Run Simulator Tests on local RHEL9 / build (push) Failing after 35s
Build on RHEL8 docker image / build (push) Failing after 1m29s
Build on RHEL9 docker image / build (push) Failing after 1m28s
Run Simulator Tests on local RHEL8 / build (push) Failing after 1m48s

This commit is contained in:
2026-05-12 17:38:02 +02:00
parent c9793129db
commit 794c9f506a
8 changed files with 62 additions and 71 deletions
+1 -2
View File
@@ -281,8 +281,7 @@ 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);
void updateRxUDPPortDisableMetadata(const std::vector<int> &disable);
/**************************************************
* *