mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-12 02:28:40 +01:00
gui shows roi now
This commit is contained in:
@@ -40,6 +40,7 @@ class qDrawPlot : public QWidget, private Ui::PlotObject {
|
||||
void SetDataCallBack(bool enable);
|
||||
void SetBinary(bool enable, int from = 0, int to = 0);
|
||||
void StartAcquisition();
|
||||
void UpdateROI();
|
||||
|
||||
public slots:
|
||||
void SetPersistency(int val);
|
||||
@@ -166,8 +167,8 @@ class qDrawPlot : public QWidget, private Ui::PlotObject {
|
||||
int64_t currentFrame{0};
|
||||
mutable std::mutex mPlots;
|
||||
int64_t currentAcqIndex{0};
|
||||
slsDetectorDefs::ROI rxRoi{};
|
||||
bool isRxRoiDisplayed{false};
|
||||
bool hasRoi{false};
|
||||
bool roiDisplayInitialized{false};
|
||||
bool isGapPixels{false};
|
||||
|
||||
unsigned int nPixelsX{0};
|
||||
@@ -176,6 +177,7 @@ class qDrawPlot : public QWidget, private Ui::PlotObject {
|
||||
uint32_t gainMask{0};
|
||||
int gainOffset{0};
|
||||
bool gotthard25;
|
||||
std::vector<slsDetectorDefs::ROI> roi{1};
|
||||
};
|
||||
|
||||
} // namespace sls
|
||||
|
||||
Reference in New Issue
Block a user