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

#include <fmcomms5_sink.h>

Inheritance diagram for gr::iio::fmcomms5_sink:
gr::iio::fmcomms5_sink_impl

Public Types

typedef std::shared_ptr< fmcomms5_sinksptr

Public Member Functions

virtual void set_params (unsigned long long frequency1, unsigned long long frequency2, unsigned long samplerate, unsigned long bandwidth, const char *rf_port_select, double attenuation1, double attenuation2, double attenuation3, double attenuation4)=0

Static Public Member Functions

static sptr make (const std::string &uri, unsigned long long frequency1, unsigned long long frequency2, unsigned long samplerate, unsigned long bandwidth, bool ch1_en, bool ch2_en, bool ch3_en, bool ch4_en, bool ch5_en, bool ch6_en, bool ch7_en, bool ch8_en, unsigned long buffer_size, bool cyclic, const char *rf_port_select, double attenuation1, double attenuation2, double attenuation3, double attenuation4, const char *filter="")
static sptr make_from (struct iio_context *ctx, unsigned long long frequency1, unsigned long long frequency2, unsigned long samplerate, unsigned long bandwidth, bool ch1_en, bool ch2_en, bool ch3_en, bool ch4_en, bool ch5_en, bool ch6_en, bool ch7_en, bool ch8_en, unsigned long buffer_size, bool cyclic, const char *rf_port_select, double attenuation1, double attenuation2, double attenuation3, double attenuation4, const char *filter="")

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

sptr gr::iio::fmcomms5_sink::make ( const std::string & uri,
unsigned long long frequency1,
unsigned long long frequency2,
unsigned long samplerate,
unsigned long bandwidth,
bool ch1_en,
bool ch2_en,
bool ch3_en,
bool ch4_en,
bool ch5_en,
bool ch6_en,
bool ch7_en,
bool ch8_en,
unsigned long buffer_size,
bool cyclic,
const char * rf_port_select,
double attenuation1,
double attenuation2,
double attenuation3,
double attenuation4,
const char * filter = "" )
static

◆ make_from()

sptr gr::iio::fmcomms5_sink::make_from ( struct iio_context * ctx,
unsigned long long frequency1,
unsigned long long frequency2,
unsigned long samplerate,
unsigned long bandwidth,
bool ch1_en,
bool ch2_en,
bool ch3_en,
bool ch4_en,
bool ch5_en,
bool ch6_en,
bool ch7_en,
bool ch8_en,
unsigned long buffer_size,
bool cyclic,
const char * rf_port_select,
double attenuation1,
double attenuation2,
double attenuation3,
double attenuation4,
const char * filter = "" )
static

◆ set_params()

virtual void gr::iio::fmcomms5_sink::set_params ( unsigned long long frequency1,
unsigned long long frequency2,
unsigned long samplerate,
unsigned long bandwidth,
const char * rf_port_select,
double attenuation1,
double attenuation2,
double attenuation3,
double attenuation4 )
pure virtual

Implemented in gr::iio::fmcomms5_sink_impl.


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