mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-16 12:49:15 -04:00
LimeSDR support (7)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <QString>
|
||||
#include "dsp/devicesamplesource.h"
|
||||
#include "limesdr/devicelimesdrparam.h"
|
||||
#include "limesdr/devicelimesdrshared.h"
|
||||
#include "limesdrinputsettings.h"
|
||||
|
||||
class DeviceSourceAPI;
|
||||
@@ -48,7 +48,9 @@ private:
|
||||
LimeSDRInputThread* m_limeSDRInputThread;
|
||||
QString m_deviceDescription;
|
||||
bool m_running;
|
||||
DeviceLimeSDRParams m_deviceParams;
|
||||
DeviceLimeSDRShared m_deviceShared;
|
||||
|
||||
lms_stream_t m_streamId;
|
||||
|
||||
bool openDevice();
|
||||
void closeDevice();
|
||||
|
||||
Reference in New Issue
Block a user