22#ifndef INCLUDED_ATSC_TRELLIS_ENCODER_H
23#define INCLUDED_ATSC_TRELLIS_ENCODER_H
30typedef boost::shared_ptr<atsc_trellis_encoder> atsc_trellis_encoder_sptr;
49 int work(
int noutput_items,
ATSC 12-way interleaved trellis encoder (atsc_mpeg_packet_rs_encoded --> atsc_data_segment)
Definition: trellis_encoder.h:41
friend ATSC_API atsc_trellis_encoder_sptr atsc_make_trellis_encoder()
void reset()
Definition: trellis_encoder.h:53
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr::block::general_work, only this arranges to call consume_each for you
fancy, schmancy 12-way interleaved trellis encoder for ATSC
Definition: trellis_encoder_impl.h:35
synchronous 1:1 input to output with history
Definition: sync_block.h:38
std::vector< const void * > gr_vector_const_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:40
std::vector< void * > gr_vector_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:39
#define ATSC_API
Definition: gr-atsc/include/gnuradio/atsc/api.h:30
ATSC_API atsc_trellis_encoder_sptr atsc_make_trellis_encoder()