comparison Discovery/Inc/text_multilanguage.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 2225c467f1e9
comparison
equal deleted inserted replaced
881:5b675077ccfb 882:608d3e918146
344 TXT2BYTE_TTS, 344 TXT2BYTE_TTS,
345 TXT2BYTE_ppoNair, 345 TXT2BYTE_ppoNair,
346 TXT2BYTE_Navigation, 346 TXT2BYTE_Navigation,
347 TXT2BYTE_DepthData, 347 TXT2BYTE_DepthData,
348 TXT2BYTE_DecoTTS, 348 TXT2BYTE_DecoTTS,
349 TXT2BYTE_SlowExit,
349 350
350 TXT2BYTE_Minimum, 351 TXT2BYTE_Minimum,
351 TXT2BYTE_Normal, 352 TXT2BYTE_Normal,
352 TXT2BYTE_Maximum, 353 TXT2BYTE_Maximum,
353 354