GNU Radio's CYBERRADIO Package
gr::CyberRadio::snapshot_fft_vector_source Class Reference

<+description of block+> More...

#include <snapshot_fft_vector_source.h>

Inheritance diagram for gr::CyberRadio::snapshot_fft_vector_source:
gr::CyberRadio::snapshot_fft_vector_source_impl

Public Types

typedef boost::shared_ptr< snapshot_fft_vector_sourcesptr
 

Static Public Member Functions

static sptr make (const std::string radio_type, const std::string &ip, unsigned int port, unsigned int block_size, unsigned int block_rate)
 Return a shared_ptr to a new instance of CyberRadio::snapshot_fft_vector_source. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::CyberRadio::snapshot_fft_vector_source::make ( const std::string  radio_type,
const std::string &  ip,
unsigned int  port,
unsigned int  block_size,
unsigned int  block_rate 
)
static

Return a shared_ptr to a new instance of CyberRadio::snapshot_fft_vector_source.

To avoid accidental use of raw pointers, CyberRadio::snapshot_fft_vector_source's constructor is in a private implementation class. CyberRadio::snapshot_fft_vector_source::make is the public interface for creating new instances.


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