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