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:
@@ -22,6 +22,8 @@
|
||||
class DeviceHackRF
|
||||
{
|
||||
public:
|
||||
static hackrf_device *open_hackrf(int sequence);
|
||||
private:
|
||||
static hackrf_device *open_hackrf_from_sequence(int sequence);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user