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

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