This file is used to parse received RAW IMU logs. More...
#include <sbgEComBinaryLogImuRaw.h>
Public Attributes | |
int32_t | rawAccelerometers [3] |
int32_t | rawAuxValues [3] |
int32_t | rawGyroscopes [3] |
int32_t | rawMagnetometers [3] |
int32_t | rawTempAccels [3] |
int32_t | rawTempAuxValues [3] |
int32_t | rawTempGyros [3] |
int32_t | rawTempMags [3] |
uint16_t | status |
uint32_t | timeStamp |
This file is used to parse received RAW IMU logs.
\file sbgEComBinaryLogImuRaw.h
Raw IMU logs are used for calibration and tests purposes.
Copyright (C) 2007-2017, SBG Systems SAS. All rights reserved.
This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Structure that stores data for the SBG_ECOM_LOG_IMU_RAW_DATA message.
Definition at line 39 of file sbgEComBinaryLogImuRaw.h.
int32_t _SbgLogImuRawData::rawAccelerometers[3] |
X,Y,Z raw accelerometers signed data. No scale factor defined.
Definition at line 44 of file sbgEComBinaryLogImuRaw.h.
int32_t _SbgLogImuRawData::rawAuxValues[3] |
Spare raw sensor values for specifics needs.
Definition at line 52 of file sbgEComBinaryLogImuRaw.h.
int32_t _SbgLogImuRawData::rawGyroscopes[3] |
X,Y,Z raw gyroscopes signed data. No scale factor defined.
Definition at line 45 of file sbgEComBinaryLogImuRaw.h.
int32_t _SbgLogImuRawData::rawMagnetometers[3] |
X,Y,Z raw magnetometers signed data. No scale factor defined.
Definition at line 46 of file sbgEComBinaryLogImuRaw.h.
int32_t _SbgLogImuRawData::rawTempAccels[3] |
X,Y,Z raw accelerometers temperature signed data. No scale factor defined.
Definition at line 48 of file sbgEComBinaryLogImuRaw.h.
int32_t _SbgLogImuRawData::rawTempAuxValues[3] |
Spare raw sensor temperature values for specifics needs.
Definition at line 53 of file sbgEComBinaryLogImuRaw.h.
int32_t _SbgLogImuRawData::rawTempGyros[3] |
X,Y,Z raw gyroscopes temperature signed data. No scale factor defined.
Definition at line 49 of file sbgEComBinaryLogImuRaw.h.
int32_t _SbgLogImuRawData::rawTempMags[3] |
X,Y,Z raw magnetometers temperature signed data. No scale factor defined.
Definition at line 50 of file sbgEComBinaryLogImuRaw.h.
uint16_t _SbgLogImuRawData::status |
IMU status bitmask.
Definition at line 42 of file sbgEComBinaryLogImuRaw.h.
uint32_t _SbgLogImuRawData::timeStamp |
Time in us since the sensor power up.
Definition at line 41 of file sbgEComBinaryLogImuRaw.h.