Mercurial > public > ostc4
comparison Common/Inc/data_central.h @ 920:c4c9850a2039 Evo_2_23
Added view for position data:
A custom view for visualization of GPS data has been added. It may be activated using the compile switch ENABLE_GNSS_SUPPORT
author | Ideenmodellierer |
---|---|
date | Sun, 03 Nov 2024 15:44:54 +0100 |
parents | d4622533271d |
children |
comparison
equal
deleted
inserted
replaced
919:c0553dd70608 | 920:c4c9850a2039 |
---|---|
467 SENSOR_SENTINEL, | 467 SENSOR_SENTINEL, |
468 SENSOR_SENTINELM, | 468 SENSOR_SENTINELM, |
469 SENSOR_TYPE_O2_END, | 469 SENSOR_TYPE_O2_END, |
470 SENSOR_CO2, | 470 SENSOR_CO2, |
471 SENSOR_CO2M, | 471 SENSOR_CO2M, |
472 SENSOR_GNSS, | |
473 SENSOR_GNSSM, | |
472 SENSOR_MUX, | 474 SENSOR_MUX, |
473 SENSOR_END | 475 SENSOR_END |
474 } externalInterfaceSensorType; | 476 } externalInterfaceSensorType; |
475 | 477 |
476 #define DVO2_FATAL_INTENSITY_LOW (0x00000001) | 478 #define DVO2_FATAL_INTENSITY_LOW (0x00000001) |