fixed disabled ports meta data as well
Build on RHEL9 docker image / build (push) Successful in 4m13s
Build on RHEL8 docker image / build (push) Successful in 5m42s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m14s
Run Simulator Tests on local RHEL8 / build (push) Successful in 21m48s

This commit is contained in:
2026-05-18 12:35:00 +02:00
parent 8bcbc3d594
commit fdff143082
12 changed files with 141 additions and 46 deletions
+12 -1
View File
@@ -914,7 +914,18 @@ class Detector {
void setDataStream(const defs::portPosition port, const bool enable,
Positions pos = {});
/* list of possible port positions */
/** List of disabled udp ports with index (moduleIndex * 2 + portIndex),
* where portIndex is 0 for BOTTOM/LEFT port, and 1 for TOP/RIGHT port
* [Eiger] LEFT, RIGHT
* [Jungfrau][Moench] throws for single UDP interface. Otherwise, TOP,
* BOTTOM
*/
std::vector<int> getRxDisabledUDPPortIndices() const;
/* list of possible port positions.
* [Eiger] TOP, BOTTOM
* [Jungfrau][Moench] LEFT, RIGHT
*/
std::vector<defs::portPosition> getPortPositionList() const;
///@}