adc invert for highz (#59)

This commit is contained in:
Dhanya Thattil
2019-08-29 10:12:10 +02:00
committed by GitHub
parent 1980a7d80c
commit 4f0634fe62
4 changed files with 84 additions and 13 deletions

View File

@ -55,6 +55,7 @@ class qDrawPlot : public QWidget, private Ui::PlotObject {
void ResetAccumulate();
void DisplayStatistics(bool enable);
void EnableGainPlot(bool enable);
void EnableADCInvert(bool enable);
void ClonePlot();
void SavePlot();
@ -147,6 +148,7 @@ class qDrawPlot : public QWidget, private Ui::PlotObject {
QString fileSaveName{"Image"};
bool hasGainData{false};
bool isGainDataExtracted{false};
bool isADCInvert{false};
bool disableZoom{false};
int progress{0};