21#ifndef INCLUDED_DTV_CATV_TRELLIS_ENC_BB_H
22#define INCLUDED_DTV_CATV_TRELLIS_ENC_BB_H
43 typedef boost::shared_ptr<catv_trellis_enc_bb>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Trellis Encoder. 14/15 (64QAM) or 19/20 (256QAM) code rate.
Definition: catv_trellis_enc_bb.h:41
static sptr make(catv_constellation_t constellation)
Create an ITU-T J.83B Trellis Encoder.
boost::shared_ptr< catv_trellis_enc_bb > sptr
Definition: catv_trellis_enc_bb.h:43
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:30
catv_constellation_t
Definition: catv_config.h:26
Include this header to use the message passing features.
Definition: basic_block.h:45