Ignore:
Timestamp:
05/27/12 11:15:19 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for smoothed IAS and VS values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fs.py

    r170 r197  
    173173    - bank: the bank of the aircraft in degrees. Positive means bank left,
    174174    negative means bank right (float)
    175     - ias: the indicated airspeed in knots (float)   
     175    - ias: the indicated airspeed in knots (float)
     176    - smoothedIAS: the smoothed IAS in knots (float)
    176177    - mach: the airspeed in mach (float)   
    177178    - groundSpeed: the ground speed (float)
    178179    - vs: the vertical speed in feet/minutes (float)
     180    - smoothedVS: the smoothed VS in feet/minutes (float)
    179181    - radioAltitude: the radio altitude of the aircraft in feet (float)
    180182    - altitude: the altitude of the aircraft in feet (float)
Note: See TracChangeset for help on using the changeset viewer.