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 <dvb.h>
Public Member Functions | |
rs_decoder (scheduler *sch, pipebuf< rspacket< Tbyte >> &_in, pipebuf< tspacket > &_out, pipebuf< int > *_bitcount=NULL, pipebuf< int > *_errcount=NULL) | |
void | run () |
Public Member Functions inherited from leansdr::runnable | |
runnable (scheduler *_sch, const char *name) | |
Public Member Functions inherited from leansdr::runnable_common | |
runnable_common (const char *_name) | |
virtual | ~runnable_common () |
virtual void | shutdown () |
Public Attributes | |
rs_engine | rs |
Public Attributes inherited from leansdr::runnable_common | |
const char * | name |
Private Attributes | |
pipereader< rspacket< Tbyte > > | in |
pipewriter< tspacket > | out |
pipewriter< int > * | bitcount |
pipewriter< int > * | errcount |
Additional Inherited Members | |
Protected Attributes inherited from leansdr::runnable | |
scheduler * | sch |
|
inline |
|
inlinevirtual |
Reimplemented from leansdr::runnable_common.
Definition at line 1231 of file dvb.h.
|
private |
|
private |
|
private |
|
private |
rs_engine leansdr::rs_decoder< Tbyte, BYTE_ERASED >::rs |