comparison code_part1/OSTC_code_c_part2/shared_definitions.h @ 168:494587193f5d

Use 16bits for TTS sum. + Display in divemode as 16bits. + Display in decoplanning as 16bits.
author JeanDo
date Tue, 25 Jan 2011 01:02:35 +0100
parents cb055a7d75f3
children e26f49674956
comparison
equal deleted inserted replaced
167:cb055a7d75f3 168:494587193f5d
78 VAR_UINT (int_O_gtissue_limit); 78 VAR_UINT (int_O_gtissue_limit);
79 VAR_UINT (int_O_gtissue_press); 79 VAR_UINT (int_O_gtissue_press);
80 VAR_UINT (int_O_limit_GF_low); 80 VAR_UINT (int_O_limit_GF_low);
81 VAR_UINT (int_O_gtissue_press_at_GF_low); 81 VAR_UINT (int_O_gtissue_press_at_GF_low);
82 VAR_UINT (int_O_calc_tissue_call_counter); 82 VAR_UINT (int_O_calc_tissue_call_counter);
83 VAR_UINT (int_O_desaturation_time); //
84 VAR_UINT (int_O_ascenttime); // TTS (in minutes)
83 85
84 VAR_UCHAR (char_O_GF_low_pointer); 86 VAR_UCHAR (char_O_GF_low_pointer);
85 VAR_UCHAR (char_O_actual_pointer); 87 VAR_UCHAR (char_O_actual_pointer);
86 88
87 VAR_UINT (int_O_desaturation_time); //
88 VAR_UCHAR (char_O_nullzeit); // 89 VAR_UCHAR (char_O_nullzeit); //
89 VAR_UCHAR (char_O_deco_status); // 90 VAR_UCHAR (char_O_deco_status); //
90 VAR_UCHAR (char_O_ascenttime); //
91 VAR_UCHAR (char_O_gradient_factor); // 91 VAR_UCHAR (char_O_gradient_factor); //
92 VAR_UCHAR (char_O_gtissue_no); // 92 VAR_UCHAR (char_O_gtissue_no); //
93 VAR_UCHAR (char_O_diluent); // new in v.101 93 VAR_UCHAR (char_O_diluent); // new in v.101
94 VAR_UCHAR (char_O_CNS_fraction); // new in v.101 94 VAR_UCHAR (char_O_CNS_fraction); // new in v.101
95 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102 95 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102