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

Method registeredPanStreams

src/core/PanadapterStream.cpp:484–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484QVector<quint32> PanadapterStream::registeredPanStreams() const
485{
486 QMutexLocker lock(&m_streamMutex);
487 return QVector<quint32>(m_knownPanStreams.cbegin(), m_knownPanStreams.cend());
488}
489
490QVector<quint32> PanadapterStream::registeredWfStreams() const
491{

Callers 1

doStreamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected