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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user