comparison 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
comparison
equal deleted inserted replaced
349:ed137d66ac65 353:b5b030c1ae7e
140 VAR_UINT (int_I_pres_surface); // 140 VAR_UINT (int_I_pres_surface); //
141 VAR_UINT (int_I_temp); // new in v101 141 VAR_UINT (int_I_temp); // new in v101
142 VAR_UINT (int_I_divemins); // Dive time (minutes) 142 VAR_UINT (int_I_divemins); // Dive time (minutes)
143 VAR_UCHAR (char_I_temp); // new in v101 143 VAR_UCHAR (char_I_temp); // new in v101
144 VAR_UCHAR (char_I_actual_ppO2); // 144 VAR_UCHAR (char_I_actual_ppO2); //
145 VAR_UCHAR (char_I_first_gas); // Gas used at start of dive. 145 VAR_UCHAR (char_I_first_gas); // Gas used at start of dive (bottom mix)
146 VAR_UCHAR (char_I_current_gas); // Current gas breathed (1..6).
146 VAR_UCHAR (char_I_N2_ratio); // 147 VAR_UCHAR (char_I_N2_ratio); //
147 VAR_UCHAR (char_I_He_ratio); // 148 VAR_UCHAR (char_I_He_ratio); //
148 VAR_UCHAR (char_I_saturation_multiplier); // for conservatism/safety values 1.0 no conservatism to 1.5 50% faster saturation 149 VAR_UCHAR (char_I_saturation_multiplier); // for conservatism/safety values 1.0 no conservatism to 1.5 50% faster saturation
149 VAR_UCHAR (char_I_desaturation_multiplier);// for conservatism/safety values 0.66 50% slower desaturation to 1.0 no conservatism// consveratism used in calc_tissue , calc_tissue_step_1_min and sim_tissue_1min 150 VAR_UCHAR (char_I_desaturation_multiplier);// for conservatism/safety values 0.66 50% slower desaturation to 1.0 no conservatism// consveratism used in calc_tissue , calc_tissue_step_1_min and sim_tissue_1min
150 VAR_UCHAR (char_I_GF_High_percentage); // new in v.102 151 VAR_UCHAR (char_I_GF_High_percentage); // new in v.102