GNU Radio's LTE Package
|
Detect SSS in symbol. More...
#include <sss_calculator_vcm.h>
Public Types | |
typedef boost::shared_ptr< sss_calculator_vcm > | sptr |
Public Member Functions | |
virtual int | get_cell_id ()=0 |
virtual long | get_frame_start ()=0 |
Static Public Member Functions | |
static sptr | make (int fftl, std::string key_id, std::string key_offset, std::string name="sss_calculator_vcm") |
Return a shared_ptr to a new instance of lte::sss_calculator_vcm. More... | |
Detect SSS in symbol.
typedef boost::shared_ptr<sss_calculator_vcm> gr::lte::sss_calculator_vcm::sptr |
|
pure virtual |
Implemented in gr::lte::sss_calculator_vcm_impl.
|
pure virtual |
Implemented in gr::lte::sss_calculator_vcm_impl.
|
static |
Return a shared_ptr to a new instance of lte::sss_calculator_vcm.
To avoid accidental use of raw pointers, lte::sss_calculator_vcm's constructor is in a private implementation class. lte::sss_calculator_vcm::make is the public interface for creating new instances.