Moved temperature readout into Osci thread

This commit is contained in:
2021-08-10 13:14:08 +02:00
parent ef759a59f8
commit f77c85ad65
4 changed files with 23 additions and 8 deletions
+3 -1
View File
@@ -534,6 +534,7 @@ protected:
int fTcalPhase;
int fTcalSource;
int fRefclk;
double fTemperature;
unsigned char fWaveforms[kNumberOfChipsMax * kNumberOfChannelsMax * 2 * kNumberOfBins];
@@ -741,7 +742,8 @@ public:
int GetTcalSource() { return fTcalSource; }
int SetCalibVoltage(double value);
int SetCalibTiming(int t1, int t2);
double GetTemperature();
double GetTemperature() { return fTemperature; };
int ReadTemperature();
int Is2048ModeCapable();
int GetTriggerBus();
unsigned int GetScaler(int channel);