#include <fmcomms2_sink.h>
|
| virtual void | set_params (unsigned long long frequency, unsigned long samplerate, unsigned long bandwidth, const char *rf_port_select, double attenuation1, double attenuation2, const char *filter="", bool auto_filter=true)=0 |
|
| static sptr | make (const std::string &uri, unsigned long long frequency, unsigned long samplerate, unsigned long bandwidth, bool ch1_en, bool ch2_en, bool ch3_en, bool ch4_en, unsigned long buffer_size, bool cyclic, const char *rf_port_select, double attenuation1, double attenuation2, const char *filter="", bool auto_filter=true) |
| static sptr | make_from (struct iio_context *ctx, unsigned long long frequency, unsigned long samplerate, unsigned long bandwidth, bool ch1_en, bool ch2_en, bool ch3_en, bool ch4_en, unsigned long buffer_size, bool cyclic, const char *rf_port_select, double attenuation1, double attenuation2, const char *filter="", bool auto_filter=true) |
◆ sptr
◆ make()
| sptr gr::iio::fmcomms2_sink::make |
( |
const std::string & | uri, |
|
|
unsigned long long | frequency, |
|
|
unsigned long | samplerate, |
|
|
unsigned long | bandwidth, |
|
|
bool | ch1_en, |
|
|
bool | ch2_en, |
|
|
bool | ch3_en, |
|
|
bool | ch4_en, |
|
|
unsigned long | buffer_size, |
|
|
bool | cyclic, |
|
|
const char * | rf_port_select, |
|
|
double | attenuation1, |
|
|
double | attenuation2, |
|
|
const char * | filter = "", |
|
|
bool | auto_filter = true ) |
|
static |
◆ make_from()
| sptr gr::iio::fmcomms2_sink::make_from |
( |
struct iio_context * | ctx, |
|
|
unsigned long long | frequency, |
|
|
unsigned long | samplerate, |
|
|
unsigned long | bandwidth, |
|
|
bool | ch1_en, |
|
|
bool | ch2_en, |
|
|
bool | ch3_en, |
|
|
bool | ch4_en, |
|
|
unsigned long | buffer_size, |
|
|
bool | cyclic, |
|
|
const char * | rf_port_select, |
|
|
double | attenuation1, |
|
|
double | attenuation2, |
|
|
const char * | filter = "", |
|
|
bool | auto_filter = true ) |
|
static |
◆ set_params()
| virtual void gr::iio::fmcomms2_sink::set_params |
( |
unsigned long long | frequency, |
|
|
unsigned long | samplerate, |
|
|
unsigned long | bandwidth, |
|
|
const char * | rf_port_select, |
|
|
double | attenuation1, |
|
|
double | attenuation2, |
|
|
const char * | filter = "", |
|
|
bool | auto_filter = true ) |
|
pure virtual |
The documentation for this class was generated from the following file: