21#ifndef INCLUDED_DTV_DVBT2_MODULATOR_BC_H
22#define INCLUDED_DTV_DVBT2_MODULATOR_BC_H
42 typedef boost::shared_ptr<dvbt2_modulator_bc>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Modulates DVB-T2 cells.
Definition: dvbt2_modulator_bc.h:40
boost::shared_ptr< dvbt2_modulator_bc > sptr
Definition: dvbt2_modulator_bc.h:42
static sptr make(dvb_framesize_t framesize, dvb_constellation_t constellation, dvbt2_rotation_t rotation)
Create a DVB-T2 constellation modulator.
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:30
dvb_framesize_t
Definition: dvb_config.h:85
dvbt2_rotation_t
Definition: dvbt2_config.h:26
dvb_constellation_t
Definition: dvb_config.h:91
Include this header to use the message passing features.
Definition: basic_block.h:45