 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_LDPC_PAR_MTRX_ENCODER_H
24 #define INCLUDED_LDPC_PAR_MTRX_ENCODER_H
Definition: ldpc_par_mtrx_encoder.h:37
static generic_encoder::sptr make_H(const code::ldpc_H_matrix::sptr H_obj)
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
static generic_encoder::sptr make(std::string alist_file, unsigned int gap=0)
virtual int get_input_size()=0
boost::shared_ptr< generic_encoder > sptr
Definition: generic_encoder.h:49
virtual bool set_frame_size(unsigned int frame_size)=0
boost::shared_ptr< ldpc_H_matrix > sptr
Definition: ldpc_H_matrix.h:53
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual int get_output_size()=0
Definition: generic_encoder.h:35