Mercurial > public > ostc4
comparison Common/Inc/data_central.h @ 799:1e3c12d772eb
Added CO2 mirrow instance:
Using the CO2 mirror the co2 data may be displayed on one of the three O2 slots if a slot is not in used. The physical sensor can be found in the externalsensor map.
author | Ideenmodellierer |
---|---|
date | Mon, 07 Aug 2023 20:32:42 +0200 |
parents | 75ace7af8212 |
children | dd7ce655db26 |
comparison
equal
deleted
inserted
replaced
798:e9eba334b942 | 799:1e3c12d772eb |
---|---|
435 SENSOR_DIGO2, | 435 SENSOR_DIGO2, |
436 SENSOR_DIGO2M, | 436 SENSOR_DIGO2M, |
437 SENSOR_SENTINEL, | 437 SENSOR_SENTINEL, |
438 SENSOR_TYPE_O2_END, | 438 SENSOR_TYPE_O2_END, |
439 SENSOR_CO2, | 439 SENSOR_CO2, |
440 SENSOR_CO2M, | |
440 SENSOR_MUX, | 441 SENSOR_MUX, |
441 SENSOR_END | 442 SENSOR_END |
442 } externalInterfaceSensorType; | 443 } externalInterfaceSensorType; |
443 | 444 |
444 #define DVO2_FATAL_INTENSITY_LOW (0x00000001) | 445 #define DVO2_FATAL_INTENSITY_LOW (0x00000001) |