Index: HDDefs.h =================================================================== diff -u -re126f20c6eb83383ab203ef251183ef3be3d9425 -r72534dd1642a073e7f255f439656a15efa3705b4 --- HDDefs.h (.../HDDefs.h) (revision e126f20c6eb83383ab203ef251183ef3be3d9425) +++ HDDefs.h (.../HDDefs.h) (revision 72534dd1642a073e7f255f439656a15efa3705b4) @@ -435,7 +435,6 @@ SALINE_BOLUS_STATE_IDLE = 0, ///< No saline bolus delivery is in progress SALINE_BOLUS_STATE_WAIT_FOR_PUMPS_STOP, ///< Wait for pumps to stop before starting bolus SALINE_BOLUS_STATE_IN_PROGRESS, ///< A saline bolus delivery is in progress - SALINE_BOLUS_STATE_MAX_DELIVERED, ///< Maximum saline bolus volume reached - no more saline bolus deliveries allowed NUM_OF_SALINE_BOLUS_STATES ///< Number of saline bolus states }; typedef enum Saline_Bolus_States SALINE_BOLUS_STATE_T; ///< Type for saline bolus state enumeration @@ -512,6 +511,7 @@ TREATMENT_STOP_RECIRC_BLOOD_ONLY_STATE, ///< Re-circulate Blood only state of the treatment re-circulate sub-mode state machine TREATMENT_STOP_NO_RECIRC_STATE, ///< No re-circulation state of the treatment stop sub-mode state machine TREATMENT_STOP_RECOVER_BLOOD_DETECT_STATE, ///< Treatment stop recover blood detect state + TREATMENT_STOP_DELIVER_SALINE_BOLUS_STATE, ///< Treatment stop deliver saline bolus state NUM_OF_TREATMENT_STOP_STATES ///< Number of treatment stop sub-mode states }; /// Type for treatment stop states enumeration.