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