Mercurial > public > mk2
diff code_part1/OSTC_code_c_part2/shared_definitions.h @ 312:b7e4e74c0e17 @5 variant
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
* Added extra deco_status, and sim_extra_time() in p2_deco.c
* Launched by setting char_O_deco_state to 6, result in int_O_extra_ascenttime
* Added 8th divemode customview
* Auto stole every other cycles
* CF58 menu updated (EN,FR,DE,SP)
author | JeanDo |
---|---|
date | Tue, 03 May 2011 00:52:42 +0200 |
parents | 5bc3467fc421 |
children | a99073445c18 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_c_part2/shared_definitions.h Mon May 02 16:14:07 2011 +0200 +++ b/code_part1/OSTC_code_c_part2/shared_definitions.h Tue May 03 00:52:42 2011 +0200 @@ -78,6 +78,7 @@ VAR_UINT (int_O_gtissue_press); VAR_UINT (int_O_desaturation_time); // VAR_UINT (int_O_ascenttime); // TTS (in minutes) +VAR_UINT (int_O_extra_ascenttime); // TTS for @+5min variant (in minutes) VAR_UCHAR (char_O_nullzeit); // VAR_UCHAR (char_O_deco_status); // Deko state-machine state.