GNU Radio's LFAST Package
gr::lfast::nlog10volk Class Reference

<+description of block+> More...

#include <nlog10volk.h>

Inheritance diagram for gr::lfast::nlog10volk:
gr::lfast::nlog10volk_impl

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

typedef boost::shared_ptr<nlog10volk> gr::lfast::nlog10volk::sptr

Member Function Documentation

static sptr gr::lfast::nlog10volk::make ( float  n,
size_t  vlen,
float  k 
)
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.


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