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

Tx ph.1: Tx support in PluginAPI and PluginManager

This commit is contained in:
f4exb
2016-10-19 18:07:27 +02:00
parent 9f3fec7600
commit 2246271d47
5 changed files with 364 additions and 7 deletions
@@ -26,11 +26,12 @@
#include <fstream>
#include <cstdlib>
#include "../../../sdrbase/dsp/samplesinkfifo.h"
#include "dsp/inthalfbandfilter.h"
#define FILESOURCE_THROTTLE_MS 50
class SampleSinkFifo;
class FileSourceThread : public QThread {
Q_OBJECT