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

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