|
GNU Radio's LFAST Package
|
<+description of block+> More...
#include <nlog10volk.h>
Public Types | |
| typedef boost::shared_ptr < nlog10volk > | sptr |
Static Public Member Functions | |
| static sptr | make (float n, size_t vlen, float k) |
| Return a shared_ptr to a new instance of lfast::nlog10volk. More... | |
<+description of block+>
| typedef boost::shared_ptr<nlog10volk> gr::lfast::nlog10volk::sptr |
|
static |
Return a shared_ptr to a new instance of lfast::nlog10volk.
To avoid accidental use of raw pointers, lfast::nlog10volk's constructor is in a private implementation class. lfast::nlog10volk::make is the public interface for creating new instances.