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.
Classes | Macros
remoteinputbuffer.h File Reference
#include <channel/remotedatablock.h>
#include <QString>
#include <QDebug>
#include <cstdlib>
#include "cm256cc/cm256.h"
#include "util/movingaverage.h"
+ Include dependency graph for remoteinputbuffer.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ REMOTEINPUT_NBDECODERSLOTS

#define REMOTEINPUT_NBDECODERSLOTS   16

Definition at line 31 of file remoteinputbuffer.h.

◆ REMOTEINPUT_NBORIGINALBLOCKS

#define REMOTEINPUT_NBORIGINALBLOCKS   128

Definition at line 30 of file remoteinputbuffer.h.

◆ REMOTEINPUT_UDPSIZE

#define REMOTEINPUT_UDPSIZE   512

Definition at line 29 of file remoteinputbuffer.h.