1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

SoapySDR support: input: antenna selection GUI

This commit is contained in:
f4exb
2018-11-04 23:54:16 +01:00
parent 45a569655a
commit bf3fdcbfc2
13 changed files with 224 additions and 144 deletions
@@ -122,6 +122,8 @@ public:
void getFrequencyRange(uint64_t& min, uint64_t& max);
const SoapySDR::RangeList& getRateRanges();
const std::vector<std::string>& getAntennas();
int getAntennaIndex(const std::string& antenna);
private:
DeviceSourceAPI *m_deviceAPI;