 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_FEC_ENCODER_H
24 #define INCLUDED_FEC_ENCODER_H
29 #include <boost/shared_ptr.hpp>
50 typedef boost::shared_ptr<encoder>
sptr;
60 size_t input_item_size,
61 size_t output_item_size);
63 virtual int general_work(
int noutput_items,
67 virtual int fixed_rate_ninput_to_noutput(
int ninput) = 0;
68 virtual int fixed_rate_noutput_to_ninput(
int noutput) = 0;
69 virtual void forecast(
int noutput_items,
gr_vector_int& ninput_items_required) = 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:47
std::vector< int > gr_vector_int
Definition: types.h:35
boost::shared_ptr< encoder > sptr
Definition: gr-fec/include/gnuradio/fec/encoder.h:50
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:71
boost::shared_ptr< generic_encoder > sptr
Definition: generic_encoder.h:49
std::vector< const void * > gr_vector_const_void_star
Definition: types.h:40
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
std::vector< void * > gr_vector_void_star
Definition: types.h:39