Public Attributes | List of all members
_SbgLogAirData Struct Reference

#include <sbgEComBinaryLogAirData.h>

Public Attributes

float airTemperature
 
float altitude
 
float pressureAbs
 
float pressureDiff
 
uint16_t status
 
uint32_t timeStamp
 
float trueAirspeed
 

Detailed Description

Log structure for AirData.

Definition at line 50 of file sbgEComBinaryLogAirData.h.

Member Data Documentation

float _SbgLogAirData::airTemperature

Outside air temperature in °C that could be used to compute true airspeed from differential pressure.

Definition at line 58 of file sbgEComBinaryLogAirData.h.

float _SbgLogAirData::altitude

Altitude computed from barometric altimeter in meters and positive upward.

Definition at line 55 of file sbgEComBinaryLogAirData.h.

float _SbgLogAirData::pressureAbs

Raw absolute pressure measured by the barometer sensor in Pascals.

Definition at line 54 of file sbgEComBinaryLogAirData.h.

float _SbgLogAirData::pressureDiff

Raw differential pressure measured by the pitot tube in Pascal.

Definition at line 56 of file sbgEComBinaryLogAirData.h.

uint16_t _SbgLogAirData::status

Airdata sensor status bitmask.

Definition at line 53 of file sbgEComBinaryLogAirData.h.

uint32_t _SbgLogAirData::timeStamp

Time in us since the sensor power up OR measurement delay in us.

Definition at line 52 of file sbgEComBinaryLogAirData.h.

float _SbgLogAirData::trueAirspeed

True airspeed measured by a pitot tube in m.s^-1 and positive forward.

Definition at line 57 of file sbgEComBinaryLogAirData.h.


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


sbg_driver
Author(s): SBG Systems
autogenerated on Thu Oct 22 2020 03:47:22