comparison code_part1/OSTC_code_asm_part1/shared_definitions.h @ 532:f5a06b9e2fef

cleanup debug stuff
author heinrichsweikamp
date Sat, 17 Dec 2011 10:28:29 +0100
parents e9b1f162799d
children c35473dc6831
comparison
equal deleted inserted replaced
531:d0f719aa5166 532:f5a06b9e2fef
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_N2_saturation, NUM_COMP); // Nitrogen 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 TAB_UCHAR (char_O_tissue_He_saturation, NUM_COMP); // Helium compartiment desaturation time, in min.
117 117
118 VAR_UINT (int_O_DBS_bitfield); // NOTE: 9 bytes dumped to divelog by store_dive_decodebug
119 VAR_UINT (int_O_DBS2_bitfield);
120 VAR_UINT (int_O_DBG_pre_bitfield);
121 VAR_UINT (int_O_DBG_post_bitfield);
122 VAR_UCHAR (char_O_NDL_at_20mtr);
123
124 TAB_UINT (int_O_gas_volumes, 5); // Volumes evaluation for each gas tank, in 0.1 liters. 118 TAB_UINT (int_O_gas_volumes, 5); // Volumes evaluation for each gas tank, in 0.1 liters.
125 119
126 TAB_UCHAR (char_O_hash, 16); 120 TAB_UCHAR (char_O_hash, 16);
127 121
128 #ifdef __18CXX 122 #ifdef __18CXX