11#ifndef INCLUDED_IIO_ATTR_UPDATER_H
12#define INCLUDED_IIO_ATTR_UPDATER_H
14#include <gnuradio/block.h>
33 typedef std::shared_ptr<attr_updater>
sptr;
45 make(
const std::string attribute,
const std::string value,
unsigned int interval_ms);
#define IIO_API
Definition api.h:19
Generic helper block to create message in a format that will be accepted by the IIO Attribute Sink Bl...
Definition attr_updater.h:31
virtual void set_value(std::string value)=0
static sptr make(const std::string attribute, const std::string value, unsigned int interval_ms)
Return a shared_ptr to a new instance of iio::attr_updater.
std::shared_ptr< attr_updater > sptr
Definition attr_updater.h:33
Definition attr_sink.h:30
Definition attr_sink.h:29