MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / DemodulatorThread

Method DemodulatorThread

src/demod/DemodulatorThread.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22std::mutex DemodulatorThread::squelchLockMutex;
23
24DemodulatorThread::DemodulatorThread(DemodulatorInstance* parent)
25 : IOThread(), demodInstance(parent), outputBuffers("DemodulatorThreadBuffers"), muted(false), squelchLevel(-100),
26 signalLevel(-100), signalFloor(-30), signalCeil(30), squelchEnabled(false), squelchBreak(false) {
27}
28
29DemodulatorThread::~DemodulatorThread() {
30 releaseSquelchLock(demodInstance);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected