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