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