22#ifndef INCLUDED_IIO_HNCHBBBOARD_SOURCE_IMPL_H
23#define INCLUDED_IIO_HNCHBBBOARD_SOURCE_IMPL_H
39 std::vector<std::string> get_channels_vector(
44 unsigned long long frequency,
unsigned long samplerate,
45 int stream_id,
unsigned long buffer_size,
double gain_value);
48 unsigned long samplerate,
double gain_value);
unsigned int buffer_size
Definition device_source_impl.h:65
bool destroy_ctx
Definition device_source_impl.h:67
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)
struct iio_context * ctx
Definition device_source_impl.h:61
void set_params(unsigned long long frequency, unsigned long samplerate, double gain_value)
hnchbbboard_source_impl(struct iio_context *ctx, bool destroy_ctx, unsigned long long frequency, unsigned long samplerate, int stream_id, unsigned long buffer_size, double gain_value)
<+description of block+>
Definition hnchbbboard_source.h:41
Definition device_sink.h:36
Definition device_sink.h:35