mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Write the event data to the libdivecomputer log.
For some devices, the event data contains important data that is required for parsing the dives, but which is not present in the full memory dump. Signed-off-by: Jef Driesen <jefdriesen@telenet.be> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a32462c26b
commit
58f6a01a22
2 changed files with 23 additions and 1 deletions
|
@ -26,6 +26,7 @@ typedef struct device_data_t {
|
|||
bool force_download;
|
||||
bool libdc_log;
|
||||
bool libdc_dump;
|
||||
FILE *libdc_logfile;
|
||||
} device_data_t;
|
||||
|
||||
const char *do_libdivecomputer_import(device_data_t *data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue