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

Reverse API originator information implementation with RTL-SDR, Lime-SDR Tx, AM demod, AM mod examples

This commit is contained in:
f4exb
2019-03-25 01:15:27 +01:00
parent 8699bdcbc4
commit 5cbadf9b3b
280 changed files with 433 additions and 282 deletions
+3 -1
View File
@@ -98,8 +98,10 @@ ChannelSourceAPI *DeviceSinkAPI::getChanelAPIAt(int index)
void DeviceSinkAPI::renumerateChannels()
{
for (int i = 0; i < m_channelAPIs.size(); ++i) {
for (int i = 0; i < m_channelAPIs.size(); ++i)
{
m_channelAPIs.at(i)->setIndexInDeviceSet(i);
m_channelAPIs.at(i)->setDeviceSetIndex(m_deviceTabIndex);
}
}