SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <QDebug>
#include <QNetworkReply>
#include <QBuffer>
#include "SWGDeviceSettings.h"
#include "SWGDeviceState.h"
#include "SWGDeviceReport.h"
#include "SWGPlutoSdrInputReport.h"
#include "dsp/filerecord.h"
#include "dsp/dspcommands.h"
#include "dsp/dspengine.h"
#include "device/deviceapi.h"
#include "plutosdr/deviceplutosdrparams.h"
#include "plutosdr/deviceplutosdrbox.h"
#include "plutosdrinput.h"
#include "plutosdrinputthread.h"
Go to the source code of this file.
Macros | |
#define | PLUTOSDR_BLOCKSIZE_SAMPLES (16*1024) |
#define PLUTOSDR_BLOCKSIZE_SAMPLES (16*1024) |
Definition at line 37 of file plutosdrinput.cpp.
Referenced by PlutoSDRInput::openDevice(), and PlutoSDRInput::start().