1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

SoapySDR support: input: open and close

This commit is contained in:
f4exb
2018-10-30 01:58:39 +01:00
parent d8b82ddecd
commit 124af5a7b4
6 changed files with 135 additions and 3 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ const int DeviceBladeRF2Shared::m_sampleFifoMinSize32 = 150000; // Fixed for
DeviceBladeRF2Shared::DeviceBladeRF2Shared() :
m_dev(0),
m_channel(-1),
m_source(0)
m_source(0),
m_sink(0)
{}
DeviceBladeRF2Shared::~DeviceBladeRF2Shared()