Mercurial > public > mk2
annotate code_part1/OSTC_code_c_part2/p2_deco.c @ 171:7f3e1bf588bc
More p2_deco.c cleanups
+ char_I_table_deco_done[] was never initialised.
+ temp_deco (deco presure) in meter (instead of bars), p2_deco.c line 661 !
Gas switches:
+ Added check_gas_switch() and calc_gas_switch state.
author | JeanDo |
---|---|
date | Tue, 01 Feb 2011 00:24:46 +0100 |
parents | e26f49674956 |
children | 016c45a0caaf |
rev | line source |
---|---|
116 | 1 // ************************************************************** |
2 // p2_deco.c | |
3 // | |
4 // Created on: 12.05.2009 | |
5 // Author: chsw | |
6 // | |
7 // ************************************************************** | |
8 | |
9 ////////////////////////////////////////////////////////////////////////////// | |
10 // OSTC - diving computer code | |
11 // Copyright (C) 2008 HeinrichsWeikamp GbR | |
12 // | |
13 // This program is free software: you can redistribute it and/or modify | |
14 // it under the terms of the GNU General Public License as published by | |
15 // the Free Software Foundation, either version 3 of the License, or | |
16 // (at your option) any later version. | |
17 // | |
18 // This program is distributed in the hope that it will be useful, | |
19 // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 // GNU General Public License for more details. | |
22 // | |
23 // You should have received a copy of the GNU General Public License | |
24 // along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 // | |
26 ////////////////////////////////////////////////////////////////////////////// | |
27 | |
28 // ***************************** | |
29 // ** I N T R O D U C T I O N ** | |
30 // ***************************** | |
31 // | |
32 // OSTC | |
33 // | |
34 // code: | |
35 // p2_deco_main_c_v101.c | |
36 // part2 of the OSTC code | |
37 // code with constant O2 partial pressure routines | |
38 // under construction !! | |
39 // | |
40 // summary: | |
41 // decompression routines | |
42 // for the OSTC experimental project | |
43 // written by Christian Weikamp | |
44 // last revision __________ | |
45 // comments added _________ | |
46 // | |
47 // additional files: | |
48 // p2_tables_v100.romdata (other files) | |
49 // 18f4685_ostc_v100.lkr (linker script) | |
50 // | |
51 // history: | |
52 // 01/03/08 v100: first release candidate | |
53 // 03/13/08 v101: start of programming ppO2 code | |
54 // 03/13/25 v101a: backup of interrim version with ppO2 calculation | |
55 // 03/13/25 v101: open circuit gas change during deco | |
56 // 03/13/25 v101: CNS_fraction calculation | |
57 // 03/13/26 v101: optimization of tissue calc routines | |
58 // 07/xx/08 v102a: debug of bottom time routine | |
59 // 09/xx/08 v102d: Gradient Factor Model implemenation | |
60 // 10/10/08 v104: renamed to build v103 for v118 stable | |
171 | 61 // 10/14/08 v104: integration of char_I_depth_last_deco for Gradient Model |
116 | 62 // 03/31/09 v107: integration of FONT Incon24 |
63 // 05/23/10 v109: 5 gas changes & 1 min timer | |
64 // 07/13/10 v110: cns vault added | |
65 // 12/25/10 v110: split in three files (deco.c, main.c, definitions.h) | |
163 | 66 // 2011/01/20: [jDG] Create a common file included in ASM and C code. |
167 | 67 // 2011/01/23: [jDG] Added read_custom_function(). |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
68 // 2011/01/24: [jDG] Make ascenttime an int. No more overflow! |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
69 // 2011/01/25: [jDG] Fusion deco array for both models. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
70 // 2011/01/25: [jDG] Use CF(54) to reverse deco order. |
116 | 71 // |
167 | 72 // TODO: |
73 // + Allow (CF) delay for gas switch while predicting ascent. | |
74 // + Allow to abort MD2 calculation (have to restart next time). | |
75 // | |
76 // Literature: | |
116 | 77 // B"uhlmann, Albert: Tauchmedizin; 4. Auflage; |
78 // Schr"oder, Kai & Reith, Steffen; 2000; S"attigungsvorg"ange beim Tauchen, das Modell ZH-L16, Funktionsweise von Tauchcomputern; http://www.achim-und-kai.de/kai/tausim/saett_faq | |
79 // Morrison, Stuart; 2000; DIY DECOMPRESSION; http://www.lizardland.co.uk/DIYDeco.html | |
80 // Balthasar, Steffen; Dekompressionstheorie I: Neo Haldane Modelle; http://www.txfreak.de/dekompressionstheorie_1.pdf | |
81 // Baker, Erik C.; Clearing Up The Confusion About "Deep Stops" | |
82 // Baker, Erik C.; Understanding M-values; http://www.txfreak.de/understanding_m-values.pdf | |
167 | 83 // |
84 // | |
116 | 85 |
86 // ********************* | |
87 // ** I N C L U D E S ** | |
88 // ********************* | |
89 #include <math.h> | |
167 | 90 |
91 // ************************* | |
92 // ** P R O T O T Y P E S ** | |
93 // ************************* | |
94 | |
95 static void calc_hauptroutine(void); | |
96 static void calc_tissue_2_secs(void); | |
97 static void calc_tissue_1_min(void); | |
98 static void calc_nullzeit(void); | |
99 static void backup_sim_pres_tissue(void); | |
100 static void restore_sim_pres_tissue(void); | |
101 | |
102 static void calc_without_deco(void); | |
103 static void clear_tissue(void); | |
104 static void calc_ascenttime(void); | |
105 static void update_startvalues(void); | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
106 static void clear_deco_table(void); |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
107 static void update_deco_table(void); |
167 | 108 static void sim_tissue_1min(void); |
109 static void sim_tissue_10min(void); | |
110 static void calc_gradient_factor(void); | |
111 static void calc_wo_deco_step_1_min(void); | |
112 | |
113 static void calc_hauptroutine_data_input(void); | |
114 static void calc_hauptroutine_update_tissues(void); | |
115 static void calc_hauptroutine_calc_deco(void); | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
116 static void sim_ascent_to_first_stop(void); |
167 | 117 |
171 | 118 static void calc_nextdecodepth(void); |
116 | 119 |
120 // *********************************************** | |
121 // ** V A R I A B L E S D E F I N I T I O N S ** | |
122 // *********************************************** | |
123 | |
167 | 124 #include "p2_definitions.h" |
163 | 125 #include "../OSTC_code_c_part2/shared_definitions.h" |
116 | 126 |
163 | 127 //---- Bank 3 parameters ----------------------------------------------------- |
128 #pragma udata bank4=0x400 | |
116 | 129 |
130 static unsigned char lock_GF_depth_list; | |
131 static float temp_limit; | |
132 static float GF_low; | |
133 static float GF_high; | |
134 static float GF_delta; | |
171 | 135 static float locked_GF_step; |
136 | |
137 static float sim_pres_gtissue; | |
138 static float sim_pres_gtissue_diff; | |
139 static float sim_pres_gtissue_limit_GF_low; | |
140 static float sim_pres_gtissue_limit_GF_low_below_surface; | |
141 static unsigned char temp_depth_limit; | |
142 static float sim_pres_gtissue_limit; | |
143 static unsigned char sim_gtissue_no; | |
116 | 144 |
145 static unsigned char temp_depth_GF_low_meter; | |
146 static unsigned char internal_deco_pointer; | |
147 | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
148 static unsigned char internal_deco_time[32]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
149 static unsigned char internal_deco_depth[32]; |
116 | 150 |
151 static float cns_vault; | |
152 static float pres_tissue_vault[32]; | |
153 | |
163 | 154 //---- Bank 5 parameters ----------------------------------------------------- |
155 #pragma udata bank5=0x500 | |
156 | |
167 | 157 static unsigned char ci; |
116 | 158 static float pres_respiration; |
159 static float pres_surface; | |
160 static float temp1; | |
161 static float temp2; | |
162 static float temp3; | |
163 static float temp4; | |
164 static float temp_deco; | |
165 static float temp_atem; | |
166 static float temp2_atem; | |
167 static float temp_tissue; | |
168 static float temp_surface; | |
169 static float N2_ratio; | |
170 static float He_ratio; | |
165 | 171 static float var_N2_a; |
172 static float var_N2_b; | |
173 static float var_He_a; | |
174 static float var_He_b; | |
175 static float var_N2_e; | |
176 static float var_He_e; | |
177 static float var_N2_halftime; | |
178 static float var_He_halftime; | |
116 | 179 static float pres_gtissue_limit; |
180 | |
164 | 181 static float pres_diluent; // new in v.101 |
182 static float deco_diluent; // new in v.101 | |
183 static float const_ppO2; // new in v.101 | |
184 static float deco_ppO2_change; // new in v.101 | |
185 static float deco_ppO2; // new in v.101 | |
116 | 186 |
171 | 187 static unsigned char calc_gas_switch; // Detected a gas switch. |
167 | 188 static float calc_N2_ratio; // new in v.101 |
189 static float calc_He_ratio; // new in v.101 | |
190 static float CNS_fraction; // new in v.101 | |
191 static float float_saturation_multiplier; // new in v.101 | |
192 static float float_desaturation_multiplier; // new in v.101 | |
193 static float float_deco_distance; // new in v.101 | |
194 static char flag_in_divemode; // new in v.108 | |
195 | |
196 static float deco_gas_change1; // new in v.101 | |
197 static float deco_gas_change2; // new in v.109 | |
198 static float deco_gas_change3; // new in v.109 | |
199 static float deco_gas_change4; // new in v.109 | |
200 static float deco_gas_change5; // new in v.109 | |
201 | |
202 static float deco_N2_ratio1; // new in v.101 | |
203 static float deco_He_ratio1; // new in v.101 | |
204 static float deco_N2_ratio2; // new in v.109 | |
205 static float deco_N2_ratio3; // new in v.109 | |
206 static float deco_N2_ratio4; // new in v.109 | |
207 static float deco_N2_ratio5; // new in v.109 | |
208 static float deco_He_ratio2; // new in v.109 | |
209 static float deco_He_ratio3; // new in v.109 | |
210 static float deco_He_ratio4; // new in v.109 | |
211 static float deco_He_ratio5; // new in v.109 | |
212 | |
213 | |
163 | 214 //---- Bank 6 parameters ----------------------------------------------------- |
215 #pragma udata bank6=0x600 | |
116 | 216 |
164 | 217 static float pres_tissue[32]; |
116 | 218 static float pres_tissue_limit[16]; |
219 static float sim_pres_tissue_limit[16]; | |
220 | |
163 | 221 //---- Bank 7 parameters ----------------------------------------------------- |
222 #pragma udata bank7=0x700 | |
223 | |
224 static float sim_pres_tissue[32]; // 32 floats = 128 bytes. | |
116 | 225 static float sim_pres_tissue_backup[32]; |
226 | |
163 | 227 //---- Bank 8 parameters ----------------------------------------------------- |
116 | 228 #pragma udata bank8=0x800 |
163 | 229 |
116 | 230 static char md_pi_subst[256]; |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
231 #define C_STACK md_pi_subst // Overlay C-code data stack here, too. |
116 | 232 |
163 | 233 //---- Bank 9 parameters ----------------------------------------------------- |
167 | 234 #pragma udata bank9=0x900 |
116 | 235 |
163 | 236 static char md_state[48]; // DONT MOVE !! // has to be at the beginning of bank 9 for the asm code!!! |
116 | 237 |
164 | 238 // internal, dbg: |
167 | 239 static unsigned char DBG_char_I_deco_model; // new in v.108. |
164 | 240 static unsigned char DBG_char_I_depth_last_deco; // new in v.108 |
241 static float DBG_pres_surface; // new in v.108 | |
242 static float DBG_GF_low; // new in v.108 | |
243 static float DBG_GF_high; // new in v.108 | |
244 static float DBG_const_ppO2; // new in v.108 | |
245 static float DBG_deco_ppO2_change; // new in v.108 | |
246 static float DBG_deco_ppO2; // new in v.108 | |
247 static float DBG_deco_N2_ratio; // new in v.108 | |
248 static float DBG_deco_He_ratio; // new in v.108 | |
249 static float DBG_deco_gas_change; // new in v.108 | |
250 static float DBG_float_saturation_multiplier; // new in v.108 | |
251 static float DBG_float_desaturation_multiplier; // new in v.108 | |
252 static float DBG_float_deco_distance; // new in v.108 | |
253 static float DBG_deco_N2_ratio; // new in v.108 | |
254 static float DBG_deco_He_ratio; // new in v.108 | |
255 static float DBG_N2_ratio; // new in v.108 | |
256 static float DBG_He_ratio; // new in v.108 | |
257 | |
167 | 258 ////////////////////////////////////////////////////////////////////////////// |
259 ////////////////////////////////////////////////////////////////////////////// | |
260 ///////////////////////////// THE LOOKUP TABLES ////////////////////////////// | |
261 ////////////////////////////////////////////////////////////////////////////// | |
262 ////////////////////////////////////////////////////////////////////////////// | |
263 // | |
264 // End of PROM code is 17F00, So push tables on PROM top... | |
265 // | |
266 #pragma romdata buhlmann_tables = 0x017B00 // Needs to be in UPPER bank. | |
267 #include "p2_tables.romdata" // new table for deco_main_v.101 (var_N2_a modified) | |
116 | 268 |
167 | 269 // Magic table to compute the MD2 HASH |
270 // | |
271 #pragma romdata hash_tables = 0x017E00 // Address fixed by ASM access... | |
116 | 272 rom const rom unsigned int md_pi[] = |
273 { | |
274 0x292E, 0x43C9, 0xA2D8, 0x7C01, 0x3D36, 0x54A1, 0xECF0, 0x0613 | |
275 , 0x62A7, 0x05F3, 0xC0C7, 0x738C, 0x9893, 0x2BD9, 0xBC4C, 0x82CA | |
276 , 0x1E9B, 0x573C, 0xFDD4, 0xE016, 0x6742, 0x6F18, 0x8A17, 0xE512 | |
277 , 0xBE4E, 0xC4D6, 0xDA9E, 0xDE49, 0xA0FB, 0xF58E, 0xBB2F, 0xEE7A | |
278 , 0xA968, 0x7991, 0x15B2, 0x073F, 0x94C2, 0x1089, 0x0B22, 0x5F21 | |
279 , 0x807F, 0x5D9A, 0x5A90, 0x3227, 0x353E, 0xCCE7, 0xBFF7, 0x9703 | |
280 , 0xFF19, 0x30B3, 0x48A5, 0xB5D1, 0xD75E, 0x922A, 0xAC56, 0xAAC6 | |
281 , 0x4FB8, 0x38D2, 0x96A4, 0x7DB6, 0x76FC, 0x6BE2, 0x9C74, 0x04F1 | |
282 , 0x459D, 0x7059, 0x6471, 0x8720, 0x865B, 0xCF65, 0xE62D, 0xA802 | |
283 , 0x1B60, 0x25AD, 0xAEB0, 0xB9F6, 0x1C46, 0x6169, 0x3440, 0x7E0F | |
284 , 0x5547, 0xA323, 0xDD51, 0xAF3A, 0xC35C, 0xF9CE, 0xBAC5, 0xEA26 | |
285 , 0x2C53, 0x0D6E, 0x8528, 0x8409, 0xD3DF, 0xCDF4, 0x4181, 0x4D52 | |
286 , 0x6ADC, 0x37C8, 0x6CC1, 0xABFA, 0x24E1, 0x7B08, 0x0CBD, 0xB14A | |
287 , 0x7888, 0x958B, 0xE363, 0xE86D, 0xE9CB, 0xD5FE, 0x3B00, 0x1D39 | |
288 , 0xF2EF, 0xB70E, 0x6658, 0xD0E4, 0xA677, 0x72F8, 0xEB75, 0x4B0A | |
289 , 0x3144, 0x50B4, 0x8FED, 0x1F1A, 0xDB99, 0x8D33, 0x9F11, 0x8314 | |
290 }; | |
291 | |
167 | 292 ////////////////////////////////////////////////////////////////////////////// |
293 ////////////////////////////////////////////////////////////////////////////// | |
294 ////////////////////////////// THE SUBROUTINES /////////////////////////////// | |
295 ////////////////////////////////////////////////////////////////////////////// | |
296 ////////////////////////////////////////////////////////////////////////////// | |
297 // | |
116 | 298 // all new in v.102 |
299 // moved from 0x0D000 to 0x0C000 in v.108 | |
300 | |
301 #pragma code p2_deco = 0x0C000 | |
302 | |
167 | 303 ////////////////////////////////////////////////////////////////////////////// |
304 // DBS - debug on start of dive | |
305 // | |
306 static void create_dbs_set_dbg_and_ndl20mtr(void) | |
116 | 307 { |
167 | 308 overlay char i; // Local loop index. |
309 | |
310 //---- Reset DEBUG bit fields -------------------------------------------- | |
116 | 311 int_O_DBS_bitfield = 0; |
312 int_O_DBS2_bitfield = 0; | |
313 if(int_O_DBG_pre_bitfield & DBG_RUN) | |
314 int_O_DBG_pre_bitfield = DBG_RESTART; | |
315 else | |
316 int_O_DBG_pre_bitfield = DBG_RUN; | |
317 int_O_DBG_post_bitfield = 0; | |
167 | 318 |
319 //---- Set 20meters ND limit --------------------------------------------- | |
116 | 320 char_O_NDL_at_20mtr = 255; |
321 | |
167 | 322 //---- Copy all dive parameters ------------------------------------------ |
116 | 323 DBG_N2_ratio = N2_ratio; |
324 DBG_He_ratio = He_ratio; | |
325 DBG_char_I_deco_model = char_I_deco_model; | |
326 DBG_char_I_depth_last_deco = char_I_depth_last_deco; | |
327 DBG_pres_surface = pres_surface; | |
328 DBG_GF_low = GF_low; | |
329 DBG_GF_high = GF_high; | |
330 DBG_const_ppO2 = const_ppO2; | |
331 DBG_deco_ppO2_change = deco_ppO2_change; | |
332 DBG_deco_ppO2 = deco_ppO2; | |
167 | 333 DBG_deco_N2_ratio = deco_N2_ratio1; |
334 DBG_deco_He_ratio = deco_He_ratio1; | |
335 DBG_deco_gas_change = deco_gas_change1; | |
116 | 336 DBG_float_saturation_multiplier = float_saturation_multiplier; |
337 DBG_float_desaturation_multiplier = float_desaturation_multiplier; | |
338 DBG_float_deco_distance = float_deco_distance; | |
339 | |
167 | 340 //---- Setup some error (?) conditions ----------------------------------- |
116 | 341 if(char_I_deco_model) |
342 int_O_DBS_bitfield |= DBS_mode; | |
343 if(const_ppO2) | |
344 int_O_DBS_bitfield |= DBS_ppO2; | |
167 | 345 for(i = 16; i < 32; i++) |
346 if(pres_tissue[i]) | |
116 | 347 int_O_DBS_bitfield |= DBS_HE_sat; |
348 if(deco_ppO2_change) | |
349 int_O_DBS_bitfield |= DBS_ppO2chg; | |
350 if(float_saturation_multiplier < 0.99) | |
351 int_O_DBS_bitfield |= DBS_SAT2l; | |
352 if(float_saturation_multiplier > 1.3) | |
353 int_O_DBS_bitfield |= DBS_SAT2h; | |
354 if(GF_low < 0.19) | |
355 int_O_DBS_bitfield |= DBS_GFLOW2l; | |
356 if(GF_low > 1.01) | |
357 int_O_DBS_bitfield |= DBS_GFLOW2h; | |
358 if(GF_high < 0.6) | |
359 int_O_DBS_bitfield |= DBS_GFHGH2l; | |
360 if(GF_high > 1.01) | |
361 int_O_DBS_bitfield |= DBS_GFHGH2h; | |
362 if((N2_ratio + He_ratio) > 0.95) | |
363 int_O_DBS_bitfield |= DBS_GASO22l; | |
364 if((N2_ratio + He_ratio) < 0.05) | |
365 int_O_DBS_bitfield |= DBS_GASO22h; | |
366 if(float_deco_distance > 0.25) | |
367 int_O_DBS_bitfield |= DBS_DIST2h; | |
368 if(char_I_depth_last_deco > 8) | |
369 int_O_DBS_bitfield |= DBS_LAST2h; | |
167 | 370 if(DBG_deco_gas_change && ((deco_N2_ratio1 + deco_He_ratio1) > 0.95)) |
116 | 371 int_O_DBS_bitfield |= DBS_DECOO2l; |
167 | 372 if(DBG_deco_gas_change && ((deco_N2_ratio1 + deco_He_ratio1) < 0.05)) |
116 | 373 int_O_DBS_bitfield |= DBS_DECOO2h; |
374 if(pres_respiration > 3.0) | |
375 int_O_DBS2_bitfield |= DBS2_PRES2h; | |
376 if(pres_surface - pres_respiration > 0.2) | |
377 int_O_DBS2_bitfield |= DBS2_PRES2l; | |
378 if(pres_surface < 0.75) | |
379 int_O_DBS2_bitfield |= DBS2_SURF2l; | |
380 if(pres_surface > 1.11) | |
381 int_O_DBS2_bitfield |= DBS2_SURF2h; | |
382 if(float_desaturation_multiplier < 0.70) | |
383 int_O_DBS2_bitfield |= DBS2_DESAT2l; | |
384 if(float_desaturation_multiplier > 1.01) | |
385 int_O_DBS2_bitfield |= DBS2_DESAT2h; | |
386 if(GF_low > GF_high) | |
387 int_O_DBS2_bitfield |= DBS2_GFDneg; | |
388 } | |
389 | |
167 | 390 ////////////////////////////////////////////////////////////////////////////// |
391 // DBG - set DBG to end_of_dive | |
392 // | |
393 static void set_dbg_end_of_dive(void) | |
116 | 394 { |
395 int_O_DBG_pre_bitfield &= (~DBG_RUN); | |
396 int_O_DBG_post_bitfield &= (~DBG_RUN); | |
397 } | |
398 | |
167 | 399 ////////////////////////////////////////////////////////////////////////////// |
400 // DBG - NDL at first 20 m. hit | |
401 // | |
402 static void check_ndl(void) | |
116 | 403 { |
167 | 404 if( char_O_NDL_at_20mtr == 255 // Still in NDL mode ? |
405 && int_I_pres_respiration > 3000 // And we hit the 20m limit ? | |
406 ) | |
116 | 407 { |
167 | 408 char_O_NDL_at_20mtr = char_O_nullzeit; // change to max bottom time. |
409 if( char_O_NDL_at_20mtr == 255) // and avoid confusion. | |
116 | 410 char_O_NDL_at_20mtr == 254; |
411 } | |
412 } | |
413 | |
167 | 414 ////////////////////////////////////////////////////////////////////////////// |
415 // DBG - multi main during dive | |
416 // | |
417 static void check_dbg(static char is_post_check) | |
116 | 418 { |
167 | 419 overlay unsigned int temp_DBS = 0; |
420 overlay char i; // Local loop index. | |
421 | |
116 | 422 if( (DBG_N2_ratio != N2_ratio) || (DBG_He_ratio != He_ratio) ) |
423 temp_DBS |= DBG_c_gas; | |
424 if(DBG_const_ppO2 != const_ppO2) | |
425 temp_DBS |= DBG_c_ppO2; | |
167 | 426 if( DBG_float_saturation_multiplier != float_saturation_multiplier |
427 || DBG_float_desaturation_multiplier != float_desaturation_multiplier | |
428 ) | |
116 | 429 temp_DBS |= DBG_CdeSAT; |
430 if(DBG_char_I_deco_model != char_I_deco_model) | |
431 temp_DBS |= DBG_C_MODE; | |
432 if(DBG_pres_surface != pres_surface) | |
433 temp_DBS |= DBG_C_SURF; | |
167 | 434 |
435 if( !DBS_HE_sat && !He_ratio) | |
436 for(i = 16; i < 32; i++) | |
437 if(pres_tissue[i]) | |
116 | 438 temp_DBS |= DBG_HEwoHE; |
167 | 439 |
116 | 440 if(DBG_deco_ppO2 != deco_ppO2) |
441 temp_DBS |= DBG_C_DPPO2; | |
167 | 442 |
443 if( DBG_deco_gas_change != deco_gas_change1 | |
444 || DBG_deco_N2_ratio != deco_N2_ratio1 | |
445 || DBG_deco_He_ratio != deco_He_ratio1 ) | |
116 | 446 temp_DBS |= DBG_C_DGAS; |
167 | 447 |
116 | 448 if(DBG_float_deco_distance != float_deco_distance) |
449 temp_DBS |= DBG_C_DIST; | |
450 if(DBG_char_I_depth_last_deco != char_I_depth_last_deco) | |
451 temp_DBS |= DBG_C_LAST; | |
167 | 452 if( DBG_GF_low != GF_low |
453 || DBG_GF_high != GF_high ) | |
116 | 454 temp_DBS |= DBG_C_GF; |
455 if(pres_respiration > 13.0) | |
456 temp_DBS |= DBG_PHIGH; | |
457 if(pres_surface - pres_respiration > 0.2) | |
458 temp_DBS |= DBG_PLOW; | |
459 if(is_post_check) | |
460 int_O_DBG_post_bitfield |= temp_DBS; | |
461 else | |
462 int_O_DBG_pre_bitfield |= temp_DBS; | |
463 } | |
464 | |
167 | 465 ////////////////////////////////////////////////////////////////////////////// |
466 // DBG - prior to calc. of dive | |
467 // | |
468 static void check_pre_dbg(void) | |
116 | 469 { |
470 check_dbg(0); | |
471 } | |
472 | |
167 | 473 ////////////////////////////////////////////////////////////////////////////// |
474 // DBG - after decocalc of dive | |
475 // | |
476 static void check_post_dbg(void) | |
116 | 477 { |
478 check_dbg(1); | |
479 } | |
480 | |
165 | 481 ////////////////////////////////////////////////////////////////////////////// |
167 | 482 ////////////////////////////////////////////////////////////////////////////// |
483 /////////////////////// U T I L I T I E S ///////////////////////////////// | |
484 ////////////////////////////////////////////////////////////////////////////// | |
485 ////////////////////////////////////////////////////////////////////////////// | |
486 | |
487 static int read_custom_function(static unsigned char cf) | |
488 { | |
489 extern unsigned char hi, lo; | |
490 extern void getcustom15(); | |
491 _asm | |
492 movff cf,WREG | |
493 call getcustom15,0 | |
494 movff lo,PRODL | |
495 movff hi,PRODH | |
496 _endasm | |
497 } | |
498 | |
499 ////////////////////////////////////////////////////////////////////////////// | |
165 | 500 // read buhlmann tables for compatriment ci |
167 | 501 // If period == 0 : 2sec interval |
502 // 1 : 1 min interval | |
503 // 2 : 10 min interval. | |
504 static void read_buhlmann_coeffifients(static char period) | |
165 | 505 { |
167 | 506 // Note: we don't use far rom pointer, because the |
507 // 24 bits is to complex, hence we have to set | |
508 // the UPPER page ourself... | |
509 // --> Set zero if tables are moved to lower pages ! | |
510 _asm | |
511 movlw 1 | |
512 movwf TBLPTRU,0 | |
513 _endasm | |
514 | |
165 | 515 var_N2_a = buhlmann_a[ci]; |
516 var_N2_b = buhlmann_b[ci]; | |
167 | 517 var_He_a = (buhlmann_a+16)[ci]; |
518 var_He_b = (buhlmann_b+16)[ci]; | |
519 | |
165 | 520 // Check reading consistency: |
521 if( (var_N2_a < 0.231) | |
522 || (var_N2_a > 1.27) | |
523 || (var_N2_b < 0.504) | |
524 || (var_N2_b > 0.966) | |
525 || (var_He_a < 0.510) | |
526 || (var_He_a > 1.75) | |
527 || (var_He_b < 0.423) | |
528 || (var_He_b > 0.927) | |
529 ) | |
530 int_O_DBG_pre_bitfield |= DBG_ZH16ERR; | |
167 | 531 |
165 | 532 // Integration intervals. |
167 | 533 switch(period) |
165 | 534 { |
167 | 535 case -1://---- no interval ----------------------------------------------- |
536 var_N2_e = var_He_e = 0.0; | |
537 break; | |
538 | |
165 | 539 case 0: //---- 2 sec ----------------------------------------------------- |
540 var_N2_e = e2secs[ci]; | |
167 | 541 var_He_e = (e2secs+16)[ci]; |
165 | 542 |
543 // Check reading consistency: | |
544 if( (var_N2_e < 0.0000363) | |
545 || (var_N2_e > 0.00577) | |
546 || (var_He_e < 0.0000961) | |
547 || (var_He_e > 0.150) | |
548 ) | |
549 int_O_DBG_pre_bitfield |= DBG_ZH16ERR; | |
550 | |
551 break; | |
552 | |
553 case 1: //---- 1 min ----------------------------------------------------- | |
554 var_N2_e = e1min[ci]; | |
167 | 555 var_He_e = (e1min+16)[ci]; |
165 | 556 |
557 // Check reading consistency: | |
558 if( (var_N2_e < 1.09E-3) | |
559 || (var_N2_e > 0.1592) | |
560 || (var_He_e < 0.00288) | |
561 || (var_He_e > 0.3682) | |
562 ) | |
563 int_O_DBG_pre_bitfield |= DBG_ZH16ERR; | |
564 | |
565 break; | |
566 | |
567 case 2: //---- 10 min ---------------------------------------------------- | |
568 var_N2_e = e10min[ci]; | |
167 | 569 var_He_e = (e10min+16)[ci]; |
165 | 570 |
571 // Check reading consistency: | |
572 if( (var_N2_e < 0.01085) | |
573 || (var_N2_e > 0.82323) | |
574 || (var_He_e < 0.02846) | |
575 || (var_He_e > 0.98986) | |
576 ) | |
577 int_O_DBG_pre_bitfield |= DBG_ZH16ERR; | |
578 | |
579 break; | |
580 } | |
581 } | |
582 | |
583 ////////////////////////////////////////////////////////////////////////////// | |
167 | 584 // calc_next_decodepth_GF |
165 | 585 // |
116 | 586 // new in v.102 |
165 | 587 // |
116 | 588 // INPUT, changing during dive: |
171 | 589 // sim_pres_gtissue_limit_GF_low |
590 // sim_pres_gtissue_limit_GF_low_below_surface | |
591 // sim_pres_gtissue | |
592 // sim_pres_gtissue_diff | |
167 | 593 // lock_GF_depth_list |
594 // | |
116 | 595 // INPUT, fixed during dive: |
167 | 596 // pres_surface |
597 // GF_delta | |
598 // GF_high | |
599 // GF_low | |
171 | 600 // char_I_depth_last_deco |
167 | 601 // float_deco_distance |
602 // | |
116 | 603 // OUTPUT |
171 | 604 // locked_GF_step |
167 | 605 // temp_deco |
606 // temp_depth_limt | |
607 // lock_GF_depth_list | |
608 // | |
171 | 609 static void calc_nextdecodepth(void) |
167 | 610 { |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
611 //---- ZH-L16 + GRADIENT FACTOR model ------------------------------------ |
116 | 612 if (char_I_deco_model == 1) |
613 { | |
167 | 614 overlay float next_stop; // Next stop to test, in Bar. |
615 | |
116 | 616 if (lock_GF_depth_list == 0) |
617 { | |
171 | 618 overlay unsigned char temp_depth_GF_low_number; |
619 | |
620 next_stop = sim_pres_gtissue_limit_GF_low_below_surface / 0.29985; | |
621 temp_depth_GF_low_number = (int) (next_stop + 0.99); // Deepest stop index. | |
622 if (temp_depth_GF_low_number > 31) | |
623 temp_depth_GF_low_number = 31; // deepest deco at 93 meter (31 deco stops) | |
624 if (temp_depth_GF_low_number < 0) | |
625 temp_depth_GF_low_number = 0; | |
116 | 626 temp_depth_GF_low_meter = 3 * temp_depth_GF_low_number; |
167 | 627 next_stop = (float)temp_depth_GF_low_meter * 0.09995; |
116 | 628 if (temp_depth_GF_low_number == 0) |
171 | 629 locked_GF_step = 0; |
116 | 630 else |
171 | 631 locked_GF_step = GF_delta / (float)temp_depth_GF_low_number; |
632 lock_GF_depth_list = 1; | |
633 | |
634 // new run | |
635 internal_deco_pointer = temp_depth_GF_low_number; | |
636 } | |
637 | |
638 // Check all stops until one is higher that tolerated presure | |
639 while(internal_deco_pointer > 0) | |
640 { | |
641 overlay unsigned char index; // Next index (0..30) | |
642 overlay unsigned char next_depth_limit; // Next depth (0m..90m) | |
643 overlay float press_tol; // Upper limit (lower pressure) tolerated. | |
644 overlay float GF_temp; // Changing Gradient-Factor value at next depth. | |
645 | |
646 index = internal_deco_pointer - 1; // Index of next (upper) stop. | |
647 if (index == 1) // new in v104 | |
648 next_depth_limit = char_I_depth_last_deco; // Use last 3m..6m instead. | |
649 else | |
650 next_depth_limit = 3 * index; // Convert index to meter. | |
167 | 651 |
171 | 652 next_stop = next_depth_limit * 0.09995 // Meters to bar |
653 + pres_surface; | |
654 // current GF is GF_high - alpha (GF_high - GF_low) | |
655 // With alpha = currentStop / (totalStops-1), hence in [0..1] | |
656 GF_temp = GF_high - (next_depth_limit/3) * locked_GF_step; | |
657 | |
658 // upper limit (lowest pressure tolerated): | |
659 press_tol = GF_temp * sim_pres_gtissue_diff + sim_pres_gtissue; | |
660 | |
661 if( press_tol > next_stop ) // check if ascent to next deco stop is ok | |
662 break; | |
663 | |
664 // Else, validate that stop and loop... | |
665 internal_deco_pointer = index; | |
116 | 666 } |
171 | 667 |
668 // Redo the results once we do have the validated index | |
669 if( internal_deco_pointer==1 ) | |
670 temp_depth_limit = char_I_depth_last_deco; // Use last 3m..6m instead. | |
671 else | |
672 temp_depth_limit = 3 * internal_deco_pointer; // Normal depth, from 0m to 96m | |
673 temp_deco = temp_depth_limit * 0.09995 // Convert to bars. | |
674 + pres_surface; | |
675 if (internal_deco_pointer != 0) | |
676 temp_deco += float_deco_distance; // Add security distance (bars too) | |
116 | 677 } |
167 | 678 else //---- ZH-L16 model ------------------------------------------------- |
116 | 679 { |
171 | 680 // calc_nextdecodepth - original model |
116 | 681 // optimized in v.101 |
171 | 682 // char_I_depth_last_deco included in v.101 |
116 | 683 |
171 | 684 overlay float pres_gradient = sim_pres_gtissue_limit - pres_surface; |
167 | 685 if (pres_gradient >= 0) |
116 | 686 { |
171 | 687 pres_gradient = pres_gradient / 0.29985; // == pres_gradient / 99.95 / 3m; |
688 temp_depth_limit = 3 * (int) (pres_gradient + 0.99); // depth for deco [m] | |
689 if (temp_depth_limit == 0) // At surface ? | |
116 | 690 temp_deco = pres_surface; |
691 else | |
692 { | |
171 | 693 if (temp_depth_limit < char_I_depth_last_deco) // Implement last stop at 4m/5m/6m... |
694 temp_depth_limit = char_I_depth_last_deco; | |
695 temp_deco = (temp_depth_limit * 0.09995) // depth for deco [bar] = depth | |
696 + float_deco_distance // + security margin | |
697 + pres_surface; // + surface ambient presure | |
698 } | |
699 } | |
116 | 700 else |
701 { | |
171 | 702 temp_deco = pres_surface; // surface ambient presure |
703 temp_depth_limit = 0; // stop number = 0 | |
704 } | |
705 } | |
167 | 706 } |
116 | 707 |
167 | 708 ////////////////////////////////////////////////////////////////////////////// |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
709 // copy_deco_table |
167 | 710 // |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
711 // Buffer the stops, once computed, so we can continue to display them |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
712 // while computing the next set. |
167 | 713 // |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
714 static void copy_deco_table(void) |
116 | 715 { |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
716 // Copy depth of the first (deepest) stop, because when reversing |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
717 // order, it will be hard to find... |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
718 char_O_first_deco_depth = internal_deco_depth[0]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
719 char_O_first_deco_time = internal_deco_time [0]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
720 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
721 if( read_custom_function(54) & 1 ) //---- Should we reverse table ? ------ |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
722 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
723 overlay unsigned char x, y; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
724 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
725 //---- First: search the first non-null depth |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
726 for(x=31; x != 0; --x) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
727 if( internal_deco_depth[x] != 0 ) break; |
116 | 728 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
729 //---- Second: copy to output table (in reverse order) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
730 for(y=0; y<32; y++, --x) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
731 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
732 char_O_deco_depth[y] = internal_deco_depth[x]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
733 char_O_deco_time [y] = internal_deco_time [x]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
734 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
735 // Stop only once the last transfer is done. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
736 if( x == 0 ) break; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
737 } |
116 | 738 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
739 //---- Third: fill table end with null |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
740 for(y++; y<32; y++) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
741 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
742 char_O_deco_time [y] = 0; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
743 char_O_deco_depth[y] = 0; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
744 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
745 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
746 else //---- Straight copy ------------------------------------------------ |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
747 { |
167 | 748 overlay unsigned char x; |
749 | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
750 for(x=0; x<32; x++) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
751 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
752 char_O_deco_depth[x] = internal_deco_depth[x]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
753 char_O_deco_time [x] = internal_deco_time [x]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
754 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
755 } |
167 | 756 } |
116 | 757 |
167 | 758 ////////////////////////////////////////////////////////////////////////////// |
116 | 759 // temp_tissue_safety // |
167 | 760 // |
116 | 761 // outsourced in v.102 |
167 | 762 // |
763 // Apply safety factors for brand ZH-L16 model. | |
764 // | |
765 static void temp_tissue_safety(void) | |
116 | 766 { |
167 | 767 if( char_I_deco_model == 0 ) |
116 | 768 { |
769 if (temp_tissue < 0.0) | |
126 | 770 temp_tissue *= float_desaturation_multiplier; |
116 | 771 else |
126 | 772 temp_tissue *= float_saturation_multiplier; |
116 | 773 } |
167 | 774 } |
116 | 775 |
167 | 776 ////////////////////////////////////////////////////////////////////////////// |
777 ////////////////////////////////////////////////////////////////////////////// | |
116 | 778 // ** THE JUMP-IN CODE ** |
779 // ** for the asm code ** | |
167 | 780 ////////////////////////////////////////////////////////////////////////////// |
781 ////////////////////////////////////////////////////////////////////////////// | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
782 |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
783 void fillDataStack(void) |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
784 { |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
785 _asm |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
786 LFSR 1,C_STACK |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
787 MOVLW 0xCC |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
788 loop: MOVWF POSTINC1,0 |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
789 TSTFSZ FSR1L,0 |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
790 BRA loop |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
791 |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
792 LFSR 1,C_STACK |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
793 LFSR 2,C_STACK |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
794 _endasm |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
795 } |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
796 |
167 | 797 ////////////////////////////////////////////////////////////////////////////// |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
798 // When calling C code from ASM context, the data stack pointer and |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
799 // frames should be reset. Bank3 is dedicated to the stack (see the |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
800 // .lkr script). |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
801 #ifdef __DEBUG |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
802 # define RESET_C_STACK fillDataStack(); |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
803 #else |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
804 # define RESET_C_STACK \ |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
805 _asm \ |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
806 LFSR 1, C_STACK \ |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
807 LFSR 2, C_STACK \ |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
808 _endasm |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
809 #endif |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
810 |
167 | 811 ////////////////////////////////////////////////////////////////////////////// |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
812 // Called every 2 seconds during diving. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
813 // update tissues every time. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
814 // Every 6 seconds (or slower when TTS > 16): |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
815 // - update deco table (char_O_deco_time/depth) with new values. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
816 // - update ascent time, |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
817 // - set status to zero (so we can check there is new results). |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
818 // |
116 | 819 void deco_calc_hauptroutine(void) |
820 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
821 RESET_C_STACK |
116 | 822 calc_hauptroutine(); |
823 int_O_desaturation_time = 65535; | |
824 } | |
825 | |
167 | 826 ////////////////////////////////////////////////////////////////////////////// |
827 | |
116 | 828 void deco_calc_without_deco(void) |
829 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
830 RESET_C_STACK |
116 | 831 calc_without_deco(); |
832 deco_calc_desaturation_time(); | |
833 } | |
834 | |
167 | 835 ////////////////////////////////////////////////////////////////////////////// |
836 | |
116 | 837 void deco_clear_tissue(void) |
838 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
839 RESET_C_STACK |
116 | 840 clear_tissue(); |
841 char_I_depth_last_deco = 0; // for compatibility with v.101pre_no_last_deco | |
842 } | |
843 | |
167 | 844 ////////////////////////////////////////////////////////////////////////////// |
845 | |
116 | 846 void deco_calc_wo_deco_step_1_min(void) |
847 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
848 RESET_C_STACK |
116 | 849 calc_wo_deco_step_1_min(); |
850 char_O_deco_status = 3; // surface new in v.102 overwrites value of calc_wo_deco_step_1_min | |
851 deco_calc_desaturation_time(); | |
852 } | |
853 | |
167 | 854 ////////////////////////////////////////////////////////////////////////////// |
855 | |
116 | 856 void deco_debug(void) |
857 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
858 RESET_C_STACK |
116 | 859 } |
860 | |
167 | 861 ////////////////////////////////////////////////////////////////////////////// |
862 // clear_tissue | |
863 // | |
165 | 864 // optimized in v.101 (var_N2_a) |
167 | 865 // |
866 // preload tissues with standard pressure for the given ambient pressure. | |
867 // Note: fixed N2_ratio for standard air. | |
116 | 868 |
167 | 869 static void clear_tissue(void) |
116 | 870 { |
871 flag_in_divemode = 0; | |
872 int_O_DBS_bitfield = 0; | |
873 int_O_DBS2_bitfield = 0; | |
874 int_O_DBG_pre_bitfield = 0; | |
875 int_O_DBG_post_bitfield = 0; | |
876 char_O_NDL_at_20mtr = 255; | |
877 | |
167 | 878 // Kludge: the 0.0002 of 0.7902 are missing with standard air. |
879 N2_ratio = 0.7902; | |
126 | 880 pres_respiration = (float)int_I_pres_respiration / 1000.0; |
164 | 881 |
167 | 882 for(ci=0; ci<16; ci++) |
126 | 883 { |
164 | 884 // cycle through the 16 b"uhlmann tissues |
165 | 885 overlay float p = N2_ratio * (pres_respiration - 0.0627); |
164 | 886 pres_tissue[ci] = p; |
126 | 887 |
167 | 888 read_buhlmann_coeffifients(-1); |
165 | 889 |
890 p = (p - var_N2_a) * var_N2_b ; | |
164 | 891 if( p < 0.0 ) |
892 p = 0.0; | |
893 pres_tissue_limit[ci] = p; | |
894 | |
895 // cycle through the 16 b"uhlmann tissues for Helium | |
167 | 896 (pres_tissue+16)[ci] = 0.0; |
126 | 897 } // for 0 to 16 |
116 | 898 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
899 clear_deco_table(); |
126 | 900 char_O_deco_status = 0; |
901 char_O_nullzeit = 0; | |
168 | 902 int_O_ascenttime = 0; |
126 | 903 char_O_gradient_factor = 0; |
904 char_O_relative_gradient_GF = 0; | |
167 | 905 } |
116 | 906 |
167 | 907 ////////////////////////////////////////////////////////////////////////////// |
908 // calc_without_deco | |
909 // | |
116 | 910 // optimized in v.101 (float_..saturation_multiplier) |
167 | 911 // |
912 // Note: fixed N2_ratio for standard air. | |
116 | 913 |
167 | 914 static void calc_without_deco(void) |
116 | 915 { |
167 | 916 N2_ratio = 0.7902; // Sum as stated in b"uhlmann |
126 | 917 pres_respiration = (float)int_I_pres_respiration / 1000.0; // assembler code uses different digit system |
918 pres_surface = (float)int_I_pres_surface / 1000.0; | |
919 temp_atem = N2_ratio * (pres_respiration - 0.0627); // 0.0627 is the extra pressure in the body | |
920 temp2_atem = 0.0; | |
921 temp_surface = pres_surface; // the b"uhlmann formula using temp_surface does apply to the pressure without any inert ratio | |
922 float_desaturation_multiplier = char_I_desaturation_multiplier / 100.0; | |
923 float_saturation_multiplier = char_I_saturation_multiplier / 100.0; | |
924 | |
167 | 925 calc_tissue_2_secs(); // update the pressure in the 32 tissues in accordance with the new ambient pressure |
126 | 926 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
927 clear_deco_table(); |
126 | 928 char_O_deco_status = 0; |
929 char_O_nullzeit = 0; | |
168 | 930 int_O_ascenttime = 0; |
126 | 931 calc_gradient_factor(); |
167 | 932 } |
116 | 933 |
167 | 934 ////////////////////////////////////////////////////////////////////////////// |
935 // calc_hauptroutine | |
936 // | |
937 // this is the major code in dive mode calculates: | |
116 | 938 // the tissues, |
167 | 939 // the bottom time, |
940 // and simulates the ascend with all deco stops. | |
171 | 941 // |
942 // The deco_state sequence is : | |
943 // 3 (at surface) | |
944 // +---> 0 : calc nullzeit | |
945 // | 2 : simulate ascent to first stop (at 10m/min, less that 16x 1min simu) | |
946 // | +-> 1 : simulate up to 16min of stops. | |
947 // | +------< not finished | |
948 // +--------< finish | |
949 // | |
167 | 950 static void calc_hauptroutine(void) |
116 | 951 { |
952 calc_hauptroutine_data_input(); | |
953 | |
954 if(!flag_in_divemode) | |
955 { | |
956 flag_in_divemode = 1; | |
957 create_dbs_set_dbg_and_ndl20mtr(); | |
958 } | |
959 else | |
960 check_pre_dbg(); | |
961 | |
962 calc_hauptroutine_update_tissues(); | |
963 calc_gradient_factor(); | |
964 | |
167 | 965 // toggle between calculation for nullzeit (bottom time), |
966 // deco stops | |
967 // and more deco stops (continue) | |
968 switch( char_O_deco_status ) | |
116 | 969 { |
167 | 970 case 0: //---- bottom time ----------------------------------------------- |
971 update_startvalues(); | |
972 calc_nullzeit(); | |
973 check_ndl(); | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
974 char_O_deco_status = 2; // calc ascent next time. |
167 | 975 break; |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
976 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
977 case 1: //---- Simulate stops -------------------------------------------- |
167 | 978 calc_hauptroutine_calc_deco(); |
171 | 979 // Sets char_O_deco_status to 0 (buffered results, and restart nullzeit), |
980 // or 1 (more stops to simulate). | |
167 | 981 break; |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
982 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
983 case 3: //---- At surface: start a new dive ------------------------------ |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
984 clear_deco_table(); |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
985 copy_deco_table(); |
167 | 986 internal_deco_pointer = 0; |
987 lock_GF_depth_list = 0; | |
988 update_startvalues(); | |
171 | 989 calc_nextdecodepth(); |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
990 char_O_deco_status = 0; // Calc nullzeit next time. |
167 | 991 break; |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
992 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
993 case 2: //---- Simulate ascent to first stop ----------------------------- |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
994 sim_ascent_to_first_stop(); |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
995 char_O_deco_status = 1; // Cacl stops next time. |
167 | 996 break; |
116 | 997 } |
167 | 998 |
116 | 999 check_post_dbg(); |
1000 } | |
1001 | |
167 | 1002 ////////////////////////////////////////////////////////////////////////////// |
1003 // calc_hauptroutine_data_input | |
1004 // | |
1005 // Reset all C-code dive parameters from their ASM-code values. | |
1006 // Detect gas change condition. | |
1007 // | |
116 | 1008 void calc_hauptroutine_data_input(void) |
1009 { | |
167 | 1010 overlay int int_temp; |
126 | 1011 |
167 | 1012 pres_respiration = int_I_pres_respiration / 1000.0; |
1013 pres_surface = int_I_pres_surface / 1000.0; | |
1014 N2_ratio = char_I_N2_ratio / 100.0; | |
1015 He_ratio = char_I_He_ratio / 100.0; | |
1016 deco_N2_ratio1 = char_I_deco_N2_ratio1 / 100.0; | |
1017 deco_He_ratio1 = char_I_deco_He_ratio1 / 100.0; | |
1018 deco_N2_ratio2 = char_I_deco_N2_ratio2 / 100.0; | |
1019 deco_He_ratio2 = char_I_deco_He_ratio2 / 100.0; | |
1020 deco_N2_ratio3 = char_I_deco_N2_ratio3 / 100.0; | |
1021 deco_He_ratio3 = char_I_deco_He_ratio3 / 100.0; | |
1022 deco_N2_ratio4 = char_I_deco_N2_ratio4 / 100.0; | |
1023 deco_He_ratio4 = char_I_deco_He_ratio4 / 100.0; | |
1024 deco_N2_ratio5 = char_I_deco_N2_ratio5 / 100.0; | |
1025 deco_He_ratio5 = char_I_deco_He_ratio5 / 100.0; | |
1026 float_deco_distance = char_I_deco_distance / 100.0; | |
116 | 1027 |
126 | 1028 // ____________________________________________________ |
1029 // | |
1030 // _____________ G A S _ C H A N G E S ________________ | |
1031 // ____________________________________________________ | |
1032 | |
1033 int_temp = (int_I_pres_respiration - int_I_pres_surface) + MBAR_REACH_GASCHANGE_AUTO_CHANGE_OFF; | |
1034 | |
167 | 1035 deco_gas_change1 = 0; |
126 | 1036 deco_gas_change2 = 0; |
1037 deco_gas_change3 = 0; | |
1038 deco_gas_change4 = 0; | |
1039 deco_gas_change5 = 0; | |
116 | 1040 |
167 | 1041 if(char_I_deco_gas_change1) |
126 | 1042 { |
167 | 1043 overlay int int_temp2 = ((int)char_I_deco_gas_change1) * 100; |
126 | 1044 if(int_temp > int_temp2) |
1045 { | |
167 | 1046 deco_gas_change1 = (float)char_I_deco_gas_change1 / 9.995 + pres_surface; |
1047 deco_gas_change1 += float_deco_distance; | |
126 | 1048 } |
1049 } | |
1050 if(char_I_deco_gas_change2) | |
1051 { | |
167 | 1052 overlay int int_temp2 = ((int)char_I_deco_gas_change2) * 100; |
126 | 1053 if(int_temp > int_temp2) |
1054 { | |
1055 deco_gas_change2 = (float)char_I_deco_gas_change2 / 9.995 + pres_surface; | |
1056 deco_gas_change2 += float_deco_distance; | |
1057 } | |
1058 } | |
1059 if(char_I_deco_gas_change3) | |
1060 { | |
167 | 1061 overlay int int_temp2 = ((int)char_I_deco_gas_change3) * 100; |
126 | 1062 if(int_temp > int_temp2) |
1063 { | |
1064 deco_gas_change3 = (float)char_I_deco_gas_change3 / 9.995 + pres_surface; | |
1065 deco_gas_change3 += float_deco_distance; | |
1066 } | |
1067 } | |
1068 if(char_I_deco_gas_change4) | |
1069 { | |
167 | 1070 overlay int int_temp2 = ((int)char_I_deco_gas_change4) * 100; |
126 | 1071 if(int_temp > int_temp2) |
1072 { | |
1073 deco_gas_change4 = (float)char_I_deco_gas_change4 / 9.995 + pres_surface; | |
1074 deco_gas_change4 += float_deco_distance; | |
1075 } | |
1076 } | |
1077 if(char_I_deco_gas_change5) | |
1078 { | |
167 | 1079 overlay int int_temp2 = ((int)char_I_deco_gas_change5) * 100; |
126 | 1080 if(int_temp > int_temp2) |
1081 { | |
1082 deco_gas_change5 = (float)char_I_deco_gas_change5 / 9.995 + pres_surface; | |
1083 deco_gas_change5 += float_deco_distance; | |
1084 } | |
1085 } | |
116 | 1086 |
126 | 1087 const_ppO2 = (float)char_I_const_ppO2 / 100.0; |
1088 deco_ppO2_change = (float)char_I_deco_ppO2_change / 99.95 + pres_surface; | |
1089 deco_ppO2_change = deco_ppO2_change + float_deco_distance; | |
1090 deco_ppO2 = (float)char_I_deco_ppO2 / 100.0; | |
1091 float_desaturation_multiplier = char_I_desaturation_multiplier / 100.0; | |
1092 float_saturation_multiplier = char_I_saturation_multiplier / 100.0; | |
1093 GF_low = (float)char_I_GF_Low_percentage / 100.0; | |
1094 GF_high = (float)char_I_GF_High_percentage / 100.0; | |
1095 GF_delta = GF_high - GF_low; | |
116 | 1096 } |
1097 | |
167 | 1098 ////////////////////////////////////////////////////////////////////////////// |
171 | 1099 // |
1100 // | |
116 | 1101 void calc_hauptroutine_update_tissues(void) |
1102 { | |
167 | 1103 if (char_I_const_ppO2 == 0) // new in v.101 |
1104 pres_diluent = pres_respiration; // new in v.101 | |
1105 else // new in v.101 | |
1106 pres_diluent = ((pres_respiration - const_ppO2)/(N2_ratio + He_ratio)); // new in v.101 | |
1107 if (pres_diluent > pres_respiration) // new in v.101 | |
1108 pres_diluent = pres_respiration; // new in v.101 | |
1109 if (pres_diluent > 0.0627) // new in v.101 | |
116 | 1110 { |
167 | 1111 temp_atem = N2_ratio * (pres_diluent - 0.0627); // changed in v.101 |
1112 temp2_atem = He_ratio * (pres_diluent - 0.0627); // changed in v.101 | |
116 | 1113 char_O_diluent = (char)(pres_diluent/pres_respiration*100.0); |
1114 } | |
167 | 1115 else // new in v.101 |
116 | 1116 { |
167 | 1117 temp_atem = 0.0; // new in v.101 |
1118 temp2_atem = 0.0; // new in v.101 | |
116 | 1119 char_O_diluent = 0; |
1120 } | |
1121 temp_surface = pres_surface; | |
1122 | |
1123 if(!char_I_step_is_1min) | |
167 | 1124 calc_tissue_2_secs(); |
116 | 1125 else |
167 | 1126 calc_tissue_1_min(); |
116 | 1127 |
1128 int_O_gtissue_limit = (int)(pres_tissue_limit[char_O_gtissue_no] * 1000); | |
1129 int_O_gtissue_press = (int)((pres_tissue[char_O_gtissue_no] + pres_tissue[char_O_gtissue_no+16]) * 1000); | |
1130 if (char_I_deco_model == 1) | |
1131 { | |
1132 temp1 = temp1 * GF_high; | |
1133 } | |
1134 else | |
1135 { | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1136 temp1 = temp_surface; |
116 | 1137 } |
1138 if (pres_gtissue_limit > temp1 && char_O_deco_status == 0) // if guiding tissue can not be exposed to surface pressure immediately | |
1139 { | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1140 char_O_nullzeit = 0; // deco necessary |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1141 char_O_deco_status = 2; // calculate ascent on next iteration. |
116 | 1142 } |
171 | 1143 } |
1144 | |
1145 ////////////////////////////////////////////////////////////////////////////// | |
1146 // Calculate gas switches | |
1147 // | |
1148 // | |
1149 void check_gas_switch(void) | |
1150 { | |
1151 calc_N2_ratio = N2_ratio; | |
1152 calc_He_ratio = He_ratio; | |
1153 | |
1154 if (char_I_const_ppO2 == 0) | |
1155 { | |
1156 deco_diluent = temp_deco; | |
1157 calc_gas_switch = 0; | |
1158 | |
1159 if(deco_gas_change1 && (temp_deco < deco_gas_change1)) | |
1160 { | |
1161 calc_N2_ratio = deco_N2_ratio1; | |
1162 calc_He_ratio = deco_He_ratio1; | |
1163 calc_gas_switch = 1; | |
1164 } | |
1165 if(deco_gas_change2 && (temp_deco < deco_gas_change2)) | |
1166 { | |
1167 calc_N2_ratio = deco_N2_ratio2; | |
1168 calc_He_ratio = deco_He_ratio2; | |
1169 calc_gas_switch = 2; | |
1170 } | |
1171 if(deco_gas_change3 && (temp_deco < deco_gas_change3)) | |
1172 { | |
1173 calc_N2_ratio = deco_N2_ratio3; | |
1174 calc_He_ratio = deco_He_ratio3; | |
1175 calc_gas_switch = 3; | |
1176 } | |
1177 if(deco_gas_change4 && (temp_deco < deco_gas_change4)) | |
1178 { | |
1179 calc_N2_ratio = deco_N2_ratio4; | |
1180 calc_He_ratio = deco_He_ratio4; | |
1181 calc_gas_switch = 4; | |
1182 } | |
1183 if(deco_gas_change5 && (temp_deco < deco_gas_change5)) | |
1184 { | |
1185 calc_N2_ratio = deco_N2_ratio5; | |
1186 calc_He_ratio = deco_He_ratio5; | |
1187 calc_gas_switch = 4; | |
1188 } | |
1189 } | |
1190 else | |
1191 { | |
1192 if (temp_deco > deco_ppO2_change) | |
1193 { | |
1194 deco_diluent = ((temp_deco - const_ppO2)/(N2_ratio + He_ratio)); | |
1195 } | |
1196 else | |
1197 { | |
1198 deco_diluent = ((temp_deco - deco_ppO2)/(N2_ratio + He_ratio)); | |
1199 } | |
1200 } | |
1201 | |
1202 if (deco_diluent > temp_deco) | |
1203 deco_diluent = temp_deco; | |
1204 | |
1205 if (deco_diluent > 0.0627) | |
1206 { | |
1207 temp_atem = calc_N2_ratio * (deco_diluent - 0.0627); | |
1208 temp2_atem = calc_He_ratio * (deco_diluent - 0.0627); | |
1209 } | |
1210 else | |
1211 { | |
1212 temp_atem = 0.0; | |
1213 temp2_atem = 0.0; | |
1214 } | |
1215 } | |
116 | 1216 |
167 | 1217 ////////////////////////////////////////////////////////////////////////////// |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1218 // Compute stops. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1219 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1220 // Note: because this can be very long, break on 16 iterations, and set state |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1221 // to 0 when finished, or to 1 when needing to continue. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1222 // |
116 | 1223 void calc_hauptroutine_calc_deco(void) |
1224 { | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1225 overlay unsigned char loop; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1226 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1227 for(loop = 0; loop < 16; ++loop) |
116 | 1228 { |
171 | 1229 calc_nextdecodepth(); |
116 | 1230 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1231 //---- Finish computations once surface is reached ------------------- |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1232 if( temp_depth_limit <= 0 ) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1233 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1234 copy_deco_table(); |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1235 calc_ascenttime(); |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1236 char_O_deco_status = 0; // calc nullzeit next time. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1237 return; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1238 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1239 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1240 //---- Else, continue simulating the stops --------------------------- |
171 | 1241 check_gas_switch(); |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1242 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1243 sim_tissue_1min(); // Simulate compartiments for 1 minute. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1244 update_deco_table(); // Add one minute stops. |
116 | 1245 } |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1246 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1247 // Surface not reached, need more stops... |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1248 char_O_deco_status = 1; // calc more stops next time. |
116 | 1249 } |
1250 | |
167 | 1251 ////////////////////////////////////////////////////////////////////////////// |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1252 // Simulation ascention to first deco stop. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1253 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1254 // Note: because we ascent with a constant speed (10m/mn, ie. 1bar/mn), |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1255 // there is no need to break on more that 16 iterations |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1256 // (or we are already in deep shit). |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1257 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1258 void sim_ascent_to_first_stop(void) |
116 | 1259 { |
171 | 1260 update_startvalues(); |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1261 clear_deco_table(); |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1262 |
116 | 1263 temp_deco = pres_respiration; |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1264 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1265 // Loop until first top or surface is reached. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1266 for(;;) |
116 | 1267 { |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1268 temp_deco = temp_deco - 1.0; // Ascent 1 min, at 10m/min. == 1bar/min. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1269 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1270 if ( char_I_deco_model == 1) |
171 | 1271 temp_limit = sim_pres_gtissue_limit_GF_low; |
116 | 1272 else |
171 | 1273 temp_limit = sim_pres_gtissue_limit; |
116 | 1274 |
171 | 1275 // Can we ascent directly to surface ? |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1276 if( temp_deco <= temp_limit ) |
171 | 1277 break; //Yes: finished ! |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1278 |
171 | 1279 // Next stop is surface ? |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1280 if( temp_deco <= pres_surface ) |
171 | 1281 break; // Yes: finished too. |
1282 | |
1283 // The ascent is not done (already), so re-defined locked_GF_step: | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1284 lock_GF_depth_list = 0; |
116 | 1285 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1286 //---- Simulat gas switches, at half the ascent |
171 | 1287 temp_deco += 0.5; // Check gas change 5 meter below new depth. |
1288 check_gas_switch(); | |
1289 temp_deco -= 0.5; // Back to new depth. | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1290 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1291 // Then simulate with the new gas pressures...s |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1292 sim_tissue_1min(); |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1293 } |
167 | 1294 } |
116 | 1295 |
167 | 1296 ////////////////////////////////////////////////////////////////////////////// |
1297 // calc_tissue | |
1298 // | |
116 | 1299 // optimized in v.101 |
167 | 1300 // |
1301 static void calc_tissue(static unsigned char period) | |
116 | 1302 { |
126 | 1303 char_O_gtissue_no = 255; |
1304 pres_gtissue_limit = 0.0; | |
1305 | |
1306 for (ci=0;ci<16;ci++) | |
1307 { | |
167 | 1308 read_buhlmann_coeffifients(period); // 2 sec or 1 min period. |
116 | 1309 |
126 | 1310 // N2 |
165 | 1311 temp_tissue = (temp_atem - pres_tissue[ci]) * var_N2_e; |
126 | 1312 temp_tissue_safety(); |
167 | 1313 pres_tissue[ci] += temp_tissue; |
165 | 1314 |
126 | 1315 // He |
167 | 1316 temp_tissue = (temp2_atem - (pres_tissue+16)[ci]) * var_He_e; |
126 | 1317 temp_tissue_safety(); |
167 | 1318 (pres_tissue+16)[ci] += temp_tissue; |
165 | 1319 |
167 | 1320 temp_tissue = pres_tissue[ci] + (pres_tissue+16)[ci]; |
116 | 1321 |
167 | 1322 var_N2_a = (var_N2_a * pres_tissue[ci] + var_He_a * (pres_tissue+16)[ci]) / temp_tissue; |
1323 var_N2_b = (var_N2_b * pres_tissue[ci] + var_He_b * (pres_tissue+16)[ci]) / temp_tissue; | |
165 | 1324 pres_tissue_limit[ci] = (temp_tissue - var_N2_a) * var_N2_b; |
126 | 1325 if (pres_tissue_limit[ci] < 0) |
1326 pres_tissue_limit[ci] = 0; | |
1327 if (pres_tissue_limit[ci] > pres_gtissue_limit) | |
1328 { | |
1329 pres_gtissue_limit = pres_tissue_limit[ci]; | |
1330 char_O_gtissue_no = ci; | |
1331 }//if | |
1332 } // for | |
167 | 1333 } |
116 | 1334 |
167 | 1335 ////////////////////////////////////////////////////////////////////////////// |
1336 // calc_tissue_2_secs | |
1337 // | |
1338 // optimized in v.101 | |
1339 // | |
1340 static void calc_tissue_2_secs(void) | |
1341 { | |
1342 calc_tissue(0); | |
1343 } | |
116 | 1344 |
167 | 1345 ////////////////////////////////////////////////////////////////////////////// |
1346 // calc_tissue_1_min | |
1347 // | |
1348 // optimized in v.101 | |
1349 // | |
1350 static void calc_tissue_1_min(void) | |
116 | 1351 { |
167 | 1352 calc_tissue(1); |
1353 } | |
1354 | |
1355 ////////////////////////////////////////////////////////////////////////////// | |
1356 // calc_nullzeit | |
1357 // | |
1358 // calculates the remaining bottom time | |
1359 // | |
1360 // unchanged in v.101 | |
1361 // | |
1362 static void calc_nullzeit(void) | |
1363 { | |
1364 overlay int loop; | |
1365 | |
116 | 1366 char_O_nullzeit = 0; |
167 | 1367 for(loop = 1; loop <= 17; loop++) |
116 | 1368 { |
1369 backup_sim_pres_tissue(); | |
1370 sim_tissue_10min(); | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1371 char_O_nullzeit += 10; |
167 | 1372 |
116 | 1373 if (char_I_deco_model == 1) |
171 | 1374 temp1 = GF_high * sim_pres_gtissue_diff + sim_pres_gtissue; |
116 | 1375 else |
171 | 1376 temp1 = sim_pres_gtissue_limit; |
116 | 1377 if (temp1 > temp_surface) // changed in v.102 , if guiding tissue can not be exposed to surface pressure immediately |
167 | 1378 loop = 255; |
1379 } | |
1380 | |
1381 if (loop == 255) | |
116 | 1382 { |
1383 restore_sim_pres_tissue(); | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1384 char_O_nullzeit -= 10; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1385 } //if loop == 255 |
167 | 1386 |
116 | 1387 if (char_O_nullzeit < 60) |
1388 { | |
167 | 1389 for(loop=1; loop <= 10; loop++) |
116 | 1390 { |
1391 sim_tissue_1min(); | |
1392 char_O_nullzeit = char_O_nullzeit + 1; | |
167 | 1393 if (char_I_deco_model == 1) |
171 | 1394 temp1 = GF_high * sim_pres_gtissue_diff + sim_pres_gtissue; |
167 | 1395 else |
171 | 1396 temp1 = sim_pres_gtissue_limit; |
167 | 1397 if (temp1 > temp_surface) // changed in v.102 , if guiding tissue can not be exposed to surface pressure immediately |
1398 loop = 255; | |
1399 } | |
1400 if (loop == 255) | |
116 | 1401 char_O_nullzeit = char_O_nullzeit - 1; |
1402 } // if char_O_nullzeit < 60 | |
1403 } //calc_nullzeit | |
1404 | |
167 | 1405 ////////////////////////////////////////////////////////////////////////////// |
1406 // backup_sim_pres_tissue | |
1407 // | |
116 | 1408 void backup_sim_pres_tissue(void) |
1409 { | |
167 | 1410 overlay unsigned char x; |
1411 | |
1412 for(x = 0; x<32; x++) | |
126 | 1413 sim_pres_tissue_backup[x] = sim_pres_tissue[x]; |
167 | 1414 } |
116 | 1415 |
167 | 1416 ////////////////////////////////////////////////////////////////////////////// |
1417 // restore_sim_pres_tissue | |
1418 // | |
116 | 1419 void restore_sim_pres_tissue(void) |
1420 { | |
167 | 1421 overlay unsigned char x; |
1422 | |
1423 for(x = 0; x<32; x++) | |
126 | 1424 sim_pres_tissue[x] = sim_pres_tissue_backup[x]; |
167 | 1425 } |
116 | 1426 |
167 | 1427 ////////////////////////////////////////////////////////////////////////////// |
1428 // calc_ascenttime | |
1429 // | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1430 static void calc_ascenttime(void) |
116 | 1431 { |
126 | 1432 if (pres_respiration > pres_surface) |
1433 { | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1434 overlay unsigned char x; |
168 | 1435 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1436 // + 0.6 to count 1 minute ascent time from 4 meter to surface |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1437 overlay float ascent = pres_respiration - pres_surface + 0.6; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1438 if (ascent < 0.0) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1439 ascent = 0.0; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1440 int_O_ascenttime = (unsigned int)ascent; |
168 | 1441 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1442 for(x=0; x<32 && internal_deco_depth[x]; x++) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1443 int_O_ascenttime += (unsigned int)internal_deco_time[x]; |
126 | 1444 } |
1445 else | |
168 | 1446 int_O_ascenttime = 0; |
167 | 1447 } |
116 | 1448 |
167 | 1449 ////////////////////////////////////////////////////////////////////////////// |
1450 // update_startvalues | |
1451 // | |
116 | 1452 // updated in v.102 |
167 | 1453 // |
116 | 1454 void update_startvalues(void) |
1455 { | |
167 | 1456 overlay unsigned char x; |
116 | 1457 |
171 | 1458 // Initialize data used to compute GF_low depth from current dive/simu |
1459 sim_gtissue_no = char_O_gtissue_no; | |
1460 sim_pres_gtissue_limit = pres_gtissue_limit; | |
1461 sim_pres_gtissue = pres_tissue[char_O_gtissue_no] + pres_tissue[char_O_gtissue_no+16]; | |
1462 sim_pres_gtissue_diff = sim_pres_gtissue_limit - sim_pres_gtissue; // negative number | |
1463 sim_pres_gtissue_limit_GF_low = GF_low * sim_pres_gtissue_diff + sim_pres_gtissue; | |
1464 sim_pres_gtissue_limit_GF_low_below_surface = sim_pres_gtissue_limit_GF_low - pres_surface; | |
1465 if (sim_pres_gtissue_limit_GF_low_below_surface < 0) | |
1466 sim_pres_gtissue_limit_GF_low_below_surface = 0; | |
1467 | |
116 | 1468 for (x = 0;x<16;x++) |
1469 { | |
1470 sim_pres_tissue[x] = pres_tissue[x]; | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1471 (sim_pres_tissue+16)[x] = (pres_tissue+16)[x]; |
116 | 1472 sim_pres_tissue_limit[x] = pres_tissue_limit[x]; |
1473 } | |
167 | 1474 } |
116 | 1475 |
167 | 1476 ////////////////////////////////////////////////////////////////////////////// |
1477 // sim_tissue_1min | |
1478 // | |
116 | 1479 // optimized in v.101 |
167 | 1480 // |
1481 // Function very simular to calc_tissue, but: | |
1482 // + Use a 1min or 10min period. | |
1483 // + Do it on sim_pres_tissue, instead of pres_tissue. | |
1484 // + Update GF_low state for GF decompression model. | |
1485 // | |
1486 static void sim_tissue(static unsigned char period) | |
116 | 1487 { |
171 | 1488 sim_pres_gtissue_limit = 0.0; |
1489 sim_gtissue_no = 255; | |
167 | 1490 |
126 | 1491 for (ci=0;ci<16;ci++) |
1492 { | |
167 | 1493 read_buhlmann_coeffifients(period); // 1 or 10 minute(s) interval |
165 | 1494 |
126 | 1495 // N2 |
165 | 1496 temp_tissue = (temp_atem - sim_pres_tissue[ci]) * var_N2_e; |
126 | 1497 temp_tissue_safety(); |
167 | 1498 sim_pres_tissue[ci] += temp_tissue; |
126 | 1499 |
1500 // He | |
167 | 1501 temp_tissue = (temp2_atem - (sim_pres_tissue+16)[ci]) * var_He_e; |
126 | 1502 temp_tissue_safety(); |
167 | 1503 (sim_pres_tissue+16)[ci] += temp_tissue; |
126 | 1504 |
1505 // pressure limit | |
167 | 1506 temp_tissue = sim_pres_tissue[ci] + (sim_pres_tissue+16)[ci]; |
1507 var_N2_a = (var_N2_a * sim_pres_tissue[ci] + var_He_a * (sim_pres_tissue+16)[ci]) / temp_tissue; | |
1508 var_N2_b = (var_N2_b * sim_pres_tissue[ci] + var_He_b * (sim_pres_tissue+16)[ci]) / temp_tissue; | |
165 | 1509 sim_pres_tissue_limit[ci] = (temp_tissue - var_N2_a) * var_N2_b; |
126 | 1510 |
1511 if (sim_pres_tissue_limit[ci] < 0) | |
1512 sim_pres_tissue_limit[ci] = 0; | |
171 | 1513 if (sim_pres_tissue_limit[ci] > sim_pres_gtissue_limit) |
126 | 1514 { |
171 | 1515 sim_pres_gtissue = temp_tissue; |
1516 sim_pres_gtissue_limit = sim_pres_tissue_limit[ci]; | |
1517 sim_gtissue_no = ci; | |
126 | 1518 } |
1519 } // for | |
116 | 1520 |
171 | 1521 // Update data used to compute GF_low depth: |
1522 sim_pres_gtissue_diff = sim_pres_gtissue_limit - sim_pres_gtissue; | |
1523 sim_pres_gtissue_limit_GF_low = GF_low * sim_pres_gtissue_diff + sim_pres_gtissue; | |
1524 sim_pres_gtissue_limit_GF_low_below_surface = sim_pres_gtissue_limit_GF_low - pres_surface; | |
1525 if (sim_pres_gtissue_limit_GF_low_below_surface < 0) | |
1526 sim_pres_gtissue_limit_GF_low_below_surface = 0; | |
167 | 1527 } |
116 | 1528 |
167 | 1529 ////////////////////////////////////////////////////////////////////////////// |
1530 // sim_tissue_1min | |
1531 // | |
1532 static void sim_tissue_1min(void) | |
116 | 1533 { |
167 | 1534 sim_tissue(1); // 1 minute period |
1535 } | |
116 | 1536 |
167 | 1537 ////////////////////////////////////////////////////////////////////////////// |
1538 // sim_tissue_10min | |
1539 // | |
1540 static void sim_tissue_10min(void) | |
1541 { | |
1542 sim_tissue(2); // 10 minutes period | |
1543 } | |
1544 | |
1545 ////////////////////////////////////////////////////////////////////////////// | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1546 // clear_deco_table |
167 | 1547 // |
1548 // unchanged in v.101 | |
1549 // | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1550 static void clear_deco_table(void) |
116 | 1551 { |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1552 overlay unsigned char x; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1553 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1554 for(x=0; x<32; ++x) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1555 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1556 internal_deco_time [x] = 0; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1557 internal_deco_depth[x] = 0; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1558 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1559 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1560 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1561 ////////////////////////////////////////////////////////////////////////////// |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1562 // update_deco_table |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1563 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1564 // Add 1 min to current stop. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1565 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1566 // Inputs: |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1567 // temp_depth_limit = stop's depth, in meters. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1568 // In/Out: |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1569 // internal_deco_depth[] : depth (in meters) of each stops. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1570 // internal_deco_time [] : time (in minutes) of each stops. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1571 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1572 static void update_deco_table() |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1573 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1574 overlay unsigned char x; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1575 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1576 if( temp_depth_limit > 255 ) // Can't store stops at more than 255m. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1577 temp_depth_limit = 255; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1578 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1579 for(x=0; x<32; ++x) |
116 | 1580 { |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1581 // Did we found the right stop ? |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1582 if( internal_deco_depth[x] == temp_depth_limit ) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1583 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1584 // Increment stop time, but do test overflow: |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1585 overlay int stop_time = 1 + (int)internal_deco_time[x]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1586 if( stop_time > 255 ) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1587 stop_time = 255; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1588 internal_deco_time[x] = stop_time; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1589 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1590 // Done ! |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1591 return; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1592 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1593 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1594 if( internal_deco_depth[x] == 0 ) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1595 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1596 // Found a free position: initialise it. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1597 internal_deco_depth[x] = (unsigned char)temp_depth_limit; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1598 internal_deco_time[x] = 1; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1599 return; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1600 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1601 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1602 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1603 // Here, there is no space left for stops. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1604 // Ie. the first one starts at 3m*32 positions = 96m... |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1605 // Just do nothing with that... |
167 | 1606 } |
116 | 1607 |
167 | 1608 ////////////////////////////////////////////////////////////////////////////// |
1609 // calc_gradient_factor | |
1610 // | |
165 | 1611 // optimized in v.101 (var_N2_a) |
116 | 1612 // new code in v.102 |
167 | 1613 // |
1614 static void calc_gradient_factor(void) | |
116 | 1615 { |
1616 // tissue > respiration (entsaettigungsvorgang) | |
1617 // gradient ist wieviel prozent an limit mit basis tissue | |
1618 // dh. 0% = respiration == tissue | |
1619 // dh. 100% = respiration == limit | |
1620 temp_tissue = pres_tissue[char_O_gtissue_no] + pres_tissue[char_O_gtissue_no+16]; | |
1621 temp1 = temp_tissue - pres_respiration; | |
1622 temp2 = temp_tissue - pres_tissue_limit[char_O_gtissue_no]; // changed in v.102 | |
1623 temp2 = temp1/temp2; | |
1624 temp2 = temp2 * 100; // displayed in percent | |
1625 if (temp2 < 0) | |
1626 temp2 = 0; | |
1627 if (temp2 > 255) | |
1628 temp2 = 255; | |
1629 if (temp1 < 0) | |
1630 char_O_gradient_factor = 0; | |
1631 else | |
1632 char_O_gradient_factor = (char)temp2; | |
1633 | |
1634 temp3 = temp2; | |
1635 | |
1636 if (char_I_deco_model == 1) // calculate relative gradient factor | |
1637 { | |
1638 temp1 = (float)temp_depth_GF_low_meter * 0.09995; | |
1639 temp2 = pres_respiration - pres_surface; | |
1640 if (temp2 <= 0) | |
1641 temp1 = GF_high; | |
1642 else | |
1643 if (temp2 >= temp1) | |
1644 temp1 = GF_low; | |
1645 else | |
1646 temp1 = GF_low + (temp1 - temp2)/temp1*GF_delta; | |
1647 if (temp_depth_GF_low_meter == 0) | |
1648 temp1 = GF_high; | |
1649 temp2 = temp3 / temp1; // temp3 is already in percent | |
1650 if (temp2 < 0) | |
1651 temp2 = 0; | |
1652 if (temp2 > 255) | |
1653 temp2 = 255; | |
1654 char_O_relative_gradient_GF = (char)temp2; | |
1655 } // calc relative gradient factor | |
1656 else | |
1657 { | |
1658 char_O_relative_gradient_GF = char_O_gradient_factor; | |
1659 } | |
167 | 1660 } |
116 | 1661 |
167 | 1662 ////////////////////////////////////////////////////////////////////////////// |
1663 // deco_calc_desaturation_time | |
1664 // | |
116 | 1665 // FIXED N2_ratio |
1666 // unchanged in v.101 | |
167 | 1667 // |
116 | 1668 void deco_calc_desaturation_time(void) |
1669 { | |
167 | 1670 overlay int desat_time; // For a particular compartiment, in min. |
1671 | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
1672 RESET_C_STACK |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
1673 |
126 | 1674 N2_ratio = 0.7902; // FIXED sum as stated in b"uhlmann |
1675 pres_surface = (float)int_I_pres_surface / 1000.0; | |
1676 temp_atem = N2_ratio * (pres_surface - 0.0627); | |
1677 int_O_desaturation_time = 0; | |
1678 float_desaturation_multiplier = char_I_desaturation_multiplier / 142.0; // new in v.101 (70,42%/100.=142) | |
1679 | |
1680 for (ci=0;ci<16;ci++) | |
1681 { | |
165 | 1682 var_N2_halftime = buhlmann_ht[ci]; |
167 | 1683 var_He_halftime = (buhlmann_ht+16)[ci]; |
116 | 1684 |
126 | 1685 // saturation_time (for flight) and N2_saturation in multiples of halftime |
1686 // version v.100: 1.1 = 10 percent distance to totally clean (totally clean is not possible, would take infinite time ) | |
1687 // new in version v.101: 1.07 = 7 percent distance to totally clean (totally clean is not possible, would take infinite time ) | |
1688 // changes in v.101: 1.05 = 5 percent dist to totally clean is new desaturation point for display and noFly calculations | |
1689 // N2 | |
1690 temp1 = 1.05 * temp_atem; | |
1691 temp1 = temp1 - pres_tissue[ci]; | |
1692 temp2 = temp_atem - pres_tissue[ci]; | |
1693 if (temp2 >= 0.0) | |
1694 { | |
1695 temp1 = 0; | |
1696 temp2 = 0; | |
1697 } | |
1698 else | |
1699 temp1 = temp1 / temp2; | |
1700 if (temp1 > 0.0) | |
1701 { | |
1702 temp1 = log(1.0 - temp1); | |
1703 temp1 = temp1 / -0.6931; // temp1 is the multiples of half times necessary. | |
1704 // 0.6931 is ln(2), because the math function log() calculates with a base of e not 2 as requested. | |
1705 // minus because log is negative | |
165 | 1706 temp2 = var_N2_halftime * temp1 / float_desaturation_multiplier; // time necessary (in minutes ) for complete desaturation (see comment about 10 percent) , new in v.101: float_desaturation_multiplier |
126 | 1707 } |
1708 else | |
1709 { | |
1710 temp1 = 0; | |
1711 temp2 = 0; | |
1712 } | |
116 | 1713 |
126 | 1714 // He |
167 | 1715 temp3 = 0.1 - (pres_tissue+16)[ci]; |
126 | 1716 if (temp3 >= 0.0) |
1717 { | |
1718 temp3 = 0; | |
1719 temp4 = 0; | |
1720 } | |
1721 else | |
167 | 1722 temp3 = -1.0 * temp3 / (pres_tissue+16)[ci]; |
126 | 1723 if (temp3 > 0.0) |
1724 { | |
1725 temp3 = log(1.0 - temp3); | |
1726 temp3 = temp3 / -0.6931; // temp1 is the multiples of half times necessary. | |
1727 // 0.6931 is ln(2), because the math function log() calculates with a base of e not 2 as requested. | |
1728 // minus because log is negative | |
165 | 1729 temp4 = var_He_halftime * temp3 / float_desaturation_multiplier; // time necessary (in minutes ) for "complete" desaturation, new in v.101 float_desaturation_multiplier |
126 | 1730 } |
1731 else | |
1732 { | |
1733 temp3 = 0; | |
1734 temp4 = 0; | |
1735 } | |
116 | 1736 |
126 | 1737 // saturation_time (for flight) |
1738 if (temp4 > temp2) | |
167 | 1739 desat_time = (int)temp4; |
126 | 1740 else |
167 | 1741 desat_time = (int)temp2; |
1742 if(desat_time > int_O_desaturation_time) | |
1743 int_O_desaturation_time = desat_time; | |
116 | 1744 |
126 | 1745 // N2 saturation in multiples of halftime for display purposes |
1746 temp2 = temp1 * 20.0; // 0 = 1/8, 120 = 0, 249 = 8 | |
1747 temp2 = temp2 + 80.0; // set center | |
1748 if (temp2 < 0.0) | |
1749 temp2 = 0.0; | |
1750 if (temp2 > 255.0) | |
1751 temp2 = 255.0; | |
1752 char_O_tissue_saturation[ci] = (char)temp2; | |
1753 // He saturation in multiples of halftime for display purposes | |
1754 temp4 = temp3 * 20.0; // 0 = 1/8, 120 = 0, 249 = 8 | |
1755 temp4 = temp4 + 80.0; // set center | |
1756 if (temp4 < 0.0) | |
1757 temp4 = 0.0; | |
1758 if (temp4 > 255.0) | |
1759 temp4 = 255.0; | |
167 | 1760 (char_O_tissue_saturation+16)[ci] = (char)temp4; |
126 | 1761 } // for |
167 | 1762 } |
116 | 1763 |
167 | 1764 ////////////////////////////////////////////////////////////////////////////// |
1765 // calc_wo_deco_step_1_min | |
1766 // | |
116 | 1767 // FIXED N2 Ratio |
1768 // optimized in v.101 (...saturation_multiplier) | |
1769 // desaturation slowed down to 70,42% | |
167 | 1770 // |
1771 static void calc_wo_deco_step_1_min(void) | |
116 | 1772 { |
1773 if(flag_in_divemode) | |
1774 { | |
1775 flag_in_divemode = 0; | |
1776 set_dbg_end_of_dive(); | |
1777 } | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
1778 |
126 | 1779 N2_ratio = 0.7902; // FIXED, sum lt. buehlmann |
1780 pres_respiration = (float)int_I_pres_respiration / 1000.0; // assembler code uses different digit system | |
1781 pres_surface = (float)int_I_pres_surface / 1000.0; | |
1782 temp_atem = N2_ratio * (pres_respiration - 0.0627); // 0.0627 is the extra pressure in the body | |
1783 temp2_atem = 0.0; | |
1784 temp_surface = pres_surface; // the b"uhlmann formula using temp_surface does not use the N2_ratio | |
1785 float_desaturation_multiplier = char_I_desaturation_multiplier / 142.0; // new in v.101 (70,42%/100.=142) | |
1786 float_saturation_multiplier = char_I_saturation_multiplier / 100.0; | |
1787 | |
167 | 1788 calc_tissue_1_min(); // update the pressure in the 32 tissues in accordance with the new ambient pressure |
1789 | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1790 clear_deco_table(); |
126 | 1791 char_O_deco_status = 0; |
1792 char_O_nullzeit = 0; | |
168 | 1793 int_O_ascenttime = 0; |
126 | 1794 calc_gradient_factor(); |
167 | 1795 } |
126 | 1796 |
167 | 1797 ////////////////////////////////////////////////////////////////////////////// |
1798 ////////////////////////////////////////////////////////////////////////////// | |
1799 ////////////////////////////////// deco_hash ///////////////////////////////// | |
1800 ////////////////////////////////////////////////////////////////////////////// | |
1801 ////////////////////////////////////////////////////////////////////////////// | |
126 | 1802 |
116 | 1803 void deco_hash(void) |
1804 { | |
167 | 1805 overlay unsigned char md_i, md_j; // Loop index. |
1806 overlay unsigned char md_t; | |
1807 overlay unsigned char md_buffer[16]; | |
1808 overlay unsigned char md_temp; | |
1809 overlay unsigned int md_pointer; | |
1810 | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
1811 RESET_C_STACK |
126 | 1812 |
1813 // init | |
164 | 1814 for(md_i=0;md_i<16;md_i++) |
126 | 1815 { |
1816 md_state[md_i] = 0; | |
164 | 1817 char_O_hash[md_i] = 0; |
126 | 1818 } // for md_i 16 |
116 | 1819 |
126 | 1820 _asm |
167 | 1821 movlw 0x01 // md_pi address. |
1822 movwf TBLPTRU,0 | |
1823 movlw 0x7E | |
1824 movwf TBLPTRH,0 | |
1825 movlw 0x00 | |
1826 movwf TBLPTRL,0 | |
126 | 1827 _endasm; |
165 | 1828 md_i = 0; |
1829 do { | |
126 | 1830 _asm |
1831 TBLRDPOSTINC | |
1832 movff TABLAT,md_temp | |
1833 _endasm | |
165 | 1834 md_pi_subst[md_i++] = md_temp; |
1835 } while( md_i != 0 ); | |
1836 | |
126 | 1837 _asm |
167 | 1838 movlw 0x00 |
1839 movwf TBLPTRU,0 | |
1840 movlw 0x00 | |
1841 movwf TBLPTRH,0 | |
1842 movlw 0x00 | |
1843 movwf TBLPTRL,0 | |
126 | 1844 _endasm |
167 | 1845 |
126 | 1846 // cycle buffers |
1847 for (md_pointer=0x0000;md_pointer<0x17f3;md_pointer++) | |
1848 { | |
1849 md_t = 0; | |
1850 for (md_i=0;md_i<16;md_i++) | |
1851 { | |
1852 if(md_pointer == 9) | |
164 | 1853 md_temp = char_O_hash[md_i]; |
126 | 1854 else |
1855 { | |
1856 _asm | |
167 | 1857 TBLRDPOSTINC |
1858 movff TABLAT,md_temp | |
126 | 1859 _endasm |
1860 } // else | |
167 | 1861 |
1862 md_buffer[md_i] = md_temp; | |
126 | 1863 md_state[md_i+16] = md_buffer[md_i]; |
1864 md_state[md_i+32] = (unsigned char)(md_buffer[md_i] ^ md_state[md_i]); | |
1865 } // for md_i 16 | |
1866 | |
1867 for (md_i=0;md_i<18;md_i++) | |
1868 { | |
1869 for (md_j=0;md_j<48;md_j++) | |
1870 { | |
167 | 1871 md_state[md_j] ^= md_pi_subst[md_t]; |
126 | 1872 md_t = md_state[md_j]; |
1873 } // for md_j 48 | |
1874 md_t = (unsigned char)(md_t+1); | |
1875 } // for md_i 18 | |
164 | 1876 md_t = char_O_hash[15]; |
126 | 1877 |
1878 for (md_i=0;md_i<16;md_i++) | |
1879 { | |
167 | 1880 char_O_hash[md_i] ^= md_pi_subst[(md_buffer[md_i] ^ md_t)]; |
164 | 1881 md_t = char_O_hash[md_i]; |
126 | 1882 } // for md_i 16 |
1883 } // for md_pointer | |
116 | 1884 } // void deco_hash(void) |
1885 | |
167 | 1886 ////////////////////////////////////////////////////////////////////////////// |
1887 // deco_clear_CNS_fraction | |
1888 // | |
116 | 1889 // new in v.101 |
167 | 1890 // |
116 | 1891 void deco_clear_CNS_fraction(void) |
1892 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
1893 RESET_C_STACK |
126 | 1894 CNS_fraction = 0.0; |
1895 char_O_CNS_fraction = 0; | |
167 | 1896 } |
116 | 1897 |
167 | 1898 ////////////////////////////////////////////////////////////////////////////// |
1899 // deco_calc_CNS_fraction | |
1900 // | |
116 | 1901 // new in v.101 |
1902 // optimized in v.102 : with new variables char_I_actual_ppO2 and actual_ppO2 | |
167 | 1903 // |
116 | 1904 // Input: char_I_actual_ppO2 |
1905 // Output: char_O_CNS_fraction | |
1906 // Uses and Updates: CNS_fraction | |
1907 // Uses: acutal_ppO2 | |
167 | 1908 // |
116 | 1909 void deco_calc_CNS_fraction(void) |
1910 { | |
167 | 1911 overlay float actual_ppO2; |
126 | 1912 RESET_C_STACK |
167 | 1913 |
126 | 1914 actual_ppO2 = (float)char_I_actual_ppO2 / 100.0; |
116 | 1915 |
126 | 1916 if (char_I_actual_ppO2 < 50) |
1917 CNS_fraction = CNS_fraction;// no changes | |
1918 else if (char_I_actual_ppO2 < 60) | |
1919 CNS_fraction = 1/(-54000.0 * actual_ppO2 + 54000.0) + CNS_fraction; | |
1920 else if (char_I_actual_ppO2 < 70) | |
1921 CNS_fraction = 1/(-45000.0 * actual_ppO2 + 48600.0) + CNS_fraction; | |
1922 else if (char_I_actual_ppO2 < 80) | |
1923 CNS_fraction = 1/(-36000.0 * actual_ppO2 + 42300.0) + CNS_fraction; | |
1924 else if (char_I_actual_ppO2 < 90) | |
1925 CNS_fraction = 1/(-27000.0 * actual_ppO2 + 35100.0) + CNS_fraction; | |
1926 else if (char_I_actual_ppO2 < 110) | |
1927 CNS_fraction = 1/(-18000.0 * actual_ppO2 + 27000.0) + CNS_fraction; | |
1928 else if (char_I_actual_ppO2 < 150) | |
1929 CNS_fraction = 1/(-9000.0 * actual_ppO2 + 17100.0) + CNS_fraction; | |
1930 else if (char_I_actual_ppO2 < 160) | |
1931 CNS_fraction = 1/(-22500.0 * actual_ppO2 + 37350.0) + CNS_fraction; | |
1932 else if (char_I_actual_ppO2 < 165) | |
1933 CNS_fraction = 0.000755 + CNS_fraction; // Arieli et all.(2002): Modeling pulmonary and CNS O2 toxicity... Formula (A1) based on value for 1.55 and c=20 | |
1934 else if (char_I_actual_ppO2 < 170) | |
1935 CNS_fraction = 0.00102 + CNS_fraction; // example calculation: Sqrt((1.7/1.55)^20)*0.000404 | |
1936 else if (char_I_actual_ppO2 < 175) | |
1937 CNS_fraction = 0.00136 + CNS_fraction; | |
1938 else if (char_I_actual_ppO2 < 180) | |
1939 CNS_fraction = 0.00180 + CNS_fraction; | |
1940 else if (char_I_actual_ppO2 < 185) | |
1941 CNS_fraction = 0.00237 + CNS_fraction; | |
1942 else if (char_I_actual_ppO2 < 190) | |
1943 CNS_fraction = 0.00310 + CNS_fraction; | |
1944 else if (char_I_actual_ppO2 < 195) | |
1945 CNS_fraction = 0.00401 + CNS_fraction; | |
1946 else if (char_I_actual_ppO2 < 200) | |
1947 CNS_fraction = 0.00517 + CNS_fraction; | |
1948 else if (char_I_actual_ppO2 < 230) | |
1949 CNS_fraction = 0.0209 + CNS_fraction; | |
1950 else | |
1951 CNS_fraction = 0.0482 + CNS_fraction; // value for 2.5 | |
116 | 1952 |
126 | 1953 if (CNS_fraction > 2.5) |
1954 CNS_fraction = 2.5; | |
1955 if (CNS_fraction < 0.0) | |
1956 CNS_fraction = 0.0; | |
1957 | |
1958 char_O_CNS_fraction = (char)((CNS_fraction + 0.005)* 100.0); | |
167 | 1959 } |
116 | 1960 |
167 | 1961 ////////////////////////////////////////////////////////////////////////////// |
1962 // deco_calc_CNS_decrease_15min | |
1963 // | |
116 | 1964 // new in v.101 |
167 | 1965 // |
116 | 1966 // calculates the half time of 90 minutes in 6 steps of 15 min |
167 | 1967 // |
116 | 1968 // Output: char_O_CNS_fraction |
1969 // Uses and Updates: CNS_fraction | |
167 | 1970 // |
116 | 1971 void deco_calc_CNS_decrease_15min(void) |
1972 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
1973 RESET_C_STACK |
126 | 1974 CNS_fraction = 0.890899 * CNS_fraction; |
167 | 1975 char_O_CNS_fraction = (char)(CNS_fraction * 100.0 + 0.5); |
1976 } | |
116 | 1977 |
167 | 1978 ////////////////////////////////////////////////////////////////////////////// |
1979 // deco_calc_percentage | |
1980 // | |
116 | 1981 // new in v.101 |
167 | 1982 // |
116 | 1983 // calculates int_I_temp * char_I_temp / 100 |
1984 // output is int_I_temp | |
1985 | |
1986 void deco_calc_percentage(void) | |
1987 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
1988 RESET_C_STACK |
126 | 1989 temp1 = (float)int_I_temp; |
1990 temp2 = (float)char_I_temp / 100.0; | |
1991 temp3 = temp1 * temp2; | |
1992 int_I_temp = (int)temp3; | |
116 | 1993 } |
1994 | |
167 | 1995 ////////////////////////////////////////////////////////////////////////////// |
1996 | |
116 | 1997 void deco_push_tissues_to_vault(void) |
1998 { | |
167 | 1999 overlay unsigned char x; |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
2000 RESET_C_STACK |
167 | 2001 |
116 | 2002 cns_vault = CNS_fraction; |
167 | 2003 for (x=0;x<32;x++) |
2004 pres_tissue_vault[x] = pres_tissue[x]; | |
116 | 2005 } |
167 | 2006 |
116 | 2007 void deco_pull_tissues_from_vault(void) |
2008 { | |
167 | 2009 overlay unsigned char x; |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
2010 RESET_C_STACK |
167 | 2011 |
116 | 2012 CNS_fraction = cns_vault; |
167 | 2013 for (x=0;x<32;x++) |
2014 pres_tissue[x] = pres_tissue_vault[x]; | |
116 | 2015 } |
2016 | |
167 | 2017 ////////////////////////////////////////////////////////////////////////////// |
2018 // | |
164 | 2019 void main() {} |