comparison Discovery/Inc/tStructure.h @ 1070:4499227a2db8 Icon_Integration

Added compile option for o2/diluent pressure display: Some external devices (like the RedBare rebreather) provide pressure sensor information o2 and diluent bottles. A data channel from RTE to main CPU has been defined and a visualization has been added to the lower left corner (llc). Pressure will be displayed in the gas list as well => for o2 display the definition of a 100% o2 gas is needed. Diluent will be assigned to the first gas. The ADVANCED_GAS compile switch needs to be activated for this feature
author Ideenmodellierer
date Thu, 19 Feb 2026 13:17:25 +0100
parents 73642758aa72
children
comparison
equal deleted inserted replaced
1069:e0ba2b29dc1f 1070:4499227a2db8
131 /* used for PAGE 2 AS WELL */ 131 /* used for PAGE 2 AS WELL */
132 #define StMOG_Mix _MB(2,1,255,1,0) 132 #define StMOG_Mix _MB(2,1,255,1,0)
133 #define StMOG_GasType _MB(2,1,255,2,0) 133 #define StMOG_GasType _MB(2,1,255,2,0)
134 #define StMOG_ChangeDepth _MB(2,1,255,3,0) 134 #define StMOG_ChangeDepth _MB(2,1,255,3,0)
135 #define StMOG_SetToMOD _MB(2,1,255,4,0) 135 #define StMOG_SetToMOD _MB(2,1,255,4,0)
136 #define StMOG_CalcDeco _MB(2,1,255,5,0) 136
137 /* #define StMOG_Bottle _MB(2,1,255,5,0) */ 137 #ifdef ENABLE_ADVANCED_GAS
138 #define StMOG_Bottle _MB(2,1,255,5,0)
139 #endif
138 140
139 #define StMOG_MOD _MB(2,1,255,9,0) 141 #define StMOG_MOD _MB(2,1,255,9,0)
140 142
141 #define StMOG_First _MB(2,1,255,21,0) 143 #define StMOG_First _MB(2,1,255,21,0)
142 #define StMOG_Deco _MB(2,1,255,22,0) 144 #define StMOG_Deco _MB(2,1,255,22,0)