<+description of block+>
More...
#include <eightbit_sink.h>
|
| static sptr | make (const std::string &uri, const std::string &device, const std::vector< std::string > &channels, const std::string &device_phy, const std::vector< std::string > ¶ms, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int interpolation=0, bool cyclic=false) |
| | Return a shared_ptr to a new instance of iio::device. More...
|
| |
| static sptr | make_from (struct iio_context *ctx, const std::string &device, const std::vector< std::string > &channels, const std::string &device_phy, const std::vector< std::string > ¶ms, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int interpolation=0, bool cyclic=false) |
| |
◆ sptr
◆ make()
| static sptr gr::iio::eightbit_sink::make |
( |
const std::string & |
uri, |
|
|
const std::string & |
device, |
|
|
const std::vector< std::string > & |
channels, |
|
|
const std::string & |
device_phy, |
|
|
const std::vector< std::string > & |
params, |
|
|
unsigned int |
buffer_size = DEFAULT_BUFFER_SIZE, |
|
|
unsigned int |
interpolation = 0, |
|
|
bool |
cyclic = false |
|
) |
| |
|
static |
Return a shared_ptr to a new instance of iio::device.
To avoid accidental use of raw pointers, iio::device's constructor is in a private implementation class. iio::device::make is the public interface for creating new instances.
◆ make_from()
| static sptr gr::iio::eightbit_sink::make_from |
( |
struct iio_context * |
ctx, |
|
|
const std::string & |
device, |
|
|
const std::vector< std::string > & |
channels, |
|
|
const std::string & |
device_phy, |
|
|
const std::vector< std::string > & |
params, |
|
|
unsigned int |
buffer_size = DEFAULT_BUFFER_SIZE, |
|
|
unsigned int |
interpolation = 0, |
|
|
bool |
cyclic = false |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: