|
| | fmcomms5_source_impl (struct iio_context *ctx, bool destroy_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 quadrature, bool rfdc, bool bbdc, const char *gain1, double gain1_value, const char *gain2, double gain2_value, const char *gain3, double gain3_value, const char *gain4, double gain4_value, const char *rf_port_select, const char *filter) |
| |
| void | set_params (unsigned long long frequency1, unsigned long long frequency2, unsigned long samplerate, unsigned long bandwidth, bool quadrature, bool rfdc, bool bbdc, const char *gain1, double gain1_value, const char *gain2, double gain2_value, const char *gain3, double gain3_value, const char *gain4, double gain4_value, const char *rf_port_select) |
| |
| | device_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 > ¶ms, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int decimation=0) |
| |
| | ~device_source_impl () |
| |
| void | set_params (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< fmcomms5_source > | sptr |
| |
| typedef std::shared_ptr< device_source > | sptr |
| |
| 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 quadrature, bool rfdc, bool bbdc, const char *gain1, double gain1_value, const char *gain2, double gain2_value, const char *gain3, double gain3_value, const char *gain4, double gain4_value, const char *rf_port_select, const char *filter="") |
| | Return a shared_ptr to a new instance of iio::device. More...
|
| |
| 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 quadrature, bool rfdc, bool bbdc, const char *gain1, double gain1_value, const char *gain2, double gain2_value, const char *gain3, double gain3_value, const char *gain4, double gain4_value, const char *rf_port_select, const char *filter="") |
| |
| static void | set_params (struct iio_device *phy, const std::vector< std::string > ¶ms) |
| |
| static void | remove_ctx_history (struct iio_context *ctx, bool destroy_ctx) |
| |
| static struct iio_context * | get_context (const std::string &uri) |
| |
| static bool | load_fir_filter (std::string &filter, struct iio_device *phy) |
| |
| 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 > ¶ms, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int decimation=0) |
| | Return a shared_ptr to a new instance of iio::device. More...
|
| |
| 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 > ¶ms, 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 |
| |