mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
XTRX output
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user