Index: firmware/App/Services/AlarmMgmt.h =================================================================== diff -u -rf884f35638cad1f29601c1418e942185c5f1489b -r89e21ce50fba7e91573780b0f57b6378e3cad84a --- firmware/App/Services/AlarmMgmt.h (.../AlarmMgmt.h) (revision f884f35638cad1f29601c1418e942185c5f1489b) +++ firmware/App/Services/AlarmMgmt.h (.../AlarmMgmt.h) (revision 89e21ce50fba7e91573780b0f57b6378e3cad84a) @@ -74,7 +74,7 @@ BOOL noDialRecirc; ///< No dialysate re-circulation allowed at this time BOOL ok; ///< Display OK button instead of other options BOOL noMinimize; ///< Prevent user from minimizing the alarm window - BOOL lampOn; ///< The alarm lamp is on + BOOL lampOn; ///< The alarm lamp is on } COMP_ALARM_STATUS_T; /// Record structure for unsigned integer alarm data. @@ -135,6 +135,9 @@ U32 almData1; ///< Supporting data #1 U32 almDataType2; ///< Supporting data type #2 U32 almData2; ///< Supporting data #2 + U32 almPriority; ///< Alarm priority + U32 almRank; ///< Alarm rank + BOOL almClrTopOnly; ///< Alarm clear (when on top) should only clear top alarm } ALARM_TRIGGERED_PAYLOAD_T; #pragma pack(pop)