]> git.tdb.fi Git - ext/subsurface.git/commit
Add some initial cochran CAN file parsing
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Jan 2012 20:43:40 +0000 (12:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Jan 2012 20:43:40 +0000 (12:43 -0800)
commitb1a747f537d1df8b9ea9f4caf55e568dd4c3a733
tree104df7daa5b83548776be892ef65f5108bd6a34a
parentbea6637c03a90fbb9e754f5f63625fffb7cbaa69
Add some initial cochran CAN file parsing

It's broken, and currently only writes out a debug output file per dive.
I'm not sure I'll ever really be able to decode the mess that is the
Cochran ANalyst stuff, but I have a few test files, along with separate
depth info from a couple of the dives in question, so in case this ever
works I can at least validate it to some degree.

The file format is definitely very intentionally obscured, though.
Annoying.  It's not like the Cochran software is actually all that good
(it's really quite a horribly nasty Windows-only app, I'm told).

Cochran Analyst is very much not the reason why people would buy those
computers.  So Cochran making their computers harder to use with other
software is just stupid.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile
cochran.c [new file with mode: 0644]
file.c
file.h [new file with mode: 0644]