Index: AlarmDefs.h =================================================================== diff -u -r65e0fe9e882d460481b2fc01800b5a2111cfa5c6 -r57e1474a42a19ccb8b681976b2c5fe517f96d7f1 --- AlarmDefs.h (.../AlarmDefs.h) (revision 65e0fe9e882d460481b2fc01800b5a2111cfa5c6) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 57e1474a42a19ccb8b681976b2c5fe517f96d7f1) @@ -91,6 +91,14 @@ ALARM_ID_PRESSURE_SENSOR_FAULT = 65, ///< Pressure sensor fault ALARM_ID_INLET_WATER_LOW_PRESSURE = 66, ///< Inlet water pressure too low ALARM_ID_CRITICAL_DATA_ERROR = 67, ///< A critical data integrity check failed. + ALARM_ID_HD_ACCELEROMETER_SELF_TEST_FAILURE = 68, ///< HD accelerometer failed POST. + ALARM_ID_DG_ACCELEROMETER_SELF_TEST_FAILURE = 69, ///< DG accelerometer failed POST. + ALARM_ID_HD_EXCESSIVE_TILT = 70, ///< HD tilt exceeds maximum. + ALARM_ID_DG_EXCESSIVE_TILT = 71, ///< DG tilt exceeds maximu. + ALARM_ID_HD_SHOCK = 72, ///< HD experienced large acceleration. + ALARM_ID_DG_SHOCK = 73, ///< DG experienced large acceleration. + ALARM_ID_HD_ACCELEROMETER_FAILURE = 74, ///< HD accelerometer error (no readings or FPGA reports error) + ALARM_ID_DG_ACCELEROMETER_FAILURE = 75, ///< DG accelerometer error (no readings or FPGA reports error) NUM_OF_ALARM_IDS ///< Total number of alarms };