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

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