Ignore:
Timestamp:
11/13/12 16:52:27 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

#139: the transponder state is now queried and made available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r330 r334  
    11881188                      ("windDirection", 0x0e92, "H"),
    11891189                      ("visibility", 0x0e8a, "H"),
    1190                       ("cog", 0x2ef8, "f")]
     1190                      ("cog", 0x2ef8, "f"),
     1191                      ("xpdrC", 0x7b91, "b")]
    11911192
    11921193    specialModels = []
     
    13841385
    13851386        state.cog = data[self._monidx_cog]
     1387
     1388        state.xpdrC = data[self._monidx_xpdrC]==0
    13861389
    13871390        return state
Note: See TracChangeset for help on using the changeset viewer.