From 3ca4e14d5c4f758ac3754619fea78bd6d7070177 Mon Sep 17 00:00:00 2001 From: Salvador Cuñat Date: Sat, 4 Apr 2015 01:07:59 +0200 Subject: OSTCTools-Add support to import .dive files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OSTCTools is a windows based software by Robert Angeymar which performs configuration upgrade, memory analysis and download tasks for H&W OSTC devices. Downloaded dives are stored in files (one archive each) with the raw binary data heavily padded at the begining of the file, and some other data not included in H&W dive header protocol as the device's serial number. The import function simply takes the raw data part of the file and lets libdivecomputer do the parseing. Then adds some additional info as OSTC reported dive number and serial device number. Please note that OSTCTools is *not* a real logging software, it simply gets the DC raw data, so there isn't any information about dive site, equipment and so. Signed-off-by: Salvador Cuñat Signed-off-by: Dirk Hohndel --- subsurface.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'subsurface.pro') diff --git a/subsurface.pro b/subsurface.pro index cedc92622..bec7d6590 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -213,7 +213,8 @@ SOURCES = \ qt-ui/diveshareexportdialog.cpp \ qt-ui/filtermodels.cpp \ qt-ui/undocommands.cpp \ - qt-ui/notificationwidget.cpp + qt-ui/notificationwidget.cpp \ + ostctools.c android: SOURCES += android.cpp else: win32: SOURCES += windows.c -- cgit v1.2.3-70-g09d2