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

<+description of block+> More...

#include <ldpc_decoder_cb.h>

Inheritance diagram for gr::dvbs2rx::ldpc_decoder_cb:
gr::dvbs2rx::ldpc_decoder_cb_impl

Public Types

typedef boost::shared_ptr< ldpc_decoder_cbsptr
 

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)
 Return a shared_ptr to a new instance of dvbs2rx::ldpc_decoder_cb. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::dvbs2rx::ldpc_decoder_cb::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 
)
static

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

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


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