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

<+description of block+> More...

#include <attr_sink.h>

Inheritance diagram for gr::iio::attr_sink:
gr::iio::attr_sink_impl

Public Types

typedef std::shared_ptr< attr_sinksptr
 

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<attr_sink> gr::iio::attr_sink::sptr

Member Function Documentation

◆ make()

static sptr gr::iio::attr_sink::make ( const std::string &  uri,
const std::string &  device,
const std::string &  channel,
int  type,
bool  output,
bool  required_enable 
)
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.


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