mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-10 08:38:54 +01:00
can get individual rois, but not connected to command yet
This commit is contained in:
@@ -989,15 +989,17 @@ class Detector {
|
||||
* every minute. Useful in 10G mode. */
|
||||
void setRxArping(bool value, Positions pos = {});
|
||||
|
||||
/** Returns multi level ROIs */
|
||||
std::vector<defs::ROI> getRxROI() const;
|
||||
|
||||
/** only at multi module level without gap pixels */
|
||||
/** Returns port level ROIs. Max 2 ports and hence max 2 elements per readout */
|
||||
Result<std::array<defs::ROI, 2>> getRxROI(int module_id) const;
|
||||
|
||||
/** only at multi module level without gap pixels. At most, 1 ROI per UDP port */
|
||||
void setRxROI(const std::vector<defs::ROI> &args);
|
||||
|
||||
void clearRxROI();
|
||||
|
||||
int getNumberOfUdpPortsInRxROI() const;
|
||||
|
||||
///@}
|
||||
|
||||
/** @name File */
|
||||
|
||||
Reference in New Issue
Block a user