comparison Discovery/Inc/check_warning.h @ 637:d7dec417afa4

Debounce fallback warning: In previous versions the fallback option (automatical setting of a fixed setpoint) was only done for communication timeout scenario in combination with a HUD. It is now also applied in case all sensors are rated as out of bounds. The signaling of the fallback warning (including optional automatic setpoint change) is now done taking a 5 seconds debounds time into account. In case a fallback warning is active, then the only way to reset it is by selecting a new setpoint or by changing the sensor configuration (no change compared to previous implementation
author Ideenmodellierer
date Wed, 24 Feb 2021 21:04:07 +0100
parents 5f11787b4f42
children 2c243233c999
comparison
equal deleted inserted replaced
636:c47766ec3f96 637:d7dec417afa4
36 uint8_t actualBetterGasId(void); 36 uint8_t actualBetterGasId(void);
37 uint8_t actualBetterSetpointId(void); 37 uint8_t actualBetterSetpointId(void);
38 uint8_t actualLeftMaxDepth(const SDiveState * pDiveState); 38 uint8_t actualLeftMaxDepth(const SDiveState * pDiveState);
39 void set_warning_fallback(void); 39 void set_warning_fallback(void);
40 void clear_warning_fallback(void); 40 void clear_warning_fallback(void);
41 uint8_t debounce_warning_fallback(uint16_t debounceStepms);
42 void reset_debounce_warning_fallback();
43
41 44
42 #endif // CHECK_WARNING_H 45 #endif // CHECK_WARNING_H