Index: AlarmDefs.h =================================================================== diff -u -rea9dfd3f89d8e64d68776f0bbca498db5a0d2c43 -r17e260f451a5bc53c4d3d0724cfed4d32a1fb92c --- AlarmDefs.h (.../AlarmDefs.h) (revision ea9dfd3f89d8e64d68776f0bbca498db5a0d2c43) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 17e260f451a5bc53c4d3d0724cfed4d32a1fb92c) @@ -7,8 +7,8 @@ * * @file AlarmDefs.h * -* @author (last) Sean Nash -* @date (last) 11-Mar-2022 +* @author (last) Dara Navaei +* @date (last) 21-Mar-2022 * * @author (original) Sean * @date (original) 11-Feb-2020 @@ -391,14 +391,14 @@ ALARM_STATE_FLAG_BIT_POS_NO_RESUME = 3, ///< The "resume" user recovery option is disabled ALARM_STATE_FLAG_BIT_POS_NO_RINSEBACK = 4, ///< The "rinseback" user recovery option is disabled ALARM_STATE_FLAG_BIT_POS_NO_END_TREATMENT = 5, ///< The "end treatment" user recovery option is disabled - ALARM_STATE_FLAG_BIT_POS____AVAILABLE = 6, ///< Not used - available for use + ALARM_STATE_FLAG_BIT_POS_UNUSED_1 = 6, ///< Reserved ALARM_STATE_FLAG_BIT_POS_OK_BUTTON_ONLY = 7, ///< The "ok" user recovery option is enabled ALARM_STATE_FLAG_BIT_POS_ALARMS_TO_ESCALATE = 8, ///< One or more active alarms will escalate in time ALARM_STATE_FLAG_BIT_POS_ALARMS_SILENCED = 9, ///< Alarms have been temporarily silenced by user ALARM_STATE_FLAG_BIT_POS_LAMP_ON = 10, ///< Alarm lamp is currently on (for syncing to UI) - ALARM_STATE_FLAG_BIT_POS_UNUSED_1 = 11, ///< Reserved - ALARM_STATE_FLAG_BIT_POS_UNUSED_2 = 12, ///< Reserved - ALARM_STATE_FLAG_BIT_POS_UNUSED_3 = 13, ///< Reserved + ALARM_STATE_FLAG_BIT_POS_UNUSED_2 = 11, ///< Reserved + ALARM_STATE_FLAG_BIT_POS_UNUSED_3 = 12, ///< Reserved + ALARM_STATE_FLAG_BIT_POS_DIALYSATE_RECIRC = 13, ///< Dialysate recirculation is diabled ALARM_STATE_FLAG_BIT_POS_NO_MINIMIZE = 14, ///< Prevent user from minimizing alarm window ALARM_STATE_FLAG_BIT_POS_TOP_CONDITION = 15, ///< The top alarm's condition is still being detected NUM_OF_ALARM_STATE_FLAG_BIT_POS = 16 ///< The number of alarm state flag bit positions