GNU Radio's CCSDS Package
gr::ccsds::encodeLDPC_impl Class Reference

#include <encodeLDPC_impl.h>

Inheritance diagram for gr::ccsds::encodeLDPC_impl:

Public Member Functions

 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)
 

Protected Member Functions

int calculate_output_stream_length (const gr_vector_int &ninput_items)
 

Additional Inherited Members

- Public Types inherited from gr::ccsds::encodeLDPC
typedef boost::shared_ptr< encodeLDPC > sptr
 
- Static Public Member Functions inherited from gr::ccsds::encodeLDPC
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...
 

Constructor & Destructor Documentation

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 ( )

Member Function Documentation

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: