Classes | |
struct | ImuData |
Structure containing data from the IMU sensor. More... | |
struct | BarometerData |
Structure containing data from the barometer sensor. More... | |
struct | MagnetometerData |
Structure containing data from the magnetometer sensor. More... | |
struct | TemperatureSensorData |
Structure containing data from the temperature sensors. More... | |
struct | SensorsData |
Structure containing all sensors data (except image sensors) to be used for positional tracking or environment study. More... | |
struct | SensorParameters |
Structure containing information about a single sensor available in the current device. More... | |
struct | SensorsConfiguration |
Structure containing information about all the sensors available in the current device. More... | |
class | GNSS_STATUS |
Class representing the fix quality of GNSS signal. More... | |
Enumerations | |
enum class | HEADING_STATE |
Lists the different states of the magnetic heading. More... | |
enum class | SENSOR_TYPE |
Lists available sensor types. More... | |
enum class | SENSORS_UNIT |
Lists available measurement units of onboard sensors. More... | |
|
strong |
Lists the different states of the magnetic heading.
|
strong |
Lists available sensor types.
|
strong |
Lists available measurement units of onboard sensors.
Enumerator | |
---|---|
M_SEC_2 | m/s² (acceleration) |
DEG_SEC | deg/s (angular velocity) |
U_T | μT (magnetic field) |
HPA | hPa (atmospheric pressure) |
CELSIUS | °C (temperature) |
HERTZ | Hz (frequency) |