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