10 #ifndef INCLUDED_IIO_ATTR_UPDATER_IMPL_H 11 #define INCLUDED_IIO_ATTR_UPDATER_IMPL_H 24 const std::string d_attribute;
26 const pmt::pmt_t d_port;
27 unsigned int d_interval_ms;
31 std::shared_ptr<gr::thread::thread> d_thread;
37 const std::string value,
38 unsigned int interval_ms);
void set_value(std::string value)
Definition: attr_updater_impl.h:21
Definition: attr_sink.h:29
attr_updater_impl(const std::string attribute, const std::string value, unsigned int interval_ms)
Generic helper block to create message in a format that will be accepted by the IIO Attribute Sink Bl...
Definition: attr_updater.h:30