Mercurial > public > hwos_code
comparison src/shared_definitions.h @ 210:7dbc1d780ca5
do not clear char_O_deco_gas in copy_deco_table
author | heinrichsweikamp |
---|---|
date | Sun, 07 Dec 2014 23:04:16 +0100 |
parents | 9e856337b225 |
children | f0828110d864 |
comparison
equal
deleted
inserted
replaced
209:56276a2418f9 | 210:7dbc1d780ca5 |
---|---|
72 // Gather all data C-code --> ASM-code | 72 // Gather all data C-code --> ASM-code |
73 # pragma udata overlay bank3=0x300 | 73 # pragma udata overlay bank3=0x300 |
74 #else | 74 #else |
75 bank3 udata_ovr 0x300 | 75 bank3 udata_ovr 0x300 |
76 #endif | 76 #endif |
77 | |
77 | 78 |
78 #ifdef xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 79 #ifdef xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
79 Define model dimensions. | 80 Define model dimensions. |
80 NUM_COMP is the number of compartiments in the Bühlmann ZH-L16 model, ie 16. | 81 NUM_COMP is the number of compartiments in the Bühlmann ZH-L16 model, ie 16. |
81 NUM_STOPS is the maximum number of stops computed by decoplanning. | 82 NUM_STOPS is the maximum number of stops computed by decoplanning. |
152 VAR_UCHAR (char_I_bottom_depth); // Bottom depth for planning (used in gas volume evaluation). | 153 VAR_UCHAR (char_I_bottom_depth); // Bottom depth for planning (used in gas volume evaluation). |
153 VAR_UCHAR (char_I_bottom_time); // Bottom time for planning (used in gas volume evaluation). | 154 VAR_UCHAR (char_I_bottom_time); // Bottom time for planning (used in gas volume evaluation). |
154 VAR_UCHAR (char_I_dive_interval); // Delay before next dive simulation. | 155 VAR_UCHAR (char_I_dive_interval); // Delay before next dive simulation. |
155 VAR_UCHAR (char_I_const_ppO2); // new in v.101 | 156 VAR_UCHAR (char_I_const_ppO2); // new in v.101 |
156 | 157 |
157 TAB_UCHAR (char_I_deco_enable, NUM_GAS); // new in v.101 | |
158 | |
159 TAB_UCHAR (char_I_deco_gas_change,NUM_GAS); // new in v.101 | 158 TAB_UCHAR (char_I_deco_gas_change,NUM_GAS); // new in v.101 |
160 TAB_UCHAR (char_I_dil_change,NUM_GAS); // Must be placed after char_I_deco_gas_change! | 159 TAB_UCHAR (char_I_dil_change,NUM_GAS); // Must be placed after char_I_deco_gas_change! |
161 | 160 |
162 TAB_UCHAR (char_I_setpoint_change,NUM_GAS); // Change depths in m | 161 TAB_UCHAR (char_I_setpoint_change,NUM_GAS); // Change depths in m |
163 TAB_UCHAR (char_I_deco_N2_ratio, NUM_GAS); // new in v.101 | 162 TAB_UCHAR (char_I_deco_N2_ratio, NUM_GAS); // new in v.101 |