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

<+description of block+> More...

#include <ferMsgGen.h>

Inheritance diagram for gr::tdd::ferMsgGen:

Public Types

typedef boost::shared_ptr< ferMsgGensptr
 

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.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

static sptr gr::tdd::ferMsgGen::make ( int frame_size,
std::string out_tag_key,
std::string len_tag_key )
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.


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