mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge branch 'uemis-native'
This brings in the code to download dive information directly from a Uemis Zurich dive computer. The implementation contains a major hack that hooks the uemis code into the same data structures used to setup libdivecomputer. This gives the best result for the user, but is not something that I like as a long term solution as it relies on internal libdivecomputer data structures.
This commit is contained in:
commit
85925afe43
8 changed files with 707 additions and 7 deletions
4
dive.h
4
dive.h
|
@ -437,4 +437,8 @@ extern const char *subsurface_default_filename(void);
|
|||
|
||||
#define FRACTION(n,x) ((unsigned)(n)/(x)),((unsigned)(n)%(x))
|
||||
|
||||
#ifdef DEBUGFILE
|
||||
extern char *debugfilename;
|
||||
extern FILE *debugfile;
|
||||
#endif
|
||||
#endif /* DIVE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue