Index: HDDefs.h =================================================================== diff -u -r5c973b51fea2502bce87f7cdae8dd899f4148065 -r4f151adda6a8e1ea9cf7fdd8806a81b3491d2baa --- HDDefs.h (.../HDDefs.h) (revision 5c973b51fea2502bce87f7cdae8dd899f4148065) +++ HDDefs.h (.../HDDefs.h) (revision 4f151adda6a8e1ea9cf7fdd8806a81b3491d2baa) @@ -8,7 +8,7 @@ * @file HDDefs.h * * @author (last) Sean Nash -* @date (last) 25-May-2023 +* @date (last) 19-Jul-2023 * * @author (original) Sean Nash * @date (original) 29-May-2020 @@ -256,6 +256,7 @@ WET_SELF_TESTS_BUBBLE_CHECK_SETUP_STATE, ///< Setup for wet air bubble self-test state. WET_SELF_TESTS_BUBBLE_CHECK_STATE, ///< Wet self-test air bubble detectors state. WET_SELF_TESTS_PRIME_CHECK_STATE, ///< Prime check wet self-tests state, checks for primed patient lines. + WET_SELF_TESTS_BLOOD_LEAK_DETECTOR_DEBUBBLE_STATE, ///< Blood leak detector debubble state. WET_SELF_TESTS_BLOOD_LEAK_DETECTOR_STATE, ///< Blood leak detector self-test state. WET_SELF_TESTS_FIRST_DISPLACEMENT_SETUP_STATE, ///< Setup valve and start dialysate pump for first displacement. WET_SELF_TESTS_FIRST_DISPLACEMENT_STATE, ///< Fill reservoir 2 with 100 mL of dialysate from reservoir 1 state. @@ -548,6 +549,7 @@ RINSEBACK_PAUSED_STATE, ///< Rinseback paused state of the rinseback sub-mode state machine RINSEBACK_STOP_STATE, ///< Rinseback stopped (done) state of the rinseback sub-mode state machine RINSEBACK_RUN_ADDITIONAL_STATE, ///< Additional rinseback volume (10 mL) state of the rinseback sub-mode state machine + RINSEBACK_RECONNECT_PATIENT_STATE, ///< Rinseback patient reconnect state of the rinseback sub-mode state machine NUM_OF_RINSEBACK_STATES ///< Number of rinseback sub-mode states }; typedef enum Rinseback_States RINSEBACK_STATE_T; ///< Type for rinseback states enumeration.