mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Refactor Seabear import
Moving the GUI independent Seabear import functionality to Subsurface core. This will allow Robert to call it directly from download from DC. Tested with H3 against released and daily versions of Subsurface. The result differs somewhat, but it is actually fixing 2 bugs: - Temperature was mis-interpreted previously - Sample interval for a dive with 1 second interval was parsed incorrectly Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
ab1813a445
commit
0dfa448d8c
6 changed files with 116 additions and 50 deletions
|
@ -47,5 +47,6 @@ extern "C" void subsurface_mkdir(const char *dir);
|
|||
void init_proxy();
|
||||
QString getUUID();
|
||||
char *intdup(int index);
|
||||
extern "C" int parse_seabear_header(const char *filename, char **params, int pnr);
|
||||
|
||||
#endif // QTHELPER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue