]> git.tdb.fi Git - ext/subsurface.git/commit
Hack up some very rudimentary support for the Uemis xml format
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Sep 2011 18:32:48 +0000 (11:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Sep 2011 18:32:48 +0000 (11:32 -0700)
commitd9106995d39138dbce5f3306a391361f68ce0a07
tree31b5f134be6c73c33eb49b0b6e6fa9ea7983fddf
parent8042246df6f7673873e02f5255029370b1f42e3c
Hack up some very rudimentary support for the Uemis xml format

I think I'll need to re-organize the handling of per-format code, but
for now we just mix it all up.

The uemis conversion is also questionable even for just the small parts
I do.  Does it really do "centiPSI"? That sounds crazy.  I'm waiting for
Dirk to send me some actual human-readable output from the dives, right
now some of it is just rough guesses.

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