dRonin
adbada4
dRonin firmware
|
Go to the source code of this file.
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... | |
Definition in file atmospheric_math.c.