comparison code_part1/OSTC_code_c_part2/shared_definitions.h @ 361:88660a400338 64kByte Logbook

Updated 64K logbook to changeset 360.
author JeanDo
date Wed, 08 Jun 2011 01:37:14 +0200
parents b5b030c1ae7e
children de3b267e1fd9
comparison
equal deleted inserted replaced
357:562f1bc79f3c 361:88660a400338
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