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