23 #ifndef INCLUDED_FEC_TAGGED_DECODER_H
24 #define INCLUDED_FEC_TAGGED_DECODER_H
29 #include <boost/shared_ptr.hpp>
30 #include <boost/shared_array.hpp>
69 typedef boost::shared_array<unsigned char> buf_sptr;
81 size_t input_item_size,
82 size_t output_item_size,
83 const std::string &lengthtagname=
"packet_len");
85 virtual int work(
int noutput_items,
89 virtual int calculate_output_stream_length(
const gr_vector_int &ninput_items) = 0;
Block that operates on PDUs in form of tagged streamsOverride work to provide the signal processing i...
Definition: tagged_stream_block.h:37
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
std::vector< void * > gr_vector_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:37
std::vector< int > gr_vector_int
Definition: gnuradio-runtime/include/gnuradio/types.h:33
boost::shared_ptr< tagged_decoder > sptr
Definition: tagged_decoder.h:68
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
General FEC decoding block that takes in a decoder variable object (derived from gr::fec::general_dec...
Definition: tagged_decoder.h:65