23#ifndef INCLUDED_IEEE802_15_4_CODEWORD_SOFT_DEMAPPER_FB_H
24#define INCLUDED_IEEE802_15_4_CODEWORD_SOFT_DEMAPPER_FB_H
26#include <gnuradio/block.h>
40 typedef std::shared_ptr<codeword_soft_demapper_fb>
sptr;
51 static sptr make(
int bits_per_cw, std::vector<std::vector<float>> codewords);
#define IEEE802_15_4_API
Definition api.h:19
<+description of block+>
Definition codeword_soft_demapper_fb.h:38
static sptr make(int bits_per_cw, std::vector< std::vector< float > > codewords)
Return a shared_ptr to a new instance of ieee802_15_4::codeword_soft_demapper_fb.
std::shared_ptr< codeword_soft_demapper_fb > sptr
Definition codeword_soft_demapper_fb.h:40
Definition access_code_prefixer.h:24
Definition access_code_prefixer.h:23