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

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