9#ifndef INCLUDED_DTV_CATV_FRAME_SYNC_ENC_BB_H
10#define INCLUDED_DTV_CATV_FRAME_SYNC_ENC_BB_H
30 typedef std::shared_ptr<catv_frame_sync_enc_bb>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Frame Sync Encoder. Adds a 42-bit (64QAM) or 40-bit (256QAM) frame sync pattern with control word.
Definition: catv_frame_sync_enc_bb.h:28
static sptr make(catv_constellation_t constellation, int ctrlword)
Create an ITU-T J.83B Frame Sync Encoder.
std::shared_ptr< catv_frame_sync_enc_bb > sptr
Definition: catv_frame_sync_enc_bb.h:30
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:18
catv_constellation_t
Definition: catv_config.h:14
GNU Radio logging wrapper.
Definition: basic_block.h:29