9#ifndef INCLUDED_DTV_DVBT2_INTERLEAVER_BB_H
10#define INCLUDED_DTV_DVBT2_INTERLEAVER_BB_H
29 typedef std::shared_ptr<dvbt2_interleaver_bb>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Bit interleaves DVB-T2 FEC baseband frames.
Definition: dvbt2_interleaver_bb.h:27
std::shared_ptr< dvbt2_interleaver_bb > sptr
Definition: dvbt2_interleaver_bb.h:29
static sptr make(dvb_framesize_t framesize, dvb_code_rate_t rate, dvb_constellation_t constellation)
Create a DVB-T2 bit interleaver.
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:18
dvb_code_rate_t
Definition: dvb_config.h:19
dvb_framesize_t
Definition: dvb_config.h:73
dvb_constellation_t
Definition: dvb_config.h:79
GNU Radio logging wrapper.
Definition: basic_block.h:29