GNU Radio's SATELLITES Package
|
<+description of block+> More...
#include <u482c_decode.h>
Public Types | |
typedef boost::shared_ptr< u482c_decode > | sptr |
Static Public Member Functions | |
static sptr | make (bool verbose, int viterbi, int scrambler, int rs) |
Return a shared_ptr to a new instance of satellites::u482c_decode. | |
<+description of block+>
typedef boost::shared_ptr<u482c_decode> gr::satellites::u482c_decode::sptr |
|
static |
Return a shared_ptr to a new instance of satellites::u482c_decode.
To avoid accidental use of raw pointers, satellites::u482c_decode's constructor is in a private implementation class. satellites::u482c_decode::make is the public interface for creating new instances.