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

Method registeredWfStreams

src/core/PanadapterStream.cpp:490–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490QVector<quint32> PanadapterStream::registeredWfStreams() const
491{
492 QMutexLocker lock(&m_streamMutex);
493 return QVector<quint32>(m_knownWfStreams.cbegin(), m_knownWfStreams.cend());
494}
495
496void PanadapterStream::resetOrphanStreams()
497{

Callers 1

doStreamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected