mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 21:58:37 -05:00
Initialize frequency
This commit is contained in:
parent
c4dac53532
commit
77b2d54870
@ -5,7 +5,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
|
||||||
SDRPostThread::SDRPostThread() : IOThread(), buffers("SDRPostThreadBuffers"), visualDataBuffers("SDRPostThreadVisualDataBuffers") {
|
SDRPostThread::SDRPostThread() : IOThread(), buffers("SDRPostThreadBuffers"), visualDataBuffers("SDRPostThreadVisualDataBuffers"), frequency(0) {
|
||||||
iqDataInQueue = NULL;
|
iqDataInQueue = NULL;
|
||||||
iqDataOutQueue = NULL;
|
iqDataOutQueue = NULL;
|
||||||
iqVisualQueue = NULL;
|
iqVisualQueue = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user