22 #ifndef INCLUDED_ATSC_TRELLIS_ENCODER_H
23 #define INCLUDED_ATSC_TRELLIS_ENCODER_H
49 int work (
int noutput_items,
#define ATSC_API
Definition: gr-atsc/include/gnuradio/atsc/api.h:30
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)=0
just like gr::block::general_work, only this arranges to call consume_each for you ...
std::vector< const void * > gr_vector_const_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:38
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
void reset()
Definition: trellis_encoder.h:53
std::vector< void * > gr_vector_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:37
fancy, schmancy 12-way interleaved trellis encoder for ATSC
Definition: trellis_encoder_impl.h:34
ATSC_API atsc_trellis_encoder_sptr atsc_make_trellis_encoder()
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
ATSC 12-way interleaved trellis encoder (atsc_mpeg_packet_rs_encoded –> atsc_data_segment)input: atsc...
Definition: trellis_encoder.h:40