Le 23.06.2015 11:43, Anton Lundin a écrit :
On 23 June, 2015 - stan.speleo@notgmail.fr wrote:
Le 22.06.2015 23:44, Anton Lundin a écrit :
I'd suggest you use the higher level api, dc_device_open, dc_device_foreach, dc_device_close to download the dives from the logger.
//Anton
Thanks ! I've found the three functions dc_device_open, dc_device_foreach, dc_device_close in the device.h header. Is there somewhere explained how to call those three functions ? Or a small working exemple which can help me ?
Take a look at examples/universal.c , thats a good example.
Its also good practice to keep the mailinglist in CC, for anyone else who searches for answers and this can find them in the archives.
//Anton
That's exactly what I was looking for :-) Now I should manage to read the data. Stanislas