mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
HackRF input: open and close device considering the possible sink buddy
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <QString>
|
||||
|
||||
#include "hackrf/devicehackrf.h"
|
||||
#include "hackrf/devicehackrfparam.h"
|
||||
#include "hackrfinputsettings.h"
|
||||
|
||||
class DeviceSourceAPI;
|
||||
@@ -91,6 +92,7 @@ private:
|
||||
struct hackrf_device* m_dev;
|
||||
HackRFInputThread* m_hackRFThread;
|
||||
QString m_deviceDescription;
|
||||
DeviceHackRFParams m_sharedParams;
|
||||
};
|
||||
|
||||
#endif // INCLUDE_HACKRFINPUT_H
|
||||
|
||||
Reference in New Issue
Block a user