 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
21 #ifndef INCLUDED_DTV_DVBT_INNER_CODER_H
22 #define INCLUDED_DTV_DVBT_INNER_CODER_H
51 typedef boost::shared_ptr<dvbt_inner_coder>
sptr;
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:30
dvbt_hierarchy_t
Definition: dvbt_config.h:26
Inner coder with Puncturing.
Definition: dvbt_inner_coder.h:49
dvb_code_rate_t
Definition: dvb_config.h:31
boost::shared_ptr< dvbt_inner_coder > sptr
Definition: dvbt_inner_coder.h:51
dvb_constellation_t
Definition: dvb_config.h:91
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
static sptr make(int ninput, int noutput, dvb_constellation_t constellation, dvbt_hierarchy_t hierarchy, dvb_code_rate_t coderate)
Create an Inner coder with Puncturing.