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 | |
mpeg_sync (scheduler *sch, pipebuf< Tbyte > &_in, pipebuf< Tbyte > &_out, deconvol_sync< Tbyte, 0 > *_deconv, pipebuf< int > *_state_out=NULL, pipebuf< unsigned long > *_locktime_out=NULL) | |
void | run () |
void | run_searching () |
void | run_searching_fast () |
bool | search_sync () |
void | run_decoding () |
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 | |
int | scan_syncs |
int | want_syncs |
unsigned long | lock_timeout |
bool | fastlock |
int | resync_period |
Public Attributes inherited from leansdr::runnable_common | |
const char * | name |
Private Attributes | |
pipereader< Tbyte > | in |
pipewriter< Tbyte > | out |
deconvol_sync< Tbyte, 0 > * | deconv |
unsigned char | polarity |
int | resync_phase |
int | bitphase |
bool | synchronized |
int | next_sync_count |
int | phase8 |
unsigned long | lock_timeleft |
unsigned long | locktime |
pipewriter< int > * | state_out |
pipewriter< unsigned long > * | locktime_out |
bool | report_state |
Additional Inherited Members | |
Protected Attributes inherited from leansdr::runnable | |
scheduler * | sch |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
bool leansdr::mpeg_sync< Tbyte, BYTE_ERASED >::fastlock |
|
private |
|
private |
unsigned long leansdr::mpeg_sync< Tbyte, BYTE_ERASED >::lock_timeout |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
int leansdr::mpeg_sync< Tbyte, BYTE_ERASED >::resync_period |
|
private |
int leansdr::mpeg_sync< Tbyte, BYTE_ERASED >::scan_syncs |
|
private |
|
private |
int leansdr::mpeg_sync< Tbyte, BYTE_ERASED >::want_syncs |