GNU Radio's IEEE802 Package
|
<+description of block+> More...
#include <codeword_demapper_ib.h>
Public Types | |
typedef boost::shared_ptr< codeword_demapper_ib > | sptr |
Static Public Member Functions | |
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. More... | |
<+description of block+>
typedef boost::shared_ptr<codeword_demapper_ib> gr::ieee802_15_4::codeword_demapper_ib::sptr |
|
static |
Return a shared_ptr to a new instance of ieee802_15_4::codeword_demapper_ib.
To avoid accidental use of raw pointers, ieee802_15_4::codeword_demapper_ib's constructor is in a private implementation class. ieee802_15_4::codeword_demapper_ib::make is the public interface for creating new instances.