mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-14 15:33:36 -04:00
Change m_TRperiod from qint32 to double. Functional, but needs more testing!
This commit is contained in:
+2
-2
@@ -56,7 +56,7 @@ public:
|
||||
void DrawOverlay();
|
||||
int rxFreq();
|
||||
void setFsample(int n);
|
||||
void setNsps(int ntrperiod, int nsps);
|
||||
void setNsps(double trperiod, int nsps);
|
||||
void setTxFreq(int n);
|
||||
void setMode(QString mode);
|
||||
void setSubMode(int n);
|
||||
@@ -145,6 +145,7 @@ private:
|
||||
double m_fftBinWidth;
|
||||
double m_dialFreq;
|
||||
double m_xOffset;
|
||||
double m_TRperiod;
|
||||
|
||||
float m_sum[2048];
|
||||
|
||||
@@ -161,7 +162,6 @@ private:
|
||||
qint32 m_h;
|
||||
qint32 m_h1;
|
||||
qint32 m_h2;
|
||||
qint32 m_TRperiod;
|
||||
qint32 m_rxFreq;
|
||||
qint32 m_txFreq;
|
||||
qint32 m_fMin;
|
||||
|
||||
Reference in New Issue
Block a user