sbgECom Library  4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
_SbgEComLogAirData Struct Reference

#include <sbgEComLogAirData.h>

Data Fields

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

Detailed Description

Log structure for AirData.

Field Documentation

◆ timeStamp

uint32_t _SbgEComLogAirData::timeStamp

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

◆ status

uint16_t _SbgEComLogAirData::status

Airdata sensor status bitmask.

◆ pressureAbs

float _SbgEComLogAirData::pressureAbs

Raw absolute pressure measured by the barometer sensor in Pascals.

◆ altitude

float _SbgEComLogAirData::altitude

Altitude computed from barometric altimeter in meters and positive upward.

◆ pressureDiff

float _SbgEComLogAirData::pressureDiff

Raw differential pressure measured by the pitot tube in Pascal.

◆ trueAirspeed

float _SbgEComLogAirData::trueAirspeed

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

◆ airTemperature

float _SbgEComLogAirData::airTemperature

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


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