comparison Discovery/Inc/text_multilanguage.h @ 902:d4622533271d Evo_2_23 tip

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
comparison
equal deleted inserted replaced
901:e4e9acfde839 902:d4622533271d
380 TXT2BYTE_Timer, 380 TXT2BYTE_Timer,
381 TXT2BYTE_Starting, 381 TXT2BYTE_Starting,
382 TXT2BYTE_Finished, 382 TXT2BYTE_Finished,
383 383
384 TXT2BYTE_Position, 384 TXT2BYTE_Position,
385 TXT2BYTE_VpmTable,
385 TXT2BYTE_Page, 386 TXT2BYTE_Page,
386 387
387 TXT2BYTE_END, 388 TXT2BYTE_END,
388 }; 389 };
389 390