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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user