Mercurial > public > mk2
comparison code_part1/OSTC_code_c_part2/shared_definitions.h @ 165:8b5b848db4cd
+ Clean Buhlmann tables addressing
+ OSTC 1.80 uses ZH-L16a coefficient, version 1995 (?), with compartiment 1a.
author | JeanDo |
---|---|
date | Fri, 21 Jan 2011 01:44:38 +0100 |
parents | 999abb01c78f |
children | cb055a7d75f3 |
comparison
equal
deleted
inserted
replaced
164:999abb01c78f | 165:8b5b848db4cd |
---|---|
85 VAR_UCHAR (char_O_gtissue_no); // | 85 VAR_UCHAR (char_O_gtissue_no); // |
86 VAR_UCHAR (char_O_diluent); // new in v.101 | 86 VAR_UCHAR (char_O_diluent); // new in v.101 |
87 VAR_UCHAR (char_O_CNS_fraction); // new in v.101 | 87 VAR_UCHAR (char_O_CNS_fraction); // new in v.101 |
88 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102 | 88 VAR_UCHAR (char_O_relative_gradient_GF); // new in v.102 |
89 | 89 |
90 TAB_UCHAR (char_O_array_decotime, 7); // Old-school decompression table (ZHL-16) | 90 TAB_UCHAR (char_O_array_decotime, 7); // Old-school decompression table (ZH-L16) |
91 TAB_UCHAR (char_O_array_decodepth, 6); // | 91 TAB_UCHAR (char_O_array_decodepth, 6); // |
92 | 92 |
93 TAB_UCHAR (char_O_deco_table, 0x20); // New school decompression table (GF mode) | 93 TAB_UCHAR (char_O_deco_table, 0x20); // New school decompression table (GF mode) |
94 TAB_UCHAR (char_O_tissue_saturation, 0x20); // Compartiment desaturation time, in min. | 94 TAB_UCHAR (char_O_tissue_saturation, 0x20); // Compartiment desaturation time, in min. |
95 | 95 |