Index: AlarmDefs.h =================================================================== diff -u -r265db01fb5db89443dcc79198cb30812b9d0977e -rdae1bde7454f4e832dd3568bbdca3c89777d9f76 --- AlarmDefs.h (.../AlarmDefs.h) (revision 265db01fb5db89443dcc79198cb30812b9d0977e) +++ AlarmDefs.h (.../AlarmDefs.h) (revision dae1bde7454f4e832dd3568bbdca3c89777d9f76) @@ -8,7 +8,7 @@ * @file AlarmDefs.h * * @author (last) Sean Nash -* @date (last) 05-Aug-2020 +* @date (last) 19-Aug-2020 * * @author (original) Sean * @date (original) 11-Feb-2020 @@ -106,6 +106,7 @@ ALARM_ID_DG_ACCELEROMETER_FAILURE = 75, ///< DG accelerometer error (no readings or FPGA reports error) ALARM_ID_DG_CRITICAL_DATA_ERROR = 76, ///< DG critical data integrity check failed ALARM_ID_RO_REJECTION_RATIO_OUT_OF_RANGE = 77, ///< RO rejection ratio out of range + ALARM_ID_INLET_WATER_PRESSURE_FAULT = 78, ///< Inlet water pressure fault NUM_OF_ALARM_IDS ///< Total number of alarms }; typedef enum Alarm_List ALARM_ID_T; ///< Type for alarm list enumeration