|
@@ -87,6 +87,10 @@ static const char * const iio_modifier_names[] = {
|
|
|
[IIO_MOD_QUATERNION] = "quaternion",
|
|
|
[IIO_MOD_TEMP_AMBIENT] = "ambient",
|
|
|
[IIO_MOD_TEMP_OBJECT] = "object",
|
|
|
+ [IIO_MOD_NORTH_MAGN] = "from_north_magnetic",
|
|
|
+ [IIO_MOD_NORTH_TRUE] = "from_north_true",
|
|
|
+ [IIO_MOD_NORTH_MAGN_TILT_COMP] = "from_north_magnetic_tilt_comp",
|
|
|
+ [IIO_MOD_NORTH_TRUE_TILT_COMP] = "from_north_true_tilt_comp",
|
|
|
};
|
|
|
|
|
|
/* relies on pairs of these shared then separate */
|