22#ifndef INCLUDED_IEEE802_15_4_PREAMBLE_SFD_PREFIXER_II_H
23#define INCLUDED_IEEE802_15_4_PREAMBLE_SFD_PREFIXER_II_H
26#include <gnuradio/block.h>
29 namespace ieee802_15_4 {
39 typedef boost::shared_ptr<preamble_sfd_prefixer_ii>
sptr;
49 static sptr make(std::vector<int> preamble, std::vector<int> sfd,
int nsym_frame);
#define IEEE802_15_4_API
Definition api.h:25
<+description of block+>
Definition preamble_sfd_prefixer_ii.h:37
static sptr make(std::vector< int > preamble, std::vector< int > sfd, int nsym_frame)
Return a shared_ptr to a new instance of ieee802_15_4::preamble_sfd_prefixer_ii.
boost::shared_ptr< preamble_sfd_prefixer_ii > sptr
Definition preamble_sfd_prefixer_ii.h:39
Definition access_code_prefixer.h:23