GNU Radio's DSD Package
gr::dsd::dsd_block_ff Class Reference

<+description of block+> More...

#include <dsd_block_ff.h>

Inheritance diagram for gr::dsd::dsd_block_ff:
gr::dsd::dsd_block_ff_impl

Public Types

typedef std::shared_ptr< dsd_block_ffsptr

Static Public Member Functions

static sptr make (dsd_frame_mode frame, dsd_modulation_optimizations mod, int uvquality, bool errorbars, int verbosity)
 Return a shared_ptr to a new instance of dsd::dsd_block_ff.

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<dsd_block_ff> gr::dsd::dsd_block_ff::sptr

Member Function Documentation

◆ make()

sptr gr::dsd::dsd_block_ff::make ( dsd_frame_mode frame,
dsd_modulation_optimizations mod,
int uvquality,
bool errorbars,
int verbosity )
static

Return a shared_ptr to a new instance of dsd::dsd_block_ff.

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


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