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