mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
OSTCTools-Add support to import .dive files
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 <salvador.cunat@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ed6ae14a9f
commit
3ca4e14d5c
5 changed files with 166 additions and 1 deletions
|
@ -1463,6 +1463,7 @@ void MainWindow::on_actionImportDiveLog_triggered()
|
|||
"XML files (*.xml *.XML);;"
|
||||
"APD log viewer (*.apd *.APD);;"
|
||||
"Datatrak/WLog Files (*.log *.LOG);;"
|
||||
"OSTCtools Files (*.dive *.DIVE);;"
|
||||
"All files (*)"));
|
||||
|
||||
if (fileNames.isEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue