comparison code_part1/OSTC_code_c_part2/shared_definitions.h @ 240:d995e220ddac

BUGFIX Gas Usage when first gas is not #1 (bug BB22).
author JeanDo
date Mon, 21 Mar 2011 23:27:46 +0100
parents 49c90c5d9603
children 4310ab395dbe
comparison
equal deleted inserted replaced
239:3ed240d60341 240:d995e220ddac
119 VAR_UINT (int_I_pres_surface); // 119 VAR_UINT (int_I_pres_surface); //
120 VAR_UINT (int_I_temp); // new in v101 120 VAR_UINT (int_I_temp); // new in v101
121 VAR_UINT (int_I_divemins); // Dive time (minutes) 121 VAR_UINT (int_I_divemins); // Dive time (minutes)
122 VAR_UCHAR (char_I_temp); // new in v101 122 VAR_UCHAR (char_I_temp); // new in v101
123 VAR_UCHAR (char_I_actual_ppO2); // 123 VAR_UCHAR (char_I_actual_ppO2); //
124 VAR_UCHAR (char_I_first_gas); // Gas used at start of dive.
124 VAR_UCHAR (char_I_N2_ratio); // 125 VAR_UCHAR (char_I_N2_ratio); //
125 VAR_UCHAR (char_I_He_ratio); // 126 VAR_UCHAR (char_I_He_ratio); //
126 VAR_UCHAR (char_I_saturation_multiplier); // for conservatism/safety values 1.0 no conservatism to 1.5 50% faster saturation 127 VAR_UCHAR (char_I_saturation_multiplier); // for conservatism/safety values 1.0 no conservatism to 1.5 50% faster saturation
127 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 128 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
128 VAR_UCHAR (char_I_GF_High_percentage); // new in v.102 129 VAR_UCHAR (char_I_GF_High_percentage); // new in v.102