9#ifndef INCLUDED_DTV_DVBS2_PHYSICAL_CC_H
10#define INCLUDED_DTV_DVBS2_PHYSICAL_CC_H
30 typedef std::shared_ptr<dvbs2_physical_cc>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Signals DVB-S2 physical layer frames.
Definition: dvbs2_physical_cc.h:28
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.
std::shared_ptr< dvbs2_physical_cc > sptr
Definition: dvbs2_physical_cc.h:30
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:18
dvbs2_pilots_t
Definition: dvbs2_config.h:24
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