GNU Radio's DVBS2RX Package
gr::dvbs2rx::bch_decoder_bb_impl Class Reference

#include <bch_decoder_bb_impl.h>

Inheritance diagram for gr::dvbs2rx::bch_decoder_bb_impl:

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.
 
- Public Member Functions inherited from gr::dvbs2rx::bch_decoder_bb

Additional Inherited Members

- Public Types inherited from gr::dvbs2rx::bch_decoder_bb
typedef std::shared_ptr< bch_decoder_bbsptr
 
- Static Public Member Functions inherited from gr::dvbs2rx::bch_decoder_bb
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.
 

Constructor & Destructor Documentation

◆ bch_decoder_bb_impl()

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 )

◆ ~bch_decoder_bb_impl()

gr::dvbs2rx::bch_decoder_bb_impl::~bch_decoder_bb_impl ( )

Member Function Documentation

◆ forecast()

void gr::dvbs2rx::bch_decoder_bb_impl::forecast ( int noutput_items,
gr_vector_int & ninput_items_required )

◆ general_work()

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 )

◆ get_error_count()

uint64_t gr::dvbs2rx::bch_decoder_bb_impl::get_error_count ( )
inlinevirtual

Get count of FECFRAMEs output with residual uncorrected errors.

Returns
uint64_t FECFRAME error count.

Implements gr::dvbs2rx::bch_decoder_bb.

◆ get_frame_count()

uint64_t gr::dvbs2rx::bch_decoder_bb_impl::get_frame_count ( )
inlinevirtual

Get count of processed FECFRAMEs.

Returns
uint64_t FECFRAME count.

Implements gr::dvbs2rx::bch_decoder_bb.


The documentation for this class was generated from the following file: