11#ifndef INCLUDED_IIO_ATTR_SINK_H
12#define INCLUDED_IIO_ATTR_SINK_H
35 typedef std::shared_ptr<attr_sink>
sptr;
52 const std::string& device,
53 const std::string& channel,
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Generic writer for attributes of IIO devices.
Definition: attr_sink.h:33
static sptr make(const std::string &uri, const std::string &device, const std::string &channel, attr_type_t type, bool output)
Return a shared_ptr to a new instance of iio::attr_sink.
std::shared_ptr< attr_sink > sptr
Definition: attr_sink.h:35
#define IIO_API
Definition: gr-iio/include/gnuradio/iio/api.h:18
attr_type_t
Definition: iio_types.h:23
GNU Radio logging wrapper.
Definition: basic_block.h:29