Mercurial > public > mk2
comparison 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 |
comparison
equal
deleted
inserted
replaced
168:494587193f5d | 169:e26f49674956 |
---|---|
92 VAR_UCHAR (char_O_gtissue_no); // | 92 VAR_UCHAR (char_O_gtissue_no); // |
93 VAR_UCHAR (char_O_diluent); // new in v.101 | 93 VAR_UCHAR (char_O_diluent); // new in v.101 |
94 VAR_UCHAR (char_O_CNS_fraction); // new in v.101 | 94 VAR_UCHAR (char_O_CNS_fraction); // new in v.101 |
95 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102 | 95 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102 |
96 | 96 |
97 TAB_UCHAR (char_O_array_decotime, 7); // Old-school decompression table (ZH-L16) | 97 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop. |
98 TAB_UCHAR (char_O_array_decodepth, 6); // | 98 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop. |
99 TAB_UCHAR (char_O_deco_depth, 0x20); // Fusionned decompression table: | |
100 TAB_UCHAR (char_O_deco_time, 0x20); // Both ZH-L16 and L16-GF models. | |
99 | 101 |
100 TAB_UCHAR (char_O_deco_table, 0x20); // New school decompression table (GF mode) | |
101 TAB_UCHAR (char_O_tissue_saturation, 0x20); // Compartiment desaturation time, in min. | 102 TAB_UCHAR (char_O_tissue_saturation, 0x20); // Compartiment desaturation time, in min. |
102 | 103 |
103 VAR_UINT (int_O_DBS_bitfield); | 104 VAR_UINT (int_O_DBS_bitfield); |
104 VAR_UINT (int_O_DBS2_bitfield); | 105 VAR_UINT (int_O_DBS2_bitfield); |
105 VAR_UINT (int_O_DBG_pre_bitfield); | 106 VAR_UINT (int_O_DBG_pre_bitfield); |