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