![]() |
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>
Inheritance diagram for leansdr::dvb_convol:
Collaboration diagram for leansdr::dvb_convol:Public Types | |
| typedef u8 | uncoded_byte |
| typedef u8 | hardsymbol |
Public Member Functions | |
| dvb_convol (scheduler *sch, pipebuf< uncoded_byte > &_in, pipebuf< hardsymbol > &_out, code_rate fec, int bits_per_symbol) | |
| 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 () |
Private Attributes | |
| pipereader< uncoded_byte > | in |
| pipewriter< hardsymbol > | out |
| convol_multipoly< uint16_t, 16 > | convol |
Additional Inherited Members | |
Public Attributes inherited from leansdr::runnable_common | |
| const char * | name |
Protected Attributes inherited from leansdr::runnable | |
| scheduler * | sch |
| typedef u8 leansdr::dvb_convol::hardsymbol |
| typedef u8 leansdr::dvb_convol::uncoded_byte |
|
inline |
Definition at line 671 of file dvb.h.
References leansdr::fail().
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from leansdr::runnable_common.
Definition at line 694 of file dvb.h.
References leansdr::deconvol_sync< Tbyte, BYTE_ERASED >::sync_t::in, leansdr::min(), and leansdr::deconvol_sync< Tbyte, BYTE_ERASED >::sync_t::out.
Here is the call graph for this function:
|
private |
|
private |
|
private |
1.8.13