22#ifndef INCLUDED_IEEE802_15_4_PHR_PREFIXER_H
23#define INCLUDED_IEEE802_15_4_PHR_PREFIXER_H
26#include <gnuradio/block.h>
29 namespace ieee802_15_4 {
39 typedef boost::shared_ptr<phr_prefixer>
sptr;
49 static sptr make(std::vector<unsigned char> phr);
#define IEEE802_15_4_API
Definition: api.h:25
<+description of block+>
Definition: phr_prefixer.h:37
static sptr make(std::vector< unsigned char > phr)
Return a shared_ptr to a new instance of ieee802_15_4::phr_prefixer.
boost::shared_ptr< phr_prefixer > sptr
Definition: phr_prefixer.h:39
Definition: access_code_prefixer.h:23