11#ifndef INCLUDED_DVBS2RX_BCH_DECODER_BB_H
12#define INCLUDED_DVBS2RX_BCH_DECODER_BB_H
14#include <gnuradio/block.h>
29 typedef std::shared_ptr<bch_decoder_bb>
sptr;
<+description of block+>
Definition bch_decoder_bb.h:27
std::shared_ptr< bch_decoder_bb > sptr
Definition bch_decoder_bb.h:29
virtual uint64_t get_error_count()=0
Get count of FECFRAMEs output with residual uncorrected errors.
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.
virtual uint64_t get_frame_count()=0
Get count of processed FECFRAMEs.
#define DVBS2RX_API
Definition include/gnuradio/dvbs2rx/api.h:19
dvb_framesize_t
Definition dvb_config.h:74
dvb_outputmode_t
Definition dvb_config.h:113
dvb_code_rate_t
Definition dvb_config.h:20
dvb_standard_t
Definition dvb_config.h:15
Fixed-length double-ended queue with contiguous volk-aligned elements.
Definition gr_bch.h:22