|
GNU Radio's IIO Package
|
<+description of block+> More...
#include <attr_source.h>
Public Types | |
| typedef std::shared_ptr< attr_source > | sptr |
Static Public Member Functions | |
| static sptr | make (const std::string &uri, const std::string &device, const std::string &channel, const std::string &attribute, int update_interval_ms, int samples_per_update, int data_type, int attr_type, bool output, uint32_t address, bool required_enable) |
| Return a shared_ptr to a new instance of iio::attr_source. More... | |
<+description of block+>
| typedef std::shared_ptr<attr_source> gr::iio::attr_source::sptr |
|
static |
Return a shared_ptr to a new instance of iio::attr_source.
To avoid accidental use of raw pointers, iio::attr_source's constructor is in a private implementation class. iio::attr_source::make is the public interface for creating new instances.