Mercurial > public > mk2
diff code_part1/OSTC_code_c_part2/shared_definitions.h @ 339:cb77d1fa4535
More cleanups in internal deco structures.
author | JeanDo |
---|---|
date | Wed, 18 May 2011 02:01:52 +0200 |
parents | b75564fb3d4b |
children | b5b030c1ae7e |
line wrap: on
line diff
--- a/code_part1/OSTC_code_c_part2/shared_definitions.h Tue May 17 15:56:09 2011 +0200 +++ b/code_part1/OSTC_code_c_part2/shared_definitions.h Wed May 18 02:01:52 2011 +0200 @@ -112,7 +112,8 @@ TAB_UCHAR (char_O_deco_depth, NUM_STOPS); // Fusionned decompression table: TAB_UCHAR (char_O_deco_time, NUM_STOPS); // Both ZH-L16 and L16-GF models. -TAB_UCHAR (char_O_tissue_saturation, 2*NUM_COMP); // Compartiment desaturation time, in min. +TAB_UCHAR (char_O_tissue_N2_saturation, NUM_COMP); // Nitrogen compartiment desaturation time, in min. +TAB_UCHAR (char_O_tissue_He_saturation, NUM_COMP); // Helium compartiment desaturation time, in min. VAR_UINT (int_O_DBS_bitfield); // NOTE: 9 bytes dumped to divelog by store_dive_decodebug VAR_UINT (int_O_DBS2_bitfield);