GNU Radio's IIO Package
gr::iio::attr_updater_impl Class Reference

#include <attr_updater_impl.h>

Inheritance diagram for gr::iio::attr_updater_impl:
gr::iio::attr_updater

Public Member Functions

 attr_updater_impl (const std::string attribute, const std::string value, unsigned int interval_ms)
 ~attr_updater_impl ()
void set_value (std::string value)
bool start ()
bool stop ()

Additional Inherited Members

Public Types inherited from gr::iio::attr_updater
typedef std::shared_ptr< attr_updatersptr
Static Public Member Functions inherited from gr::iio::attr_updater
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.

Constructor & Destructor Documentation

◆ attr_updater_impl()

gr::iio::attr_updater_impl::attr_updater_impl ( const std::string attribute,
const std::string value,
unsigned int interval_ms )

◆ ~attr_updater_impl()

gr::iio::attr_updater_impl::~attr_updater_impl ( )

Member Function Documentation

◆ set_value()

void gr::iio::attr_updater_impl::set_value ( std::string value)
virtual

Implements gr::iio::attr_updater.

◆ start()

bool gr::iio::attr_updater_impl::start ( )

◆ stop()

bool gr::iio::attr_updater_impl::stop ( )

The documentation for this class was generated from the following file: