GNU Radio's SYMBOLRATE Package
gr::symbolrate::symbolrate Class Reference

<+description of block+> More...

#include <symbolrate.h>

Inheritance diagram for gr::symbolrate::symbolrate:
gr::symbolrate::symbolrate_impl

Public Types

typedef std::shared_ptr< symbolratesptr

Static Public Member Functions

static sptr make (float samp_rate, float valid_min, float valid_max, bool logRates)
 Return a shared_ptr to a new instance of symbolrate::symbolrate.

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<symbolrate> gr::symbolrate::symbolrate::sptr

Member Function Documentation

◆ make()

sptr gr::symbolrate::symbolrate::make ( float samp_rate,
float valid_min,
float valid_max,
bool logRates )
static

Return a shared_ptr to a new instance of symbolrate::symbolrate.

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


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