Mercurial > public > mk2
comparison code_part1/OSTC_code_c_part2/shared_definitions.h @ 321:a99073445c18
Cleanup auto setpoint switch
author | JeanDo |
---|---|
date | Thu, 05 May 2011 22:18:24 +0200 |
parents | b7e4e74c0e17 |
children | 676d18bce8d7 |
comparison
equal
deleted
inserted
replaced
320:08a3f503e93e | 321:a99073445c18 |
---|---|
133 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 | 133 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 |
134 VAR_UCHAR (char_I_GF_High_percentage); // new in v.102 | 134 VAR_UCHAR (char_I_GF_High_percentage); // new in v.102 |
135 VAR_UCHAR (char_I_GF_Low_percentage); // new in v.102 | 135 VAR_UCHAR (char_I_GF_Low_percentage); // new in v.102 |
136 VAR_UCHAR (char_I_deco_distance); // | 136 VAR_UCHAR (char_I_deco_distance); // |
137 VAR_UCHAR (char_I_const_ppO2); // new in v.101 | 137 VAR_UCHAR (char_I_const_ppO2); // new in v.101 |
138 VAR_UCHAR (char_I_deco_ppO2_change); // new in v.101 | |
139 VAR_UCHAR (char_I_deco_ppO2); // new in v.101 | |
140 VAR_UCHAR (char_I_depth_last_deco); // new in v.101 unit: [m] | 138 VAR_UCHAR (char_I_depth_last_deco); // new in v.101 unit: [m] |
141 VAR_UCHAR (char_I_deco_model); // new in v.102. 0 == ZH-L16, 1 = ZH-L16-GF (Grandiant facttor) | 139 VAR_UCHAR (char_I_deco_model); // new in v.102. 0 == ZH-L16, 1 = ZH-L16-GF (Grandiant facttor) |
142 VAR_UCHAR (char_I_bottom_depth); // Bottom depth for planning (used in gas volume evaluation). | 140 VAR_UCHAR (char_I_bottom_depth); // Bottom depth for planning (used in gas volume evaluation). |
143 VAR_UCHAR (char_I_bottom_time); // Bottom time for planning (used in gas volume evaluation). | 141 VAR_UCHAR (char_I_bottom_time); // Bottom time for planning (used in gas volume evaluation). |
144 | 142 |