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

HackRF Output support: created a HackRF device library for Rx/Tx common routines and structures

This commit is contained in:
f4exb
2017-01-07 11:24:09 +01:00
parent 1187ab99cb
commit 250a7f340c
8 changed files with 149 additions and 22 deletions
@@ -21,7 +21,8 @@
#include "libhackrf/hackrf.h"
#include <QString>
#include "../hackrfinput/hackrfinputsettings.h"
#include "hackrf/devicehackrf.h"
#include "hackrfinputsettings.h"
class DeviceSourceAPI;
class HackRFInputThread;
@@ -81,7 +82,7 @@ public:
private:
bool applySettings(const HackRFInputSettings& settings, bool force);
hackrf_device *open_hackrf_from_sequence(int sequence);
// hackrf_device *open_hackrf_from_sequence(int sequence);
void setCenterFrequency(quint64 freq);
DeviceSourceAPI *m_deviceAPI;