1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Plugins device enumeration optimization: factorization of common code for Rx/Tx devices

This commit is contained in:
f4exb
2019-09-17 19:54:13 +02:00
parent e9bbf0b266
commit ee3313dc82
34 changed files with 341 additions and 550 deletions
@@ -26,7 +26,7 @@
#include "bladerf2/devicebladerf2shared.h"
#include "dsp/interpolators.h"
class SampleSinkFifo;
class SampleSourceFifo;
class BladeRF2OutputThread : public QThread {
Q_OBJECT