Mercurial > public > hwos_code
comparison src/shared_definitions.h @ 580:1ab93aca7fa9
2.97 work...
author | heinrichsweikamp |
---|---|
date | Wed, 21 Feb 2018 19:30:28 +0100 |
parents | b7eb98dbd800 |
children | b455b31ce022 |
comparison
equal
deleted
inserted
replaced
579:e6d5a1f02daf | 580:1ab93aca7fa9 |
---|---|
176 VAR_UCHAR (char_I_sim_advance_time); // 'fast forward' of dive time, used in simulation (+5 min function) | 176 VAR_UCHAR (char_I_sim_advance_time); // 'fast forward' of dive time, used in simulation (+5 min function) |
177 | 177 |
178 VAR_UCHAR (char_I_const_ppO2); // ppO2 reported from sensors or by setpoint | 178 VAR_UCHAR (char_I_const_ppO2); // ppO2 reported from sensors or by setpoint |
179 | 179 |
180 TAB_UCHAR (char_I_deco_gas_change,NUM_GAS); // change depths of the OC gases | 180 TAB_UCHAR (char_I_deco_gas_change,NUM_GAS); // change depths of the OC gases |
181 TAB_UCHAR (char_I_dil_change, NUM_GAS); // change depths of the diluent gases. Attention: must be placed after char_I_deco_gas_change! Remark: not used by C code, only by ASM code | |
182 | 181 |
183 TAB_UCHAR (char_I_setpoint_change,NUM_GAS); // change depth for the setpoints in meter | 182 TAB_UCHAR (char_I_setpoint_change,NUM_GAS); // change depth for the setpoints in meter |
184 TAB_UCHAR (char_I_setpoint_cbar, NUM_GAS); // setpoints in cbar | 183 TAB_UCHAR (char_I_setpoint_cbar, NUM_GAS); // setpoints in cbar |
185 | 184 |
186 TAB_UCHAR (char_I_deco_O2_ratio, NUM_GAS); // oxygen ratios of the configured gases, used for deco calculations | 185 TAB_UCHAR (char_I_deco_O2_ratio, NUM_GAS); // oxygen ratios of the configured gases, used for deco calculations |