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