Index: firmware/App/Controllers/PresOccl.h =================================================================== diff -u -rac02394a849d3f96a71f493f34ad8ff607ae3e1e -rcd5be724d5a3ba7457e761191d82f278654d7f5c --- firmware/App/Controllers/PresOccl.h (.../PresOccl.h) (revision ac02394a849d3f96a71f493f34ad8ff607ae3e1e) +++ firmware/App/Controllers/PresOccl.h (.../PresOccl.h) (revision cd5be724d5a3ba7457e761191d82f278654d7f5c) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. +* Copyright (c) 2020-2024 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 PresOccl.h * -* @author (last) Darren Cox -* @date (last) 23-Aug-2023 +* @author (last) Sean Nash +* @date (last) 31-Aug-2023 * * @author (original) Sean * @date (original) 15-Jan-2020 @@ -31,6 +31,7 @@ */ // ********** public definitions ********** + #define USE_NORMAL_STABILIZATION_PERIOD FALSE #define USE_SHORT_STABILIZATION_PERIOD TRUE @@ -42,15 +43,6 @@ NUM_OF_PRESSURE_SENSORS ///< Number of pressure sensors } PRESSURE_SENSORS_T; -/// Enumeration of occlusion sensors monitored by this module. -typedef enum OcclusionSensors -{ - OCCLUSION_SENSOR_BLOOD_PUMP = 0, ///< Blood pump occlusion sensor - OCCLUSION_SENSOR_DIAL_IN_PUMP, ///< Dialysate inlet pump occlusion sensor - OCCLUSION_SENSOR_DIAL_OUT_PUMP, ///< Dialysate outlet pump occlusion sensor - NUM_OF_OCCLUSION_SENSORS ///< Number of occlusion sensors -} OCCLUSION_SENSORS_T; - /// Enumeration of arterial/venous pressure limits states. typedef enum PressureLimitsStates {