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