mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-15 00:21:47 -05:00
init sequence warning
This commit is contained in:
parent
7826006c14
commit
703ec4ac6d
@ -22,8 +22,8 @@ DemodulatorInstance* DemodulatorThread::squelchLock(nullptr);
|
|||||||
std::mutex DemodulatorThread::squelchLockMutex;
|
std::mutex DemodulatorThread::squelchLockMutex;
|
||||||
|
|
||||||
DemodulatorThread::DemodulatorThread(DemodulatorInstance* parent)
|
DemodulatorThread::DemodulatorThread(DemodulatorInstance* parent)
|
||||||
: IOThread(), demodInstance(parent), outputBuffers("DemodulatorThreadBuffers"), squelchLevel(-100),
|
: IOThread(), demodInstance(parent), outputBuffers("DemodulatorThreadBuffers"), muted(false), squelchLevel(-100),
|
||||||
signalLevel(-100), signalFloor(-30), signalCeil(30), muted(false), squelchEnabled(false), squelchBreak(false) {
|
signalLevel(-100), signalFloor(-30), signalCeil(30), squelchEnabled(false), squelchBreak(false) {
|
||||||
}
|
}
|
||||||
|
|
||||||
DemodulatorThread::~DemodulatorThread() {
|
DemodulatorThread::~DemodulatorThread() {
|
||||||
|
Loading…
Reference in New Issue
Block a user