1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-29 11:18:56 -05:00

Initialise m_scopeSink

This commit is contained in:
Jon Beniston 2023-10-22 23:25:12 +01:00
parent 8814fda178
commit 7dca35ac24

View File

@ -29,8 +29,9 @@
#include "dscdemod.h" #include "dscdemod.h"
#include "dscdemodsink.h" #include "dscdemodsink.h"
DSCDemodSink::DSCDemodSink(DSCDemod *packetDemod) : DSCDemodSink::DSCDemodSink(DSCDemod *dscDemod) :
m_dscDemod(packetDemod), m_scopeSink(nullptr),
m_dscDemod(dscDemod),
m_channelSampleRate(DSCDemodSettings::DSCDEMOD_CHANNEL_SAMPLE_RATE), m_channelSampleRate(DSCDemodSettings::DSCDEMOD_CHANNEL_SAMPLE_RATE),
m_channelFrequencyOffset(0), m_channelFrequencyOffset(0),
m_magsqSum(0.0f), m_magsqSum(0.0f),