Mercurial > public > mk2
comparison code_part1/OSTC_code_c_part2/shared_definitions.h @ 292:21a0f7393468
New CNS calculation in decoplan.
BUGFIX set current gas in decoplan.
author | JeanDo |
---|---|
date | Mon, 25 Apr 2011 19:42:44 +0200 |
parents | 17aab4ca0547 |
children | 5bc3467fc421 |
comparison
equal
deleted
inserted
replaced
291:916df3161d52 | 292:21a0f7393468 |
---|---|
112 #else | 112 #else |
113 ; In ASM, put the same bank, in overlay mode, at the same address | 113 ; In ASM, put the same bank, in overlay mode, at the same address |
114 bank3 udata_ovr 0x300 | 114 bank3 udata_ovr 0x300 |
115 #endif | 115 #endif |
116 | 116 |
117 VAR_UCHAR (char_I_step_is_1min); | 117 VAR_UCHAR (char_I_step_is_1min); // Use 1min integration for tissue and CNS. |
118 | 118 |
119 VAR_UINT (int_I_pres_respiration); // | 119 VAR_UINT (int_I_pres_respiration); // |
120 VAR_UINT (int_I_pres_surface); // | 120 VAR_UINT (int_I_pres_surface); // |
121 VAR_UINT (int_I_temp); // new in v101 | 121 VAR_UINT (int_I_temp); // new in v101 |
122 VAR_UINT (int_I_divemins); // Dive time (minutes) | 122 VAR_UINT (int_I_divemins); // Dive time (minutes) |