This commit is contained in:
2025-07-01 15:33:30 +02:00
parent cd06ea1e31
commit 36ed20117d

View File

@ -996,8 +996,9 @@ class Detector {
* readout */
std::vector<defs::ROI> getRxROI(int module_id) const;
/** only at multi module level without gap pixels. At most, 1 ROI per UDP
* port. Setting number of udp interfaces will clear the roi */
/** only at multi module level without gap pixels. If more than 1 ROI per
* UDP port, it will throw. Setting number of udp interfaces will clear the
* roi */
void setRxROI(const std::vector<defs::ROI> &args);
void clearRxROI();