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