wip to parse vector of rois at command line
All checks were successful
Build on RHEL9 / build (push) Successful in 2m47s
Build on RHEL8 / build (push) Successful in 4m48s

This commit is contained in:
2025-06-17 00:00:50 +02:00
parent 06f06cfbf4
commit 56aa96e9b5
14 changed files with 244 additions and 166 deletions

View File

@ -301,9 +301,9 @@ class Module : public virtual slsDetectorDefs {
std::array<pid_t, NUM_RX_THREAD_IDS> getReceiverThreadIds() const;
bool getRxArping() const;
void setRxArping(bool enable);
//defs::ROI getRxROI() const;
//void setRxROI(const slsDetectorDefs::ROI arg);
//void setRxROIMetadata(const slsDetectorDefs::ROI arg);
// defs::ROI getRxROI() const;
// void setRxROI(const slsDetectorDefs::ROI arg);
// void setRxROIMetadata(const slsDetectorDefs::ROI arg);
/**************************************************
* *