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);
47 virtual void set_value(std::string value) = 0;
#define IIO_API
Definition: api.h:19
Definition: attr_sink.h:29
std::shared_ptr< attr_updater > sptr
Definition: attr_updater.h:33
Generic helper block to create message in a format that will be accepted by the IIO Attribute Sink Bl...
Definition: attr_updater.h:30