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);
47 virtual void set_value(std::string value) = 0;
GNU Radio logging wrapper.
Definition: basic_block.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
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62
#define IIO_API
Definition: gr-iio/include/gnuradio/iio/api.h:18