]> git.tdb.fi Git - ext/subsurface.git/commit
First pass to parse uemis Zurich '.SDA' files
authorDirk Hohndel <dirk@hohndel.org>
Thu, 15 Sep 2011 04:00:49 +0000 (21:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Sep 2011 15:52:55 +0000 (08:52 -0700)
commit518ec33ba3bf9c5e9966ef108c1673223337b0fa
tree5385872d4a99caa93571fe219414e11f704211d5
parent5f13a87cbd0494cd8edc94f4af9281ce9de89d6e
First pass to parse uemis Zurich '.SDA' files

This is missing a ton of the information in the .SDA files It only
parses the divelog.SDA file, not the dive.SDA file It ignores the
information on the gas(es) used and all the data on the tanks.

It still draws some strange artefacts at the end of the dive

But it correctly hooks into the import dialogue, it gives you a file
select box (somewhere, I'm sure, a gtk developer cries quietly) and then
parses enough of this file to serve as a proof of concept.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile
libdivecomputer.c
uemis.c [new file with mode: 0644]
uemis.h [new file with mode: 0644]