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