GNU Radio's DAB Package
gr::dab::measure_processing_rate Class Reference

<+description of block+> More...

#include <measure_processing_rate.h>

Inheritance diagram for gr::dab::measure_processing_rate:

Public Types

typedef std::shared_ptr< measure_processing_ratesptr
 

Static Public Member Functions

static sptr make (size_t itemsize, int samples_to_count)
 Return a shared_ptr to a new instance of dab::measure_processing_rate. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::dab::measure_processing_rate::make ( size_t  itemsize,
int  samples_to_count 
)
static

Return a shared_ptr to a new instance of dab::measure_processing_rate.

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


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