GNU Radio C++ API Reference  3.10.11.0
The Free & Open Software Radio Ecosystem
iio_types.h File Reference
#include <gnuradio/iio/api.h>
#include <charconv>
#include <string>
#include <variant>
#include <vector>
Include dependency graph for iio_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gr::iio::iio_param_t
 

Namespaces

 gr
 GNU Radio logging wrapper.
 
 gr::iio
 

Typedefs

typedef std::variant< long long unsigned int, long unsigned int, int, double, std::string > gr::iio::iio_param_value_t
 
typedef std::vector< iio_param_t > gr::iio::iio_param_vec_t
 

Enumerations

enum  gr::iio::data_type_t {
  gr::iio::data_type_t::DOUBLE = 0, gr::iio::data_type_t::FLOAT = 1, gr::iio::data_type_t::LONGLONG = 2, gr::iio::data_type_t::INT = 3,
  gr::iio::data_type_t::UINT8 = 4
}
 
enum  gr::iio::attr_type_t {
  gr::iio::attr_type_t::CHANNEL = 0, gr::iio::attr_type_t::DEVICE = 1, gr::iio::attr_type_t::DEVICE_BUFFER = 2, gr::iio::attr_type_t::DEVICE_DEBUG = 3,
  gr::iio::attr_type_t::DIRECT_REGISTER_ACCESS = 4
}