Mercurial > public > mk2
comparison code_part1/OSTC_code_c_part2/shared_definitions.h @ 278:17aab4ca0547
BUGFIX CCR decoplan fails (bug bb42).
Make decoplaning faster (just update tissue during bottomtime).
Animate ascent depth during decoplaning.
author | JeanDo |
---|---|
date | Tue, 19 Apr 2011 02:26:41 +0200 |
parents | 4310ab395dbe |
children | 21a0f7393468 |
comparison
equal
deleted
inserted
replaced
277:46d1012d096a | 278:17aab4ca0547 |
---|---|
78 VAR_UINT (int_O_gtissue_press); | 78 VAR_UINT (int_O_gtissue_press); |
79 VAR_UINT (int_O_desaturation_time); // | 79 VAR_UINT (int_O_desaturation_time); // |
80 VAR_UINT (int_O_ascenttime); // TTS (in minutes) | 80 VAR_UINT (int_O_ascenttime); // TTS (in minutes) |
81 | 81 |
82 VAR_UCHAR (char_O_nullzeit); // | 82 VAR_UCHAR (char_O_nullzeit); // |
83 VAR_UCHAR (char_O_deco_status); // | 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_gradient_factor); // | 85 VAR_UCHAR (char_O_gradient_factor); // |
85 VAR_UCHAR (char_O_gtissue_no); // | 86 VAR_UCHAR (char_O_gtissue_no); // |
86 VAR_UCHAR (char_O_diluent); // new in v.101 | 87 VAR_UCHAR (char_O_diluent); // new in v.101 |
87 VAR_UCHAR (char_O_CNS_fraction); // new in v.101 | 88 VAR_UCHAR (char_O_CNS_fraction); // new in v.101 |
88 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102 | 89 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102 |