]> git.mxchange.org Git - flightgear.git/blob - src/FDM/LaRCsim/atmos_62.h
Updates to the scenery loading infrastructure to make it more flexible,
[flightgear.git] / src / FDM / LaRCsim / atmos_62.h
1 /* a quick atmos_62.h */
2
3
4 /* UNITS
5
6   t_amb - degrees Rankine
7   p_amb - Pounds per square foot
8
9 */
10
11
12 #ifndef _ATMOS_62_H
13 #define _ATMOS_62_H
14
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18
19
20 void ls_atmos( SCALAR altitude, SCALAR * sigma, SCALAR * v_sound, 
21                 SCALAR * t_amb, SCALAR * p_amb );
22
23 #ifdef __cplusplus
24 }
25 #endif
26
27 #endif /* _ATMOS_62_H */