GNU Radio's LTE Package
|
Unpack CFI and publish it on output message port. More...
#include <pcfich_unpack_vfm.h>
Public Types | |
typedef boost::shared_ptr< pcfich_unpack_vfm > | sptr |
Public Member Functions | |
virtual std::vector< int > | cfi_results ()=0 |
Static Public Member Functions | |
static sptr | make (std::string key, std::string msg_buf_name, std::string name="pcfich_unpack_vfm") |
Return a shared_ptr to a new instance of lte::pcfich_unpack_vfm. More... | |
Unpack CFI and publish it on output message port.
typedef boost::shared_ptr<pcfich_unpack_vfm> gr::lte::pcfich_unpack_vfm::sptr |
|
pure virtual |
|
static |
Return a shared_ptr to a new instance of lte::pcfich_unpack_vfm.
To avoid accidental use of raw pointers, lte::pcfich_unpack_vfm's constructor is in a private implementation class. lte::pcfich_unpack_vfm::make is the public interface for creating new instances.