mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Limited support for Suunto DM4 import
Basic functionality is implemented but at least support for multiple cylinders is missing. Event/alarm support is only partial. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a6a487306e
commit
a94f7807f8
6 changed files with 286 additions and 2 deletions
2
dive.h
2
dive.h
|
|
@ -525,6 +525,8 @@ extern void parse_xml_buffer(const char *url, const char *buf, int size, struct
|
|||
extern void parse_xml_exit(void);
|
||||
extern void set_filename(const char *filename, gboolean force);
|
||||
|
||||
extern int parse_dm4_buffer(const char *url, const char *buf, int size, struct dive_table *table, GError **error);
|
||||
|
||||
extern void parse_file(const char *filename, GError **error, gboolean possible_default_filename);
|
||||
|
||||
extern void show_dive_info(struct dive *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue