23#ifndef INCLUDED_FEC_ASYNC_DECODER_H
24#define INCLUDED_FEC_ASYNC_DECODER_H
29#include <boost/shared_ptr.hpp>
82 typedef boost::shared_ptr<async_decoder>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Creates the decoder block for use in GNU Radio flowgraphs from a given FEC API object derived from th...
Definition: async_decoder.h:80
virtual int general_work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)=0
compute output items from input items
boost::shared_ptr< async_decoder > sptr
Definition: async_decoder.h:82
static sptr make(generic_decoder::sptr my_decoder, bool packed=false, bool rev_pack=true, int mtu=1500)
boost::shared_ptr< generic_decoder > sptr
Definition: generic_decoder.h:75
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
std::vector< int > gr_vector_int
Definition: gnuradio-runtime/include/gnuradio/types.h:35
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45