Public Attributes | List of all members
XsScrData Struct Reference

Container for raw sensor measurement data. More...

#include <xsscrdata.h>

Public Attributes

XsUShortVector m_acc
 The raw accelerometer data. More...
 
XsUShortVector m_gyr
 The raw gyroscope data. More...
 
XsUShortVector m_mag
 The raw magnetometer data. More...
 
uint16_t m_temp
 The temperature data. More...
 

Detailed Description

Container for raw sensor measurement data.

This structure contains raw measurement data from the sensors on the device. This data is unscaled, the bias has not been subtracted and no error correction has been applied.

Definition at line 79 of file xsscrdata.h.

Member Data Documentation

◆ m_acc

XsUShortVector XsScrData::m_acc

The raw accelerometer data.

Definition at line 81 of file xsscrdata.h.

◆ m_gyr

XsUShortVector XsScrData::m_gyr

The raw gyroscope data.

Definition at line 82 of file xsscrdata.h.

◆ m_mag

XsUShortVector XsScrData::m_mag

The raw magnetometer data.

Definition at line 83 of file xsscrdata.h.

◆ m_temp

uint16_t XsScrData::m_temp

The temperature data.

Definition at line 84 of file xsscrdata.h.


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


xsens_mti_driver
Author(s):
autogenerated on Sun Sep 3 2023 02:43:22