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