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

Reverse API: HackRF output

This commit is contained in:
f4exb
2018-12-26 21:03:26 +01:00
parent aad0046d03
commit 026aa0cb4a
6 changed files with 231 additions and 46 deletions
@@ -18,6 +18,7 @@
#define _HACKRF_HACKRFOUTPUTSETTINGS_H_
#include <QtGlobal>
#include <QString>
struct HackRFOutputSettings {
quint64 m_centerFrequency;
@@ -28,6 +29,10 @@ struct HackRFOutputSettings {
quint64 m_devSampleRate;
bool m_biasT;
bool m_lnaExt;
bool m_useReverseAPI;
QString m_reverseAPIAddress;
uint16_t m_reverseAPIPort;
uint16_t m_reverseAPIDeviceIndex;
HackRFOutputSettings();
void resetToDefaults();