11#ifndef INCLUDED_IIO_ATTR_UPDATER_H
12#define INCLUDED_IIO_ATTR_UPDATER_H
33 typedef std::shared_ptr<attr_updater>
sptr;
45 make(
const std::string attribute,
const std::string value,
unsigned int interval_ms);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
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
#define IIO_API
Definition: gr-iio/include/gnuradio/iio/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29