1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

BladerRF2 input support (8). Streams but thread issue

This commit is contained in:
f4exb
2018-09-25 08:45:57 +02:00
parent b20feec1fd
commit 47a4da4142
5 changed files with 21 additions and 8 deletions
@@ -26,7 +26,7 @@
#include "bladerf2inputsettings.h"
class DeviceSourceAPI;
class LimeSDRInputThread;
class BladeRF2InputThread;
class FileRecord;
class BladeRF2Input : public DeviceSampleSource
@@ -147,6 +147,7 @@ private:
QString m_deviceDescription;
bool m_running;
DeviceBladeRF2Shared m_deviceShared;
BladeRF2InputThread *m_thread;
FileRecord *m_fileSink; //!< File sink to record device I/Q output
bool openDevice();