1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-30 05:54:26 -04:00

Reverse API: LimeSDR input changes

This commit is contained in:
f4exb
2018-12-18 23:37:26 +01:00
parent 442f23ca91
commit 2945f7302f
12 changed files with 436 additions and 9 deletions
@@ -68,6 +68,10 @@ struct LimeSDRInputSettings
QString m_fileRecordName;
uint8_t m_gpioDir; //!< GPIO pin direction LSB first; 0 input, 1 output
uint8_t m_gpioPins; //!< GPIO pins to write; LSB first
bool m_useReverseAPI;
QString m_reverseAPIAddress;
uint16_t m_reverseAPIPort;
uint16_t m_reverseAPIDeviceIndex;
LimeSDRInputSettings();
void resetToDefaults();