Mercurial > public > hwos_code
comparison src/shared_definitions.h @ 111:c61b7a4e317c
Bugfix: CNS in planner
| author | heinrichsweikamp |
|---|---|
| date | Tue, 17 Jun 2014 12:00:20 +0200 |
| parents | 0aaa4877ba25 |
| children | d076e9c02438 |
comparison
equal
deleted
inserted
replaced
| 110:d39493c786a2 | 111:c61b7a4e317c |
|---|---|
| 110 | 110 |
| 111 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop. | 111 VAR_UCHAR (char_O_first_deco_depth); // Depth of first stop. |
| 112 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop. | 112 VAR_UCHAR (char_O_first_deco_time) ; // Duration of first stop. |
| 113 TAB_UCHAR (char_O_deco_depth, NUM_STOPS); // Fusionned decompression table: | 113 TAB_UCHAR (char_O_deco_depth, NUM_STOPS); // Fusionned decompression table: |
| 114 TAB_UCHAR (char_O_deco_time, NUM_STOPS); // Both ZH-L16 and L16-GF models. | 114 TAB_UCHAR (char_O_deco_time, NUM_STOPS); // Both ZH-L16 and L16-GF models. |
| 115 TAB_UCHAR (char_O_deco_gas, NUM_STOPS); // Both ZH-L16 and L16-GF models. | |
| 115 TAB_UCHAR (char_O_deco_time_for_log, NUM_STOPS); // For logging the full decoplan | 116 TAB_UCHAR (char_O_deco_time_for_log, NUM_STOPS); // For logging the full decoplan |
| 116 | 117 |
| 117 TAB_UCHAR (char_O_tissue_N2_saturation, NUM_COMP); // Nitrogen compartiment desaturation time, in min. | 118 TAB_UCHAR (char_O_tissue_N2_saturation, NUM_COMP); // Nitrogen compartiment desaturation time, in min. |
| 118 TAB_UCHAR (char_O_tissue_He_saturation, NUM_COMP); // Helium compartiment desaturation time, in min. | 119 TAB_UCHAR (char_O_tissue_He_saturation, NUM_COMP); // Helium compartiment desaturation time, in min. |
| 119 | 120 |
