Changeset 243:1a42c5aa468b for src/mlx/fsuipc.py
- Timestamp:
- 06/10/12 12:50:30 (11 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/fsuipc.py
r240 r243 1162 1162 ("windSpeed", 0x0e90, "H"), 1163 1163 ("windDirection", 0x0e92, "H"), 1164 ("visibility", 0x0e8a, "H") ]1165 1164 ("visibility", 0x0e8a, "H"), 1165 ("cog", 0x2ef8, "f")] 1166 1166 1167 1167 specialModels = [] … … 1338 1338 1339 1339 state.visibility = data[self._monidx_visibility]*1609.344/100.0 1340 1341 state.cog = data[self._monidx_cog] 1340 1342 1341 1343 return state
Note:
See TracChangeset
for help on using the changeset viewer.