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

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