Mercurial > public > mk2
diff 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 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_c_part2/shared_definitions.h Mon Apr 18 10:23:22 2011 +0200 +++ b/code_part1/OSTC_code_c_part2/shared_definitions.h Tue Apr 19 02:26:41 2011 +0200 @@ -80,7 +80,8 @@ VAR_UINT (int_O_ascenttime); // TTS (in minutes) VAR_UCHAR (char_O_nullzeit); // -VAR_UCHAR (char_O_deco_status); // +VAR_UCHAR (char_O_deco_status); // Deko state-machine state. +VAR_UCHAR (char_O_deco_last_stop); // Depth reached during deko planning. VAR_UCHAR (char_O_gradient_factor); // VAR_UCHAR (char_O_gtissue_no); // VAR_UCHAR (char_O_diluent); // new in v.101 @@ -160,4 +161,4 @@ /// Set WREG color. extern void PLED_set_color(void); -#endif \ No newline at end of file +#endif