 |
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_ASYNC_DECODER_H
12 #define INCLUDED_FEC_ASYNC_DECODER_H
70 typedef std::shared_ptr<async_decoder>
sptr;
87 int general_work(
int noutput_items,
std::shared_ptr< async_decoder > sptr
Definition: async_decoder.h:70
std::vector< int > gr_vector_int
Definition: types.h:23
Creates the decoder block for use in GNU Radio flowgraphs from a given FEC API object derived from th...
Definition: async_decoder.h:67
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
std::shared_ptr< generic_decoder > sptr
Definition: generic_decoder.h:63
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:59
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::vector< void * > gr_vector_void_star
Definition: types.h:27