Index: firmware/App/Monitors/Pressures.h =================================================================== diff -u -rf979c391268b595e44fb6747d43487e4d2294e68 -reef41b7363d82763095a1317f1757f360f0d9ec1 --- firmware/App/Monitors/Pressures.h (.../Pressures.h) (revision f979c391268b595e44fb6747d43487e4d2294e68) +++ firmware/App/Monitors/Pressures.h (.../Pressures.h) (revision eef41b7363d82763095a1317f1757f360f0d9ec1) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file Pressures.h * -* @author (last) Sean -* @date (last) 23-Sep-2024 +* @author (last) Varshini Nagabooshanam +* @date (last) 26-Jan-2026 * -* @author (original) Sean -* @date (original) 23-Sep-2024 +* @author (original) Sean Nash +* @date (original) 24-Sep-2024 * ***************************************************************************/ @@ -49,7 +49,6 @@ PRESSURE_LIMITS_STATE_IDLE, ///< Idle - in Treatment mode state where BP is stopped - no pressure low/high alarms PRESSURE_LIMITS_STATE_WIDE, ///< Wide - in Treatment mode state where BP is running but wide limits apply PRESSURE_LIMITS_STATE_STABILIZATION, ///< Stabilization - in Treatment mode state where BP is running (dialysis or stop), but need to stabilize first - PRESSURE_LIMITS_STATE_STABILIZATION_2, ///< Second stage stabilization - re adjust the pressure that has been drifted due to UF control etc and limit windows apply PRESSURE_LIMITS_STATE_STABLE, ///< Stable - in Treatment mode state where BP is running (dialysis or stop) and limit windows apply NUM_OF_PRESSURE_LIMITS_STATES ///< Number of pressure limits states } PRESSURE_LIMITS_STATES_T;