comparison Discovery/Inc/tStructure.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 48b6a3b1f3f8
children d4622533271d
comparison
equal deleted inserted replaced
881:5b675077ccfb 882:608d3e918146
243 #define StMDECO1_Gauge _MB(2,5,1,4,0) 243 #define StMDECO1_Gauge _MB(2,5,1,4,0)
244 #define StMDECO1_PSCR _MB(2,5,1,5,0) 244 #define StMDECO1_PSCR _MB(2,5,1,5,0)
245 245
246 #define StMDECO3_PPO2Max _MB(2,5,2,1,0) 246 #define StMDECO3_PPO2Max _MB(2,5,2,1,0)
247 #define StMDECO4_SafetyStop _MB(2,5,3,1,0) 247 #define StMDECO4_SafetyStop _MB(2,5,3,1,0)
248 #define StMDECO5_FUTURE _MB(2,5,4,1,0) 248 #define StMDECO_SlowExit _MB(2,5,4,1,0)
249 #define StMDECO6_SALINITY _MB(2,5,5,1,0) 249 #define StMDECO5_FUTURE _MB(2,5,5,1,0)
250 #define StMDECO6_SALINITY _MB(2,5,6,1,0)
250 251
251 /* PAGE 6 */ 252 /* PAGE 6 */
252 #define StMDECOP _MB(2,6,0,0,0) 253 #define StMDECOP _MB(2,6,0,0,0)
253 254
254 #define StMDECOP1_Algorithm _MB(2,6,1,1,0) 255 #define StMDECOP1_Algorithm _MB(2,6,1,1,0)