GNU Radio's PAINT Package
|
<+description of block+> More...
#include <paint_bc.h>
Public Types | |
typedef std::shared_ptr< paint_bc > | sptr |
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. | |
<+description of block+>
typedef std::shared_ptr<paint_bc> gr::paint::paint_bc::sptr |
|
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.