comparison src/shared_definitions.h @ 521:06e9370c6d75

CHANGE: Apply safety margin parameters to both models (GF and non-GF) Put B?hlmann constants in code for readability Fix unused gas warning (Do not warn)
author heinrichsweikamp
date Fri, 04 Aug 2017 16:01:28 +0200
parents f0828110d864
children b7eb98dbd800
comparison
equal deleted inserted replaced
520:1d74d6221084 521:06e9370c6d75
104 VAR_UCHAR (char_O_gtissue_no); // 104 VAR_UCHAR (char_O_gtissue_no); //
105 VAR_UCHAR (char_O_diluent); // new in v.101 105 VAR_UCHAR (char_O_diluent); // new in v.101
106 VAR_UCHAR (char_O_flush_ppO2); // 2011-05-01: ppO2 from diluant (CCR mode). 106 VAR_UCHAR (char_O_flush_ppO2); // 2011-05-01: ppO2 from diluant (CCR mode).
107 VAR_UCHAR (char_O_EAD); // 2011-05-01: Added EAD/END in deco model. 107 VAR_UCHAR (char_O_EAD); // 2011-05-01: Added EAD/END in deco model.
108 VAR_UCHAR (char_O_END); // 2011-05-01: Added EAD/END in deco model. 108 VAR_UCHAR (char_O_END); // 2011-05-01: Added EAD/END in deco model.
109 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102
110 109
111 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop. 110 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop.
112 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop. 111 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop.
113 TAB_UCHAR (char_O_deco_depth, NUM_STOPS); // Fusionned decompression table: 112 TAB_UCHAR (char_O_deco_depth, NUM_STOPS); // Fusionned decompression table:
114 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.