From 4c49670cdba403090067d8b92940b577d16ba550 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Wed, 16 Oct 2013 22:05:19 +0300 Subject: GUI for CSV import This patch implements GUI for importing CSV log files. One is able to configure what columns contain time, depth and temperature fields. Pre-configured log applications currently included are ADP log viewer and XP5. (Both of these use actually tab as separator, so the field separator currently hard-coded.) [Dirk Hohndel: minor fixes] Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- dive.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dive.h') diff --git a/dive.h b/dive.h index fd9431a30..b1a3614ef 100644 --- a/dive.h +++ b/dive.h @@ -609,13 +609,14 @@ extern int match_one_dc(struct divecomputer *a, struct divecomputer *b); extern double ascii_strtod(char *, char **); extern void parse_xml_init(void); -extern void parse_xml_buffer(const char *url, const char *buf, int size, struct dive_table *table, char **error); +extern void parse_xml_buffer(const char *url, const char *buf, int size, struct dive_table *table, const char **params, char **error); extern void parse_xml_exit(void); extern void set_filename(const char *filename, bool force); extern int parse_dm4_buffer(const char *url, const char *buf, int size, struct dive_table *table, char **error); extern void parse_file(const char *filename, char **error); +extern void parse_csv_file(const char *filename, int time, int depth, int temp, char **error); extern void save_dives(const char *filename); extern void save_dives_logic(const char *filename, bool select_only); -- cgit v1.2.3-70-g09d2