mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-10 16:08:42 +01:00
wip
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user