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