mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-10 16:08:42 +01:00
wip to parse vector of rois at command line
This commit is contained in:
@@ -988,13 +988,12 @@ class Detector {
|
||||
std::vector<defs::ROI> getRxROI() const;
|
||||
|
||||
/** only at multi module level without gap pixels */
|
||||
void setRxROI(const std::vector<defs::ROI>& args);
|
||||
void setRxROI(const std::vector<defs::ROI> &args);
|
||||
|
||||
void clearRxROI();
|
||||
|
||||
int getNumberOfUdpPortsInRxROI() const;
|
||||
|
||||
|
||||
///@}
|
||||
|
||||
/** @name File */
|
||||
|
||||
Reference in New Issue
Block a user