 |
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_ENCODER_H
12 #define INCLUDED_FEC_ENCODER_H
38 typedef std::shared_ptr<encoder>
sptr;
48 size_t input_item_size,
49 size_t output_item_size);
51 int general_work(
int noutput_items,
55 int fixed_rate_ninput_to_noutput(
int ninput)
override = 0;
56 int fixed_rate_noutput_to_ninput(
int noutput)
override = 0;
57 void forecast(
int noutput_items,
gr_vector_int& ninput_items_required)
override = 0;
Creates the encoder block for use in GNU Radio flowgraphs from a given FECAPI object derived from the...
Definition: gr-fec/include/gnuradio/fec/encoder.h:35
std::vector< int > gr_vector_int
Definition: types.h:23
std::shared_ptr< generic_encoder > sptr
Definition: generic_encoder.h:37
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:59
std::shared_ptr< encoder > sptr
Definition: gr-fec/include/gnuradio/fec/encoder.h:38
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