GNU Radio's TDD Package
gr::tdd::nullMsgSink Class Reference

<+description of block+> More...

#include <nullMsgSink.h>

Inheritance diagram for gr::tdd::nullMsgSink:

Public Types

typedef boost::shared_ptr< nullMsgSinksptr
 

Static Public Member Functions

static sptr make (int meta)
 Return a shared_ptr to a new instance of tdd::nullMsgSink.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<nullMsgSink> gr::tdd::nullMsgSink::sptr

Member Function Documentation

◆ make()

static sptr gr::tdd::nullMsgSink::make ( int meta)
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.


The documentation for this class was generated from the following file: