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