dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
atmospheric_math.h File Reference

Go to the source code of this file.

Data Structures

struct  AirParameters
 

Functions

float air_density_from_altitude (float altitude, struct AirParameters *air)
 air_density_from_altitude calculate air density from altitude. http://en.wikipedia.org/wiki/Density_of_air More...
 
float air_pressure_from_altitude (float altitude, struct AirParameters *air)
 air_pressure_from_altitude Get air pressure from altitude and atmospheric conditions. More...
 
float cas2tas (float CAS, float altitude, struct AirParameters *air)
 cas2tas calculate TAS from CAS and altitude. http://en.wikipedia.org/wiki/Airspeed More...
 
float tas2cas (float TAS, float altitude, struct AirParameters *air)
 tas2cas calculate CAS from TAS and altitude. http://en.wikipedia.org/wiki/Airspeed More...
 
struct AirParameters initialize_air_structure ()
 initialize_air_structure Initializes the structure with standard-temperature-pressure values More...
 

Detailed Description

Author
Tau Labs, http://taulabs.org, Copyright (C) 2013

Definition in file atmospheric_math.h.