|
GNU Radio's CESSB Package
|
<+description of block+> More...
#include <clipper_cc.h>
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... | |
<+description of block+>
| typedef boost::shared_ptr<clipper_cc> gr::cessb::clipper_cc::sptr |
|
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.