1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-13 03:09:07 -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
@@ -88,8 +88,10 @@ ChannelSinkAPI *DeviceSourceAPI::getChanelAPIAt(int index)
void DeviceSourceAPI::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);
}
}