1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 15:04:38 -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
@@ -189,6 +189,12 @@ const SoapySDR::RangeList& SoapySDROutput::getRateRanges()
return channelSettings->m_ratesRanges;
}
const std::vector<std::string>& SoapySDROutput::getAntennas()
{
const DeviceSoapySDRParams::ChannelSettings* channelSettings = m_deviceShared.m_deviceParams->getTxChannelSettings(m_deviceShared.m_channel);
return channelSettings->m_antennas;
}
void SoapySDROutput::init()
{
applySettings(m_settings, true);