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