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