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

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