1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -04:00

SDRdaemonSink: added the output class and GUI with the build

This commit is contained in:
f4exb
2017-05-21 13:32:56 +02:00
parent 20d1ff5dda
commit c762359649
8 changed files with 90 additions and 114 deletions
@@ -23,7 +23,7 @@
#include "dsp/samplesourcefifo.h"
#include "sdrdaemonsinkthread.h"
SDRdaemonSinkThread::SDRdaemonSinkThread(std::ofstream *samplesStream, SampleSourceFifo* sampleFifo, QObject* parent) :
SDRdaemonSinkThread::SDRdaemonSinkThread(SampleSourceFifo* sampleFifo, QObject* parent) :
QThread(parent),
m_running(false),
m_samplesChunkSize(0),