<+description of block+>
More...
#include <hnchboard2u_source.h>
|
| virtual void | set_params (unsigned long samplerate, unsigned long lo_freq, double gain_value)=0 |
| |
|
| static sptr | make (const std::string &uri, unsigned long samplerate, unsigned long lo_freq, double gain_value, unsigned long buffer_size) |
| | Return a shared_ptr to a new instance of iio::device. More...
|
| |
| static sptr | make_from (struct iio_context *ctx, unsigned long samplerate, unsigned long lo_freq, double gain_value, unsigned long buffer_size) |
| |
◆ sptr
◆ make()
| static sptr gr::iio::hnchboard2u_source::make |
( |
const std::string & |
uri, |
|
|
unsigned long |
samplerate, |
|
|
unsigned long |
lo_freq, |
|
|
double |
gain_value, |
|
|
unsigned long |
buffer_size |
|
) |
| |
|
static |
Return a shared_ptr to a new instance of iio::device.
To avoid accidental use of raw pointers, iio::device's constructor is in a private implementation class. iio::device::make is the public interface for creating new instances.
Referenced by gr::iio::hnchboard2u_source_f32c::make().
◆ make_from()
| static sptr gr::iio::hnchboard2u_source::make_from |
( |
struct iio_context * |
ctx, |
|
|
unsigned long |
samplerate, |
|
|
unsigned long |
lo_freq, |
|
|
double |
gain_value, |
|
|
unsigned long |
buffer_size |
|
) |
| |
|
static |
◆ set_params()
| virtual void gr::iio::hnchboard2u_source::set_params |
( |
unsigned long |
samplerate, |
|
|
unsigned long |
lo_freq, |
|
|
double |
gain_value |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: