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