#include <hnchboard2_source_impl.h>
|
| | hnchboard2_source_impl (struct iio_context *ctx, unsigned long samplerate, unsigned long lo_freq, double gain_value, unsigned long buffer_size) |
| void | set_params (unsigned long samplerate, unsigned long lo_freq, double gain_value) |
| | flexi_source_impl (struct iio_context *ctx, bool destroy_ctx, const std::string &device, const std::vector< std::string > &channels, const std::string &device_phy, const std::vector< std::string > &devparams, const std::vector< std::string > &phyparams, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int decimation=0) |
| | ~flexi_source_impl () |
| void | set_devparams (const std::vector< std::string > ¶ms) |
| void | set_phyparams (const std::vector< std::string > ¶ms) |
| void | set_buffer_size (unsigned int buffer_size) |
| void | set_timeout_ms (unsigned long timeout) |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| bool | start () |
| bool | stop () |
|
| typedef std::shared_ptr< hnchboard2_source > | sptr |
| typedef std::shared_ptr< flexi_source > | sptr |
| 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) |
| static void | set_params (struct iio_device *phy, const std::vector< std::string > ¶ms) |
| static struct iio_context * | get_context (const std::string &uri) |
| static sptr | make (const std::string &uri, const std::string &device, const std::vector< std::string > &channels, const std::string &device_phy, const std::vector< std::string > &devparams, const std::vector< std::string > &phyparams, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int decimation=0) |
| | Return a shared_ptr to a new instance of hnchiio::device.
|
| static sptr | make_from (struct iio_context *ctx, const std::string &device, const std::vector< std::string > &channels, const std::string &device_phy, const std::vector< std::string > &devparams, const std::vector< std::string > &phyparams, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int decimation=0) |
| struct iio_context * | ctx |
| struct iio_device * | dev |
| struct iio_device * | phy |
| struct iio_buffer * | buf |
| std::vector< struct iio_channel * > | channel_list |
| unsigned int | buffer_size |
| unsigned int | decimation |
| bool | destroy_ctx |
◆ hnchboard2_source_impl()
| gr::hnchiio::hnchboard2_source_impl::hnchboard2_source_impl |
( |
struct iio_context * | ctx, |
|
|
unsigned long | samplerate, |
|
|
unsigned long | lo_freq, |
|
|
double | gain_value, |
|
|
unsigned long | buffer_size ) |
◆ set_params()
| void gr::hnchiio::hnchboard2_source_impl::set_params |
( |
unsigned long | samplerate, |
|
|
unsigned long | lo_freq, |
|
|
double | gain_value ) |
|
virtual |
The documentation for this class was generated from the following file: