GNU Radio's GSM Package
|
<+description of block+> More...
#include <cx_channel_hopper.h>
Public Types | |
typedef std::shared_ptr< cx_channel_hopper > | sptr |
Static Public Member Functions | |
static sptr | make (const std::vector< int > &ma, int maio, int hsn) |
Return a shared_ptr to a new instance of gsm::cx_channel_hopper. | |
<+description of block+>
typedef std::shared_ptr<cx_channel_hopper> gr::gsm::cx_channel_hopper::sptr |
|
static |
Return a shared_ptr to a new instance of gsm::cx_channel_hopper.
To avoid accidental use of raw pointers, gsm::cx_channel_hopper's constructor is in a private implementation class. gsm::cx_channel_hopper::make is the public interface for creating new instances.