Mercurial > public > hwos_code
comparison src/shared_definitions.h @ 377:f0828110d864
set char_I_current_gas for gas6 use
author | heinrichsweikamp |
---|---|
date | Thu, 10 Sep 2015 13:05:26 +0200 |
parents | 7dbc1d780ca5 |
children | 06e9370c6d75 |
comparison
equal
deleted
inserted
replaced
376:e99bb91f6f92 | 377:f0828110d864 |
---|---|
137 VAR_UINT (int_I_temp); // new in v101 | 137 VAR_UINT (int_I_temp); // new in v101 |
138 VAR_UINT (int_I_divemins); // Dive time (minutes) | 138 VAR_UINT (int_I_divemins); // Dive time (minutes) |
139 VAR_UCHAR (char_I_temp); // new in v101 | 139 VAR_UCHAR (char_I_temp); // new in v101 |
140 VAR_UCHAR (char_I_actual_ppO2); // | 140 VAR_UCHAR (char_I_actual_ppO2); // |
141 VAR_UCHAR (char_I_first_gas); // Gas used at start of dive (bottom mix) | 141 VAR_UCHAR (char_I_first_gas); // Gas used at start of dive (bottom mix) |
142 VAR_UCHAR (char_I_current_gas); // Current gas breathed (1..3). | 142 VAR_UCHAR (char_I_current_gas); // Current gas breathed (1..6). |
143 VAR_UCHAR (char_I_N2_ratio); // | 143 VAR_UCHAR (char_I_N2_ratio); // |
144 VAR_UCHAR (char_I_He_ratio); // | 144 VAR_UCHAR (char_I_He_ratio); // |
145 VAR_UCHAR (char_I_O2_ratio); // | 145 VAR_UCHAR (char_I_O2_ratio); // |
146 VAR_UCHAR (char_I_saturation_multiplier); // for conservatism/safety values 1.0 no conservatism to 1.5 50% faster saturation | 146 VAR_UCHAR (char_I_saturation_multiplier); // for conservatism/safety values 1.0 no conservatism to 1.5 50% faster saturation |
147 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 | 147 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 |