|
GNU Radio's CCSDS Package
|
<+description of block+> More...
#include <encodeLDPC.h>

Public Types | |
| typedef boost::shared_ptr< encodeLDPC > | sptr |
Static Public Member Functions | |
| 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... | |
<+description of block+>
| typedef boost::shared_ptr<encodeLDPC> gr::ccsds::encodeLDPC::sptr |
|
static |
Return a shared_ptr to a new instance of ccsds::encodeLDPC.
To avoid accidental use of raw pointers, ccsds::encodeLDPC's constructor is in a private implementation class. ccsds::encodeLDPC::make is the public interface for creating new instances.