GNU Radio's PAINT Package
gr::paint::paint_bc Class Reference

<+description of block+> More...

#include <paint_bc.h>

Inheritance diagram for gr::paint::paint_bc:
gr::paint::paint_bc_impl

Public Types

typedef boost::shared_ptr< paint_bcsptr
 

Static Public Member Functions

static sptr make (int width, int repeats, int equalization, int randomsrc, int inputs)
 Return a shared_ptr to a new instance of paint::paint_bc. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<paint_bc> gr::paint::paint_bc::sptr

Member Function Documentation

◆ make()

static sptr gr::paint::paint_bc::make ( int  width,
int  repeats,
int  equalization,
int  randomsrc,
int  inputs 
)
static

Return a shared_ptr to a new instance of paint::paint_bc.

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


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