Mercurial > public > ostc4
comparison Common/Inc/data_central.h @ 902:d4622533271d Evo_2_23
VPM table mode:
Because of the model maths, usage of float data type and so on it may happen that the TTS decreases during ascent and continues calculation of the vpm. To keep the values stable the vpm table mode has been introduces. Instead of continously calculation of the stops the stop time is decreased if the diver is close to a deco stop. If the table is violated (e.g. by not doing gas change) the table will be updated to the new, longer runtime. The table will not be switch back to a shorter version in case e.g. the missed gas change is performed
author | Ideenmodellierer |
---|---|
date | Wed, 02 Oct 2024 22:18:19 +0200 |
parents | 2225c467f1e9 |
children | c4c9850a2039 |
comparison
equal
deleted
inserted
replaced
901:e4e9acfde839 | 902:d4622533271d |
---|---|
335 /* VPM conservatism, do not change during dive!!! | 335 /* VPM conservatism, do not change during dive!!! |
336 * do not change in between dives otherwise repetitve dive is not possible | 336 * do not change in between dives otherwise repetitve dive is not possible |
337 */ | 337 */ |
338 uint8_t vpm_conservatism; | 338 uint8_t vpm_conservatism; |
339 | 339 |
340 /* VPM table mode, do not change during dive!!! | |
341 */ | |
342 uint8_t vpm_tableMode; | |
343 | |
340 /* B�hlmann GF | 344 /* B�hlmann GF |
341 * and a variable that is used by Buehlmann during the dive | 345 * and a variable that is used by Buehlmann during the dive |
342 * to remember the position of GF low during ascend | 346 * to remember the position of GF low during ascend |
343 */ | 347 */ |
344 uint8_t gf_high; | 348 uint8_t gf_high; |