17#ifndef INCLUDED_GR_IEEE802_15_4_ACCESS_CODE_PREFIXER_H
18#define INCLUDED_GR_IEEE802_15_4_ACCESS_CODE_PREFIXER_H
21#include <gnuradio/block.h>
24namespace ieee802_15_4 {
30 typedef boost::shared_ptr<access_code_prefixer>
sptr;
31 static sptr make(
int pad=0,
int preamble=0x000000a7);
#define IEEE802_15_4_API
Definition api.h:25
Definition access_code_prefixer.h:27
boost::shared_ptr< access_code_prefixer > sptr
Definition access_code_prefixer.h:30
static sptr make(int pad=0, int preamble=0x000000a7)
Definition access_code_prefixer.h:23