comparison Common/Inc/settings.h @ 830:b7d93ff6b3b2 Evo_2_23

Added selection if an active gas shall be used for deco calculation or not: In previous version selecting a gas as deco gas automatically activated the gas for deco calculation. Some divers prever to have the deco time displayed which matches to the gas currently in use. These divers kept the gas deactivated unless they switch to it. Features like gas usability visualization or easy gas change using quick selection were not usable for these divers. With introduction of the new option the gas switching / visualization features may be used without having the gas been considered for calculation in the background. The option may be operated in the gas selection menu.
author Ideenmodellierer
date Thu, 16 Nov 2023 20:32:09 +0100
parents 24b39a432bc2
children 2a8af51ab04d
comparison
equal deleted inserted replaced
829:d5e68cc08f9a 830:b7d93ff6b3b2
117 uint8_t active:1; 117 uint8_t active:1;
118 uint8_t first:1; 118 uint8_t first:1;
119 uint8_t deco:1; 119 uint8_t deco:1;
120 uint8_t travel:1; 120 uint8_t travel:1;
121 uint8_t off:1; 121 uint8_t off:1;
122 uint8_t spare:3; 122 uint8_t decocalc:1;
123 uint8_t spare:2;
123 } gasubit8_t; 124 } gasubit8_t;
124 125
125 typedef union{ 126 typedef union{
126 gasubit8_t ub; 127 gasubit8_t ub;
127 uint8_t uw; 128 uint8_t uw;