GNU Radio's CESSB Package
gr::cessb::clipper_cc Class Reference

<+description of block+> More...

#include <clipper_cc.h>

Inheritance diagram for gr::cessb::clipper_cc:
gr::cessb::clipper_cc_impl

Public Types

typedef boost::shared_ptr
< clipper_cc
sptr
 

Static Public Member Functions

static sptr make (float clip)
 Return a shared_ptr to a new instance of cessb::clipper_cc. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

typedef boost::shared_ptr<clipper_cc> gr::cessb::clipper_cc::sptr

Member Function Documentation

static sptr gr::cessb::clipper_cc::make ( float  clip)
static

Return a shared_ptr to a new instance of cessb::clipper_cc.

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


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