]> git.tdb.fi Git - ext/subsurface.git/commit
Improve uemis xml parsing a bit
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Sep 2011 22:01:53 +0000 (15:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Sep 2011 22:01:53 +0000 (15:01 -0700)
commitef0d00e76a2343f5d730eff3381d6715e3134ae8
tree6db9a99c36ad21f1a933ee4fd1631aa6dd0d9c82
parenta5e4c7ffd1da2e58d0d283389e0d9a0ffce7e783
Improve uemis xml parsing a bit

It looks like the "units.pressure" setting is only about the units that
things are *shown* in on the wrist computer: the units in the file are
always in bar (or rather, centi-bar).

Which is definitely the right thing to do, and means that we shouldn't
care about parsing the units setting.  It's purely about how something
is shown, not about parsing.

That's probably true of the other units too, but let's see when I have
more data to go on.

Also, parse water temperatures and tank pressure.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
parse-xml.c