22 #ifndef INCLUDED_IIO_ATTR_SINK_IMPL_H 23 #define INCLUDED_IIO_ATTR_SINK_IMPL_H 45 struct iio_context *
ctx;
46 struct iio_device *
dev;
51 const std::string &channel,
int type,
bool output,
bool required_enable);
<+description of block+>
Definition: attr_sink.h:37
struct iio_device * dev
Definition: attr_sink_impl.h:46
Definition: attr_sink.h:29
attr_sink_impl(const std::string &uri, const std::string &device, const std::string &channel, int type, bool output, bool required_enable)
void write_attribute(pmt::pmt_t pdu)
struct iio_context * ctx
Definition: attr_sink_impl.h:45
Definition: attr_sink_impl.h:34
struct iio_channel * chan
Definition: attr_sink_impl.h:47