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