MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / daxStreamIdForChannel

Method daxStreamIdForChannel

src/core/PanadapterStream.cpp:1429–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1427}
1428
1429quint32 PanadapterStream::daxStreamIdForChannel(int channel) const
1430{
1431 QMutexLocker lock(&m_streamMutex);
1432 for (auto it = m_daxStreamIds.constBegin(); it != m_daxStreamIds.constEnd(); ++it) {
1433 if (it.value() == channel)
1434 return it.key();
1435 }
1436 return 0;
1437}
1438
1439void PanadapterStream::unregisterDaxStream(quint32 streamId)
1440{

Callers 6

ensureDaxForTciMethod · 0.80
activateRADEMethod · 0.80
stopDaxMethod · 0.80
onDaxChannelChangedMethod · 0.80

Calls 2

keyMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected