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