mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
e007e70053
commit
e58fa7b9b5
2 changed files with 16 additions and 1 deletions
2
dive.h
2
dive.h
|
|
@ -108,7 +108,7 @@ struct sample {
|
|||
int cylinderindex;
|
||||
};
|
||||
|
||||
#define MAX_CYLINDERS (4)
|
||||
#define MAX_CYLINDERS (8)
|
||||
|
||||
struct dive {
|
||||
time_t when;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue