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

<+description of block+> More...

#include <serMsgCnt.h>

Inheritance diagram for gr::tdd::serMsgCnt:

Public Types

typedef boost::shared_ptr< serMsgCntsptr
 

Static Public Member Functions

static sptr make (std::string sync, std::string cnt, int verbose)
 Return a shared_ptr to a new instance of tdd::serMsgCnt.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

static sptr gr::tdd::serMsgCnt::make ( std::string sync,
std::string cnt,
int verbose )
static

Return a shared_ptr to a new instance of tdd::serMsgCnt.

To avoid accidental use of raw pointers, tdd::serMsgCnt's constructor is in a private implementation class. tdd::serMsgCnt::make is the public interface for creating new instances.


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