summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2014-12-20 18:19:43 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-20 11:28:57 -0800
commit3be4aa47b5adfff7a730423096c8dcd1efbebc30 (patch)
tree776f9476690cde6b229e643f5cb119726c8fec4d /dive.h
parent683d6e133930a08e3a4554ab54334d1e4bcf042f (diff)
downloadsubsurface-3be4aa47b5adfff7a730423096c8dcd1efbebc30.tar.gz
Bare implementation of Cobalt Divelog Program
This implements importing of dive profile and temperature graph along with some meta data from a Cobalt Divelog database. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index f67c7368b..719e3134d 100644
--- a/dive.h
+++ b/dive.h
@@ -626,6 +626,7 @@ extern void set_filename(const char *filename, bool force);
extern int parse_dm4_buffer(sqlite3 *handle, const char *url, const char *buf, int size, struct dive_table *table);
extern int parse_dm5_buffer(sqlite3 *handle, const char *url, const char *buf, int size, struct dive_table *table);
extern int parse_shearwater_buffer(sqlite3 *handle, const char *url, const char *buf, int size, struct dive_table *table);
+extern int parse_cobalt_buffer(sqlite3 *handle, const char *url, const char *buf, int size, struct dive_table *table);
extern int parse_file(const char *filename);
extern int parse_csv_file(const char *filename, int time, int depth, int temp, int po2f, int cnsf, int ndlf, int ttsf, int stopdepthf, int pressuref, int sepidx, const char *csvtemplate, int units);