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

Public Types | |
| typedef boost::shared_ptr< cc_depuncture > | sptr |
Static Public Member Functions | |
| static sptr | make (int puncsize, int puncpat, int delay, char symbol) |
| Return a shared_ptr to a new instance of ccsds::cc_depuncture. More... | |
<+description of block+>
| typedef boost::shared_ptr<cc_depuncture> gr::ccsds::cc_depuncture::sptr |
|
static |
Return a shared_ptr to a new instance of ccsds::cc_depuncture.
To avoid accidental use of raw pointers, ccsds::cc_depuncture's constructor is in a private implementation class. ccsds::cc_depuncture::make is the public interface for creating new instances.