This commit is contained in:
2025-06-16 17:25:21 +02:00
parent ec67617e5c
commit e4f329466c
13 changed files with 204 additions and 88 deletions

View File

@@ -985,16 +985,16 @@ class Detector {
* every minute. Useful in 10G mode. */
void setRxArping(bool value, Positions pos = {});
/** at module level */
Result<defs::ROI> getIndividualRxROIs(Positions pos) const;
defs::ROI getRxROI() const;
std::vector<defs::ROI> getRxROI() const;
/** only at multi module level without gap pixels */
void setRxROI(const defs::ROI value);
void setRxROI(const std::vector<defs::ROI>& args);
void clearRxROI();
int getNumberOfUdpPortsInRxROI() const;
///@}
/** @name File */