GNU Radio's IIO Package
gr::iio::eightbit_source Class Referenceabstract

<+description of block+> More...

#include <eightbit_source.h>

Inheritance diagram for gr::iio::eightbit_source:
gr::iio::eightbit_source_impl

Public Types

typedef std::shared_ptr< eightbit_sourcesptr
 

Public Member Functions

virtual void set_buffer_size (unsigned int buffer_size)=0
 
virtual void set_timeout_ms (unsigned long timeout)=0
 

Static Public Member Functions

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 > &params, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int decimation=0)
 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 > &params, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int decimation=0)
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::iio::eightbit_source::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  decimation = 0 
)
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_source::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  decimation = 0 
)
static

◆ set_buffer_size()

virtual void gr::iio::eightbit_source::set_buffer_size ( unsigned int  buffer_size)
pure virtual

◆ set_timeout_ms()

virtual void gr::iio::eightbit_source::set_timeout_ms ( unsigned long  timeout)
pure virtual

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