comparison 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
comparison
equal deleted inserted replaced
338:b75564fb3d4b 339:cb77d1fa4535
110 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop. 110 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop.
111 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop. 111 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop.
112 TAB_UCHAR (char_O_deco_depth, NUM_STOPS); // Fusionned decompression table: 112 TAB_UCHAR (char_O_deco_depth, NUM_STOPS); // Fusionned decompression table:
113 TAB_UCHAR (char_O_deco_time, NUM_STOPS); // Both ZH-L16 and L16-GF models. 113 TAB_UCHAR (char_O_deco_time, NUM_STOPS); // Both ZH-L16 and L16-GF models.
114 114
115 TAB_UCHAR (char_O_tissue_saturation, 2*NUM_COMP); // Compartiment desaturation time, in min. 115 TAB_UCHAR (char_O_tissue_N2_saturation, NUM_COMP); // Nitrogen compartiment desaturation time, in min.
116 TAB_UCHAR (char_O_tissue_He_saturation, NUM_COMP); // Helium compartiment desaturation time, in min.
116 117
117 VAR_UINT (int_O_DBS_bitfield); // NOTE: 9 bytes dumped to divelog by store_dive_decodebug 118 VAR_UINT (int_O_DBS_bitfield); // NOTE: 9 bytes dumped to divelog by store_dive_decodebug
118 VAR_UINT (int_O_DBS2_bitfield); 119 VAR_UINT (int_O_DBS2_bitfield);
119 VAR_UINT (int_O_DBG_pre_bitfield); 120 VAR_UINT (int_O_DBG_pre_bitfield);
120 VAR_UINT (int_O_DBG_post_bitfield); 121 VAR_UINT (int_O_DBG_post_bitfield);