comparison code_part1/OSTC_code_asm_part1/shared_definitions.h @ 757:50ed645c251d

CHANGE: save gas used during deco
author jDG
date Sun, 03 Nov 2013 13:37:04 +0100
parents 8466932a2fcf
children b0c96aaa86e4
comparison
equal deleted inserted replaced
756:a98365da41d3 757:50ed645c251d
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_gas, 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 117 TAB_UCHAR (char_O_deco_time_for_log, NUM_STOPS); // For logging the full decoplan
117 118
118 TAB_UCHAR (char_O_tissue_N2_saturation, NUM_COMP); // Nitrogen compartiment desaturation time, in min. 119 TAB_UCHAR (char_O_tissue_N2_saturation, NUM_COMP); // Nitrogen compartiment desaturation time, in min.
119 TAB_UCHAR (char_O_tissue_He_saturation, NUM_COMP); // Helium compartiment desaturation time, in min. 120 TAB_UCHAR (char_O_tissue_He_saturation, NUM_COMP); // Helium compartiment desaturation time, in min.
120 121