23 #ifndef INCLUDED_FEC_ASYNC_ENCODER_H
24 #define INCLUDED_FEC_ASYNC_ENCODER_H
29 #include <boost/shared_ptr.hpp>
76 typedef boost::shared_ptr<async_encoder>
sptr;
91 bool rev_unpack=
true,
bool rev_pack=
true,
94 virtual int general_work(
int noutput_items,
Creates the encoder block for use in GNU Radio flowgraphs with async message from a given FEC API obj...
Definition: async_encoder.h:73
std::vector< const void * > gr_vector_const_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:38
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
Include this header to use the message passing features.
Definition: logger.h:131
boost::shared_ptr< generic_encoder > sptr
Definition: generic_encoder.h:49
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
boost::shared_ptr< async_encoder > sptr
Definition: async_encoder.h:76
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60