Mercurial > public > mk2
comparison 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 |
comparison
equal
deleted
inserted
replaced
311:91371c7553f5 | 312:b7e4e74c0e17 |
---|---|
76 | 76 |
77 VAR_UINT (int_O_gtissue_limit); | 77 VAR_UINT (int_O_gtissue_limit); |
78 VAR_UINT (int_O_gtissue_press); | 78 VAR_UINT (int_O_gtissue_press); |
79 VAR_UINT (int_O_desaturation_time); // | 79 VAR_UINT (int_O_desaturation_time); // |
80 VAR_UINT (int_O_ascenttime); // TTS (in minutes) | 80 VAR_UINT (int_O_ascenttime); // TTS (in minutes) |
81 VAR_UINT (int_O_extra_ascenttime); // TTS for @+5min variant (in minutes) | |
81 | 82 |
82 VAR_UCHAR (char_O_nullzeit); // | 83 VAR_UCHAR (char_O_nullzeit); // |
83 VAR_UCHAR (char_O_deco_status); // Deko state-machine state. | 84 VAR_UCHAR (char_O_deco_status); // Deko state-machine state. |
84 VAR_UCHAR (char_O_deco_last_stop); // Depth reached during deko planning. | 85 VAR_UCHAR (char_O_deco_last_stop); // Depth reached during deko planning. |
85 VAR_UCHAR (char_O_gradient_factor); // | 86 VAR_UCHAR (char_O_gradient_factor); // |