Mercurial > public > mk2
diff code_part1/OSTC_code_c_part2/shared_definitions.h @ 169:e26f49674956
Merge decoplan display for both GF and Buhlmann models.
+ Add CF(54) to reverse deco plan display order.
+ Clean state machine to faster redisplay in divemode.
Fix don't flip screen for soft emulation.
author | JeanDo |
---|---|
date | Wed, 26 Jan 2011 19:19:02 +0100 |
parents | 494587193f5d |
children | 7f3e1bf588bc |
line wrap: on
line diff
--- a/code_part1/OSTC_code_c_part2/shared_definitions.h Tue Jan 25 01:02:35 2011 +0100 +++ b/code_part1/OSTC_code_c_part2/shared_definitions.h Wed Jan 26 19:19:02 2011 +0100 @@ -94,10 +94,11 @@ VAR_UCHAR (char_O_CNS_fraction); // new in v.101 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102 -TAB_UCHAR (char_O_array_decotime, 7); // Old-school decompression table (ZH-L16) -TAB_UCHAR (char_O_array_decodepth, 6); // +VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop. +VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop. +TAB_UCHAR (char_O_deco_depth, 0x20); // Fusionned decompression table: +TAB_UCHAR (char_O_deco_time, 0x20); // Both ZH-L16 and L16-GF models. -TAB_UCHAR (char_O_deco_table, 0x20); // New school decompression table (GF mode) TAB_UCHAR (char_O_tissue_saturation, 0x20); // Compartiment desaturation time, in min. VAR_UINT (int_O_DBS_bitfield);