#include <encodeLDPC_impl.h>
|
| | encodeLDPC_impl (std::string circulant_file, int code_type, std::string out_tag_key, std::string len_tag_key, int verbose) |
| |
| | ~encodeLDPC_impl () |
| |
| void | generatorMatrix () |
| |
| void | leftrotate (string &s, int d) |
| |
| void | rightrotate (string &s, int d) |
| |
| int | work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| |
|
| typedef boost::shared_ptr< encodeLDPC > | sptr |
| |
| static sptr | make (std::string circulant_file, int code_type, std::string out_tag_key, std::string len_tag_key, int verbose) |
| | Return a shared_ptr to a new instance of ccsds::encodeLDPC. More...
|
| |
| gr::ccsds::encodeLDPC_impl::encodeLDPC_impl |
( |
std::string |
circulant_file, |
|
|
int |
code_type, |
|
|
std::string |
out_tag_key, |
|
|
std::string |
len_tag_key, |
|
|
int |
verbose |
|
) |
| |
| gr::ccsds::encodeLDPC_impl::~encodeLDPC_impl |
( |
| ) |
|
| int gr::ccsds::encodeLDPC_impl::calculate_output_stream_length |
( |
const gr_vector_int & |
ninput_items | ) |
|
|
protected |
| void gr::ccsds::encodeLDPC_impl::generatorMatrix |
( |
| ) |
|
| void gr::ccsds::encodeLDPC_impl::leftrotate |
( |
string & |
s, |
|
|
int |
d |
|
) |
| |
| void gr::ccsds::encodeLDPC_impl::rightrotate |
( |
string & |
s, |
|
|
int |
d |
|
) |
| |
| int gr::ccsds::encodeLDPC_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
The documentation for this class was generated from the following file: