comparison Common/Inc/data_central.h @ 1058:3c73180fde1d Icon_Integration tip

Added log entry for surface GF: The surface GF has been added to the logbook data. A function records the GF which is present while entering close to surface condition for later storage. This is needed to avoid that an already decreased GF (after dive mode exit time) GF is stored. The surface GF is shown at logbook page1 and is available in the header data for external logbook services.
author Ideenmodellierer
date Sat, 10 Jan 2026 19:53:01 +0100
parents d91345e9c009
children
comparison
equal deleted inserted replaced
1057:24c1e3367a2e 1058:3c73180fde1d
287 287
288 /* for PSCR Mode */ 288 /* for PSCR Mode */
289 float ppo2Simulated_bar; 289 float ppo2Simulated_bar;
290 /* GNSS data */ 290 /* GNSS data */
291 SGnssInfo gnssData; 291 SGnssInfo gnssData;
292 /* last GF_Surf when shallow area was entered */
293 uint8_t gf_surf_log;
292 294
293 } SLifeData; 295 } SLifeData;
294 296
295 297
296 typedef struct 298 typedef struct