Ignore:
Timestamp:
04/30/12 14:42:59 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Most of the remaining messages are implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r133 r134  
    830830                      ("squawk", 0x0354, "H"),
    831831                      ("windSpeed", 0x0e90, "H"),
    832                       ("windDirection", 0x0e92, "H")]
     832                      ("windDirection", 0x0e92, "H"),
     833                      ("visibility", 0x0e8a, "H")]
    833834
    834835
     
    10031004        state.windDirection = data[self._monidx_windDirection]*360.0/65536.0
    10041005        if state.windDirection<0.0: state.windDirection += 360.0
     1006
     1007        state.visibility = data[self._monidx_visibility]*1609.344/100.0
    10051008       
    10061009        return state
Note: See TracChangeset for help on using the changeset viewer.