1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-16 04:38:57 -04:00

Support for Airspy: make pointer to thread private. Debug messages on enumeration

This commit is contained in:
f4exb
2015-09-10 08:12:49 +02:00
parent 61e6e3e2cc
commit 7e88cfcd48
3 changed files with 7 additions and 4 deletions
@@ -52,6 +52,7 @@ private:
int m_samplerate;
unsigned int m_log2Decim;
int m_fcPos;
static AirspyThread *m_this;
Decimators<qint16, SDR_SAMP_SZ, 12> m_decimators;