diff code_part1/OSTC_code_c_part2/shared_definitions.h @ 353:b5b030c1ae7e

Avoid spurious switch-depth stops with 3 or more gas.
author JeanDo
date Tue, 07 Jun 2011 01:16:55 +0200
parents cb77d1fa4535
children de3b267e1fd9
line wrap: on
line diff
--- a/code_part1/OSTC_code_c_part2/shared_definitions.h	Mon May 30 19:28:59 2011 +0200
+++ b/code_part1/OSTC_code_c_part2/shared_definitions.h	Tue Jun 07 01:16:55 2011 +0200
@@ -142,7 +142,8 @@
 VAR_UINT  (int_I_divemins);                // Dive time (minutes)
 VAR_UCHAR (char_I_temp);                   // new in v101
 VAR_UCHAR (char_I_actual_ppO2);            // 
-VAR_UCHAR (char_I_first_gas);              // Gas used at start of dive.
+VAR_UCHAR (char_I_first_gas);              // Gas used at start of dive (bottom mix)
+VAR_UCHAR (char_I_current_gas);            // Current gas breathed (1..6).
 VAR_UCHAR (char_I_N2_ratio);               //
 VAR_UCHAR (char_I_He_ratio);               //
 VAR_UCHAR (char_I_saturation_multiplier);  // for conservatism/safety values 1.0  no conservatism to 1.5  50% faster saturation