]> git.tdb.fi Git - ext/subsurface.git/commit
Parse uemis cylinder data
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Sep 2011 21:29:57 +0000 (14:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Sep 2011 21:56:01 +0000 (14:56 -0700)
commite58fa7b9b506d5bb30268060279bc8dcbbeb99ea
treeea16fc6e563c1b802435430c6e0c67d3b0f5ee5f
parente007e7005316f7ce5c54dcb84d0ea7cbd30635de
Parse uemis cylinder data

This is some seriously crazy stuff.  Instead of making sense as a
divelog, the uemis xml makes more sense as a "dive computer settings
dump".

And I guess I can see why they'd do that.  But it makes parsing it just
incredibly annoying.  The thing is more of a "these are the
configurations I support as a dive computer thing" than a "this was the
tank you were diving with".

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