Index: HDDefs.h =================================================================== diff -u -r94ecd3d5e8f620400444c505b722f7fb8c0ac6f3 -rc2184390be04c9af7ed207d76a7632a18700a42a --- HDDefs.h (.../HDDefs.h) (revision 94ecd3d5e8f620400444c505b722f7fb8c0ac6f3) +++ HDDefs.h (.../HDDefs.h) (revision c2184390be04c9af7ed207d76a7632a18700a42a) @@ -7,8 +7,8 @@ * * @file HDDefs.h * -* @author (last) Dara Navaei -* @date (last) 22-Jun-2023 +* @author (last) Sean Nash +* @date (last) 19-Jul-2023 * * @author (original) Sean Nash * @date (original) 29-May-2020 @@ -533,6 +533,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.