23#ifndef INCLUDED_IEEE802_15_4_CODEWORD_DEMAPPER_IB_H
24#define INCLUDED_IEEE802_15_4_CODEWORD_DEMAPPER_IB_H
26#include <gnuradio/block.h>
40 typedef std::shared_ptr<codeword_demapper_ib>
sptr;
50 static sptr make(
int bits_per_cw, std::vector<std::vector<int>> codewords);
#define IEEE802_15_4_API
Definition api.h:19
<+description of block+>
Definition codeword_demapper_ib.h:38
std::shared_ptr< codeword_demapper_ib > sptr
Definition codeword_demapper_ib.h:40
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_demapper_ib.
Definition access_code_prefixer.h:24
Definition access_code_prefixer.h:23