comparison code_part1/OSTC_code_asm_part1/shared_definitions.h @ 630:6526a5b058b7

Fill char_O_deco_time_for_log array with stop times
author heinrichsweikamp
date Fri, 07 Sep 2012 14:48:31 +0200
parents c35473dc6831
children 6e456a6398e0
comparison
equal deleted inserted replaced
629:e755ed869a3b 630:6526a5b058b7
111 111
112 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop. 112 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop.
113 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop. 113 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop.
114 TAB_UCHAR (char_O_deco_depth, NUM_STOPS); // Fusionned decompression table: 114 TAB_UCHAR (char_O_deco_depth, NUM_STOPS); // Fusionned decompression table:
115 TAB_UCHAR (char_O_deco_time, NUM_STOPS); // Both ZH-L16 and L16-GF models. 115 TAB_UCHAR (char_O_deco_time, NUM_STOPS); // Both ZH-L16 and L16-GF models.
116 TAB_UCHAR (char_O_deco_time_for_log, NUM_STOPS); // For logging the full decoplan
116 117
117 TAB_UCHAR (char_O_tissue_N2_saturation, NUM_COMP); // Nitrogen compartiment desaturation time, in min. 118 TAB_UCHAR (char_O_tissue_N2_saturation, NUM_COMP); // Nitrogen compartiment desaturation time, in min.
118 TAB_UCHAR (char_O_tissue_He_saturation, NUM_COMP); // Helium compartiment desaturation time, in min. 119 TAB_UCHAR (char_O_tissue_He_saturation, NUM_COMP); // Helium compartiment desaturation time, in min.
119 120
120 TAB_UINT (int_O_gas_volumes, 5); // Volumes evaluation for each gas tank, in 0.1 liters. 121 TAB_UINT (int_O_gas_volumes, 5); // Volumes evaluation for each gas tank, in 0.1 liters.