Index: AlarmDefs.h =================================================================== diff -u -ra16e6de7d4a06b20851472e1dbdc20790bd1b38c -r76adbbf2a2c07dd63658303a4989da087a2251ff --- AlarmDefs.h (.../AlarmDefs.h) (revision a16e6de7d4a06b20851472e1dbdc20790bd1b38c) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 76adbbf2a2c07dd63658303a4989da087a2251ff) @@ -72,6 +72,7 @@ ALARM_ID_RO_PUMP_OUT_PRESSURE_OUT_OF_RANGE = 47, ///< Pressure at outlet of RO pump is out of range. ALARM_ID_TEMPERATURE_SENSORS_OUT_OF_RANGE = 48, ///< DG temperature sensors ADC read out of range ALARM_ID_TEMPERATURE_SENSORS_INCONSISTENT = 49, ///< DG temperature sensors values are inconsistent with respect to each other + ALARM_ID_HD_COMM_TIMEOUT = 50, ///< HD communication timeout. NUM_OF_ALARM_IDS ///< Total # of alarms. }; /// Type for alarm list enumeration.