21#ifndef INCLUDED_DTV_DVBS2_PHYSICAL_CC_H
22#define INCLUDED_DTV_DVBS2_PHYSICAL_CC_H
42 typedef boost::shared_ptr<dvbs2_physical_cc>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Signals DVB-S2 physical layer frames.
Definition: dvbs2_physical_cc.h:40
static sptr make(dvb_framesize_t framesize, dvb_code_rate_t rate, dvb_constellation_t constellation, dvbs2_pilots_t pilots, int goldcode)
Create a DVB-S2 physical layer framer.
boost::shared_ptr< dvbs2_physical_cc > sptr
Definition: dvbs2_physical_cc.h:42
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:30
dvbs2_pilots_t
Definition: dvbs2_config.h:36
dvb_code_rate_t
Definition: dvb_config.h:31
dvb_framesize_t
Definition: dvb_config.h:85
dvb_constellation_t
Definition: dvb_config.h:91
Include this header to use the message passing features.
Definition: basic_block.h:45