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 <QIODevice>
#include <QQueue>
#include <QByteArray>
#include <QEventLoop>
#include <QMutex>
#include <QThread>
Go to the source code of this file.
Classes | |
class | DATVideostream |
Macros | |
#define | MinStackSize 4 |
#define | DefaultMemoryLimit 2048000 |
#define DefaultMemoryLimit 2048000 |
Definition at line 30 of file datvideostream.h.
Referenced by DATVideostream::DATVideostream().
#define MinStackSize 4 |
Definition at line 29 of file datvideostream.h.
Referenced by DATVideostream::pushData(), and DATVideostream::readData().