GNU Radio's DVBS2RX Package
|
#include <bch_decoder_bb_impl.h>
Public Member Functions | |
bch_decoder_bb_impl (dvb_standard_t standard, dvb_framesize_t framesize, dvb_code_rate_t rate, dvb_outputmode_t outputmode, int debug_level) | |
~bch_decoder_bb_impl () | |
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
uint64_t | get_frame_count () |
Get count of processed FECFRAMEs. | |
uint64_t | get_error_count () |
Get count of FECFRAMEs output with residual uncorrected errors. | |
virtual uint64_t | get_frame_count ()=0 |
Get count of processed FECFRAMEs. | |
virtual uint64_t | get_error_count ()=0 |
Get count of FECFRAMEs output with residual uncorrected errors. | |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< bch_decoder_bb > | sptr |
![]() | |
static sptr | make (dvb_standard_t standard, dvb_framesize_t framesize, dvb_code_rate_t rate, dvb_outputmode_t outputmode, int debug_level=0) |
Return a shared_ptr to a new instance of dvbs2rx::bch_decoder_bb. | |
gr::dvbs2rx::bch_decoder_bb_impl::bch_decoder_bb_impl | ( | dvb_standard_t | standard, |
dvb_framesize_t | framesize, | ||
dvb_code_rate_t | rate, | ||
dvb_outputmode_t | outputmode, | ||
int | debug_level | ||
) |
gr::dvbs2rx::bch_decoder_bb_impl::~bch_decoder_bb_impl | ( | ) |
void gr::dvbs2rx::bch_decoder_bb_impl::forecast | ( | int | noutput_items, |
gr_vector_int & | ninput_items_required | ||
) |
int gr::dvbs2rx::bch_decoder_bb_impl::general_work | ( | int | noutput_items, |
gr_vector_int & | ninput_items, | ||
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) |
|
inlinevirtual |
Get count of FECFRAMEs output with residual uncorrected errors.
Implements gr::dvbs2rx::bch_decoder_bb.
|
inlinevirtual |
Get count of processed FECFRAMEs.
Implements gr::dvbs2rx::bch_decoder_bb.