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

Public Types | |
| typedef boost::shared_ptr< encodeRS > | sptr |
Static Public Member Functions | |
| static sptr | make (int code, int cbSize, int intDepth, std::string out_tag_key, std::string len_tag_key) |
| Return a shared_ptr to a new instance of ccsds::encodeRS. More... | |
<+description of block+>
| typedef boost::shared_ptr<encodeRS> gr::ccsds::encodeRS::sptr |
|
static |
Return a shared_ptr to a new instance of ccsds::encodeRS.
To avoid accidental use of raw pointers, ccsds::encodeRS's constructor is in a private implementation class. ccsds::encodeRS::make is the public interface for creating new instances.