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

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