1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-26 20:14:19 -04:00

HackRF input: open and close device considering the possible sink buddy

This commit is contained in:
f4exb
2017-01-08 00:33:11 +01:00
parent 833feef0e4
commit a02b78d24d
6 changed files with 177 additions and 31 deletions
+2
View File
@@ -22,6 +22,8 @@
class DeviceHackRF
{
public:
static hackrf_device *open_hackrf(int sequence);
private:
static hackrf_device *open_hackrf_from_sequence(int sequence);
};