1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

XTRX output

This commit is contained in:
f4exb
2019-01-02 15:35:43 +01:00
parent 93f64eee70
commit 73a32a8cd7
40 changed files with 5321 additions and 129 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ DeviceXTRXShared::DeviceXTRXShared() :
m_sink(0),
m_inputRate(0),
m_outputRate(0),
m_masterRate(0)
m_masterRate(0),
m_thread(0),
m_threadWasRunning(false)
{}
DeviceXTRXShared::~DeviceXTRXShared()