]> git.tdb.fi Git - ext/subsurface.git/commit
Add tankpressure parsing for UDDF files
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Jun 2012 19:45:09 +0000 (12:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Jun 2012 19:45:09 +0000 (12:45 -0700)
commit9c7aaed02aef077bda9b376e981fb705b8021750
treeefdf66d7b31a1ff79820ed8e65c43e2878869c08
parent697435b249e1e2f308cc72c85180806cc0765249
Add tankpressure parsing for UDDF files

David McNett sent me some example Cochran CAN file data, along with his
UDDF exports of same.  I still have absolutely no idea how to decode the
CAN files (although the subsurface decrypting code seems to correctly
decrypt the data, and I see binary patters rather than just noise), but
at least I can make sure we parse the UDDF portion better.

See also

  https://github.com/nugget/cochran2uddf

for David's tool to convert the Cochran CSV exports into UDDF.

Data-source: David McNett <nugget@macnugget.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
parse-xml.c