GNU Radio's IIO Package
gr::iio::pluto_source Class Referenceabstract

Source block for the PlutoSDR. More...

#include <pluto_source.h>

Inheritance diagram for gr::iio::pluto_source:
gr::iio::pluto_source_impl

Public Types

typedef std::shared_ptr< pluto_sourcesptr

Public Member Functions

virtual void set_params (unsigned long long frequency, unsigned long samplerate, unsigned long bandwidth, bool quadrature, bool rfdc, bool bbdc, const char *gain, double gain_value, const char *filter="", bool auto_filter=true)=0

Static Public Member Functions

static sptr make (const std::string &uri, unsigned long long frequency, unsigned long samplerate, unsigned long bandwidth, unsigned long buffer_size, bool quadrature, bool rfdc, bool bbdc, const char *gain, double gain_value, const char *filter="", bool auto_filter=true)

Detailed Description

Source block for the PlutoSDR.

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<pluto_source> gr::iio::pluto_source::sptr

Member Function Documentation

◆ make()

sptr gr::iio::pluto_source::make ( const std::string & uri,
unsigned long long frequency,
unsigned long samplerate,
unsigned long bandwidth,
unsigned long buffer_size,
bool quadrature,
bool rfdc,
bool bbdc,
const char * gain,
double gain_value,
const char * filter = "",
bool auto_filter = true )
static

◆ set_params()

virtual void gr::iio::pluto_source::set_params ( unsigned long long frequency,
unsigned long samplerate,
unsigned long bandwidth,
bool quadrature,
bool rfdc,
bool bbdc,
const char * gain,
double gain_value,
const char * filter = "",
bool auto_filter = true )
pure virtual

Implemented in gr::iio::pluto_source_impl.


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