17#ifndef INCLUDED_GR_IEEE802_15_4_ACCESS_CODE_PREFIXER_H
18#define INCLUDED_GR_IEEE802_15_4_ACCESS_CODE_PREFIXER_H
20#include <gnuradio/block.h>
29 typedef std::shared_ptr<access_code_prefixer>
sptr;
30 static sptr make(
int pad = 0,
int preamble = 0x000000a7);
#define IEEE802_15_4_API
Definition api.h:19
Definition access_code_prefixer.h:27
std::shared_ptr< access_code_prefixer > sptr
Definition access_code_prefixer.h:29
static sptr make(int pad=0, int preamble=0x000000a7)
Definition access_code_prefixer.h:24
Definition access_code_prefixer.h:23