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 <channel/remotedatablock.h>
#include <QString>
#include <QDebug>
#include <cstdlib>
#include "cm256cc/cm256.h"
#include "util/movingaverage.h"
Go to the source code of this file.
Classes | |
class | RemoteInputBuffer |
struct | RemoteInputBuffer::BufferFrame |
struct | RemoteInputBuffer::DecoderSlot |
Macros | |
#define | REMOTEINPUT_UDPSIZE 512 |
#define | REMOTEINPUT_NBORIGINALBLOCKS 128 |
#define | REMOTEINPUT_NBDECODERSLOTS 16 |
#define REMOTEINPUT_NBDECODERSLOTS 16 |
Definition at line 31 of file remoteinputbuffer.h.
#define REMOTEINPUT_NBORIGINALBLOCKS 128 |
Definition at line 30 of file remoteinputbuffer.h.
#define REMOTEINPUT_UDPSIZE 512 |
Definition at line 29 of file remoteinputbuffer.h.