mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Fixed -Wreorder warnings
This commit is contained in:
@@ -25,22 +25,22 @@
|
||||
|
||||
PacketModSource::PacketModSource() :
|
||||
m_channelSampleRate(48000),
|
||||
m_spectrumRate(0),
|
||||
m_preemphasisFilter(48000, FMPREEMPHASIS_TAU_US),
|
||||
m_channelFrequencyOffset(0),
|
||||
m_magsq(0.0),
|
||||
m_spectrumRate(0),
|
||||
m_audioPhase(0.0f),
|
||||
m_fmPhase(0.0),
|
||||
m_preemphasisFilter(48000, FMPREEMPHASIS_TAU_US),
|
||||
m_spectrumSink(nullptr),
|
||||
m_magsq(0.0),
|
||||
m_levelCalcCount(0),
|
||||
m_peakLevel(0.0f),
|
||||
m_levelSum(0.0f),
|
||||
m_bitCount(0),
|
||||
m_state(idle),
|
||||
m_byteIdx(0),
|
||||
m_bitIdx(0),
|
||||
m_last5Bits(0),
|
||||
m_state(idle),
|
||||
m_scrambler(0x10800, 0x0),
|
||||
m_spectrumSink(nullptr)
|
||||
m_bitCount(0),
|
||||
m_scrambler(0x10800, 0x0)
|
||||
{
|
||||
m_lowpass.create(301, m_channelSampleRate, 22000.0 / 2.0);
|
||||
qDebug() << "PacketModSource::PacketModSource creating BPF : " << m_channelSampleRate;
|
||||
|
||||
Reference in New Issue
Block a user