GNU Radio's IEEE802 Package
|
<+description of block+> More...
#include <interleaver_ii.h>
Public Types | |
typedef boost::shared_ptr< interleaver_ii > | sptr |
Static Public Member Functions | |
static sptr | make (std::vector< int > intlv_seq, bool forward) |
Return a shared_ptr to a new instance of ieee802_15_4::interleaver_ii. | |
<+description of block+>
typedef boost::shared_ptr<interleaver_ii> gr::ieee802_15_4::interleaver_ii::sptr |
|
static |
Return a shared_ptr to a new instance of ieee802_15_4::interleaver_ii.
To avoid accidental use of raw pointers, ieee802_15_4::interleaver_ii's constructor is in a private implementation class. ieee802_15_4::interleaver_ii::make is the public interface for creating new instances.