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