Mercurial > public > mk2
comparison code_part1/OSTC_code_c_part2/shared_definitions.h @ 307:5bc3467fc421
New live EAD/END in divemode (both OCR and CCR).
author | JeanDo |
---|---|
date | Sun, 01 May 2011 03:35:42 +0200 |
parents | 21a0f7393468 |
children | b7e4e74c0e17 |
comparison
equal
deleted
inserted
replaced
306:ab1678d98e46 | 307:5bc3467fc421 |
---|---|
83 VAR_UCHAR (char_O_deco_status); // Deko state-machine state. | 83 VAR_UCHAR (char_O_deco_status); // Deko state-machine state. |
84 VAR_UCHAR (char_O_deco_last_stop); // Depth reached during deko planning. | 84 VAR_UCHAR (char_O_deco_last_stop); // Depth reached during deko planning. |
85 VAR_UCHAR (char_O_gradient_factor); // | 85 VAR_UCHAR (char_O_gradient_factor); // |
86 VAR_UCHAR (char_O_gtissue_no); // | 86 VAR_UCHAR (char_O_gtissue_no); // |
87 VAR_UCHAR (char_O_diluent); // new in v.101 | 87 VAR_UCHAR (char_O_diluent); // new in v.101 |
88 VAR_UCHAR (char_O_diluent_ppO2); // 2011-05-01: ppO2 from diluant (CCR mode). | |
89 VAR_UCHAR (char_O_EAD); // 2011-05-01: Added EAD/END in deco model. | |
90 VAR_UCHAR (char_O_END); // 2011-05-01: Added EAD/END in deco model. | |
88 VAR_UCHAR (char_O_CNS_fraction); // new in v.101 | 91 VAR_UCHAR (char_O_CNS_fraction); // new in v.101 |
89 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102 | 92 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102 |
90 | 93 |
91 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop. | 94 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop. |
92 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop. | 95 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop. |