|
GNU Radio's DVBS2RX Package
|
#include <bch_decoder_bb_impl.h>
Public Member Functions | |
| bch_decoder_bb_impl (dvb_standard_t standard, dvb_framesize_t framesize, dvb_code_rate_t rate, dvb_outputmode_t outputmode) | |
| ~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) |
Additional Inherited Members | |
| Public Types inherited from gr::dvbs2rx::bch_decoder_bb | |
| typedef std::shared_ptr< bch_decoder_bb > | sptr |
| 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) |
| Return a shared_ptr to a new instance of dvbs2rx::bch_decoder_bb. | |
| 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 ) |
| gr::dvbs2rx::bch_decoder_bb_impl::~bch_decoder_bb_impl | ( | ) |
| void gr::dvbs2rx::bch_decoder_bb_impl::forecast | ( | int | noutput_items, |
| gr_vector_int & | ninput_items_required ) |
| 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 ) |