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