GNU Radio's LTE Package
|
Block performs descrambling of PBCH with the given Cell IDCell ID is passed to block via message port on runtime. More...
#include <pbch_descrambler_vfvf.h>
Public Types | |
typedef boost::shared_ptr< pbch_descrambler_vfvf > | sptr |
Public Member Functions | |
virtual void | set_cell_id (int id)=0 |
virtual std::vector< int > | pn_sequence () const =0 |
Static Public Member Functions | |
static sptr | make (std::string key) |
Return a shared_ptr to a new instance of lte::pbch_descrambler_vfvf. More... | |
Block performs descrambling of PBCH with the given Cell ID
Cell ID is passed to block via message port on runtime.
typedef boost::shared_ptr<pbch_descrambler_vfvf> gr::lte::pbch_descrambler_vfvf::sptr |
|
static |
Return a shared_ptr to a new instance of lte::pbch_descrambler_vfvf.
To avoid accidental use of raw pointers, lte::pbch_descrambler_vfvf's constructor is in a private implementation class. lte::pbch_descrambler_vfvf::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::lte::pbch_descrambler_vfvf_impl.
|
pure virtual |
Implemented in gr::lte::pbch_descrambler_vfvf_impl.