comparison Common/Inc/settings.h @ 882:608d3e918146 Evo_2_23

Added slow exit timer function: At the end of the dive the final ascent to surface should be done slowly. The new function provides a comparison of the current divers depth compared to a linear ascent simulated by the OSTC. The visualization is shown instead of the ascent speed with a little different appearance. The linear ascent is starting from the last stop depth and the time for the ascent may be configurated in the deco settings. The simulated and real peth is compared and the depth color changes based on the difference of the values. In case the diver is much below the timer depth then the timer will stop and wait for the diver to follow.
author Ideenmodellierer
date Sat, 31 Aug 2024 17:35:52 +0200
parents e373e90a48db
children
comparison
equal deleted inserted replaced
881:5b675077ccfb 882:608d3e918146
311 uint16_t scrubTimerMax_Obsolete; /* have been replaced with new scrubber data format */ 311 uint16_t scrubTimerMax_Obsolete; /* have been replaced with new scrubber data format */
312 uint16_t scrubTimerCur_Obsolete; /* have been replaced with new scrubber data format */ 312 uint16_t scrubTimerCur_Obsolete; /* have been replaced with new scrubber data format */
313 uint8_t scrubTimerMode; 313 uint8_t scrubTimerMode;
314 uint8_t ext_sensor_map[8]; /* redefined in 0xFFFF0027 */ 314 uint8_t ext_sensor_map[8]; /* redefined in 0xFFFF0027 */
315 uint8_t cvAutofocus; 315 uint8_t cvAutofocus;
316 uint8_t slowExitTime;
316 } SSettings; 317 } SSettings;
317 318
318 typedef struct 319 typedef struct
319 { 320 {
320 // 8 bytes 321 // 8 bytes