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

Method resetOrphanStreams

src/core/PanadapterStream.cpp:496–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void PanadapterStream::resetOrphanStreams()
497{
498 QMutexLocker lock(&m_streamMutex);
499 m_orphanStreams.clear();
500}
501
502void PanadapterStream::setDbmRange(quint32 streamId, float minDbm, float maxDbm, bool waitForEcho)
503{

Callers 1

doStreamsMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected