GNU Radio's DVBS2RX Package
|
<+description of block+> More...
#include <ldpc_decoder_bb.h>
Public Types | |
typedef std::shared_ptr< ldpc_decoder_bb > | sptr |
Public Member Functions | |
virtual unsigned int | get_average_trials ()=0 |
Get the average number of LDPC decoding iterations per frame. | |
Static Public Member Functions | |
static sptr | make (dvb_standard_t standard, dvb_framesize_t framesize, dvb_code_rate_t rate, dvb_constellation_t constellation, dvb_outputmode_t outputmode, dvb_infomode_t infomode, int max_trials, int debug_level=0) |
Return a shared_ptr to a new instance of dvbs2rx::ldpc_decoder_bb. | |
<+description of block+>
std::shared_ptr<ldpc_decoder_bb> gr::dvbs2rx::ldpc_decoder_bb::sptr |
|
pure virtual |
Get the average number of LDPC decoding iterations per frame.
Implemented in gr::dvbs2rx::ldpc_decoder_bb_impl.
|
static |
Return a shared_ptr to a new instance of dvbs2rx::ldpc_decoder_bb.
To avoid accidental use of raw pointers, dvbs2rx::ldpc_decoder_bb's constructor is in a private implementation class. dvbs2rx::ldpc_decoder_bb::make is the public interface for creating new instances.