 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_FEC_TAGGED_DECODER_H
12 #define INCLUDED_FEC_TAGGED_DECODER_H
17 #include <boost/shared_array.hpp>
56 typedef std::shared_ptr<tagged_decoder>
sptr;
57 typedef boost::shared_array<unsigned char> buf_sptr;
72 size_t input_item_size,
73 size_t output_item_size,
74 const std::string& lengthtagname =
"packet_len",
77 int work(
int noutput_items,
81 int calculate_output_stream_length(
const gr_vector_int& ninput_items)
override = 0;
General FEC decoding block that takes in a decoder variable object (derived from gr::fec::general_dec...
Definition: tagged_decoder.h:53
std::vector< int > gr_vector_int
Definition: types.h:23
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
std::shared_ptr< generic_decoder > sptr
Definition: generic_decoder.h:63
std::vector< const void * > gr_vector_const_void_star
Definition: types.h:28
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
std::shared_ptr< tagged_decoder > sptr
Definition: tagged_decoder.h:56
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:25
std::vector< void * > gr_vector_void_star
Definition: types.h:27