GNU Radio's DVBS2RX Package
gr::dvbs2rx::bch_decoder_bb Class Referenceabstract

<+description of block+> More...

#include <bch_decoder_bb.h>

Inheritance diagram for gr::dvbs2rx::bch_decoder_bb:

Public Types

typedef std::shared_ptr< bch_decoder_bbsptr
 

Public Member Functions

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.
 

Static Public Member Functions

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.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ get_error_count()

virtual uint64_t gr::dvbs2rx::bch_decoder_bb::get_error_count ( )
pure virtual

Get count of FECFRAMEs output with residual uncorrected errors.

Returns
uint64_t FECFRAME error count.

Implemented in gr::dvbs2rx::bch_decoder_bb_impl.

◆ get_frame_count()

virtual uint64_t gr::dvbs2rx::bch_decoder_bb::get_frame_count ( )
pure virtual

Get count of processed FECFRAMEs.

Returns
uint64_t FECFRAME count.

Implemented in gr::dvbs2rx::bch_decoder_bb_impl.

◆ make()

static sptr gr::dvbs2rx::bch_decoder_bb::make ( dvb_standard_t standard,
dvb_framesize_t framesize,
dvb_code_rate_t rate,
dvb_outputmode_t outputmode,
int debug_level = 0 )
static

Return a shared_ptr to a new instance of dvbs2rx::bch_decoder_bb.

To avoid accidental use of raw pointers, dvbs2rx::bch_decoder_bb's constructor is in a private implementation class. dvbs2rx::bch_decoder_bb::make is the public interface for creating new instances.


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