Index: AlarmDefs.h =================================================================== diff -u -r2480d4709ed795fc8bbb2dd187d39b077ef7518c -r5443e976b293f4007f6e7bc5e1876d1575820ce5 --- AlarmDefs.h (.../AlarmDefs.h) (revision 2480d4709ed795fc8bbb2dd187d39b077ef7518c) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 5443e976b293f4007f6e7bc5e1876d1575820ce5) @@ -262,6 +262,11 @@ ALARM_ID_DG_CHEM_DISINFECT_TARGET_TEMP_TIMEOUT, ///< DG chemical disinfect could not reach to target temperature ALARM_ID_DG_CHEM_DISINFECT_INLET_PRES_AND_TEMP_SNSRS_OUT, ///< DG chemical disinfect inlet pressure and temperature sensors out of range ALARM_ID_DG_CHEM_DISINFECT_INLET_COND_AND_TEMP_OUT, ///< DG chemical disinfect inlet conductivity and temperature out of range + ALARM_ID_DG_PRESSURE_SENSORS_INVALID_CALIBRATION, ///< DG load cells invalid calibration + ALARM_ID_DG_FLOW_SENSORS_INVALID_CALIBRATION, ///< DG flow sensors invalid calibration + ALARM_ID_DG_COND_SENSORS_INVALID_CALIBRATION, ///< DG conductivity sensors invalid calibration + ALARM_ID_DG_DRAIN_LINE_VOLUME_INVALID_NV_RECORD, ///< DG drain line volume invalid non-volatile record + ALARM_ID_DG_RESERVOIRS_INVALID_NV_RECORD, ///< DG reservoirs invalid non-volatile record NUM_OF_ALARM_IDS ///< Total number of alarms }; typedef enum Alarm_List ALARM_ID_T; ///< Type for alarm list enumeration