 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_LDPC_PAR_MTRX_ENCODER_H
12 #define INCLUDED_LDPC_PAR_MTRX_ENCODER_H
30 double rate()
override = 0;
Definition: ldpc_par_mtrx_encoder.h:25
static generic_encoder::sptr make_H(const code::ldpc_H_matrix::sptr H_obj)
bool set_frame_size(unsigned int frame_size) override=0
std::shared_ptr< ldpc_H_matrix > sptr
Definition: ldpc_H_matrix.h:41
std::shared_ptr< generic_encoder > sptr
Definition: generic_encoder.h:37
int get_input_size() override=0
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
static generic_encoder::sptr make(std::string alist_file, unsigned int gap=0)
int get_output_size() override=0
GNU Radio logging wrapper.
Definition: basic_block.h:29
Definition: generic_encoder.h:23