<+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 hnchiio::device.
|
| static sptr | make_from (struct iio_context *ctx, unsigned long samplerate, unsigned long lo_freq, double gain_value, unsigned long buffer_size) |
◆ sptr
◆ make()
| sptr gr::hnchiio::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 hnchiio::device.
To avoid accidental use of raw pointers, hnchiio::device's constructor is in a private implementation class. hnchiio::device::make is the public interface for creating new instances.
Referenced by gr::hnchiio::hnchboard2u_source_f32c::make().
◆ make_from()
| sptr gr::hnchiio::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::hnchiio::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: