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 <dvbs2.h>
Public Member Functions | |
simplequeue () | |
bool | full () |
T * | put () |
bool | empty () |
const T * | peek () |
const T * | get () |
Public Attributes | |
int | rd |
int | wr |
int | count |
T | q [SIZE] |
Static Public Attributes | |
static const int | SIZE = _SIZE |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2186 of file dvbs2.h.
Referenced by leansdr::s2_fecdec_helper< SOFTBIT, SOFTBYTE >::send_frame().
int leansdr::simplequeue< T, _SIZE >::count |
T leansdr::simplequeue< T, _SIZE >::q[SIZE] |
int leansdr::simplequeue< T, _SIZE >::rd |
|
static |
int leansdr::simplequeue< T, _SIZE >::wr |