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

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