|
@@ -75,6 +75,7 @@ static const char * const iio_chan_type_name_spec[] = {
|
|
[IIO_ENERGY] = "energy",
|
|
[IIO_ENERGY] = "energy",
|
|
[IIO_DISTANCE] = "distance",
|
|
[IIO_DISTANCE] = "distance",
|
|
[IIO_VELOCITY] = "velocity",
|
|
[IIO_VELOCITY] = "velocity",
|
|
|
|
+ [IIO_CONCENTRATION] = "concentration",
|
|
};
|
|
};
|
|
|
|
|
|
static const char * const iio_modifier_names[] = {
|
|
static const char * const iio_modifier_names[] = {
|
|
@@ -111,6 +112,8 @@ static const char * const iio_modifier_names[] = {
|
|
[IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z] = "sqrt(x^2+y^2+z^2)",
|
|
[IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z] = "sqrt(x^2+y^2+z^2)",
|
|
[IIO_MOD_I] = "i",
|
|
[IIO_MOD_I] = "i",
|
|
[IIO_MOD_Q] = "q",
|
|
[IIO_MOD_Q] = "q",
|
|
|
|
+ [IIO_MOD_CO2] = "co2",
|
|
|
|
+ [IIO_MOD_VOC] = "voc",
|
|
};
|
|
};
|
|
|
|
|
|
/* relies on pairs of these shared then separate */
|
|
/* relies on pairs of these shared then separate */
|