Index: firmware/App/Controllers/PresOccl.h =================================================================== diff -u -rfe09c28f4311017a2a7ba7a3953d85a61ccd7b97 -r747c714d2b4f80b598a66326d62a179aeefda390 --- firmware/App/Controllers/PresOccl.h (.../PresOccl.h) (revision fe09c28f4311017a2a7ba7a3953d85a61ccd7b97) +++ firmware/App/Controllers/PresOccl.h (.../PresOccl.h) (revision 747c714d2b4f80b598a66326d62a179aeefda390) @@ -35,10 +35,10 @@ /// Enumeration of stabilization periods. typedef enum StabilizationPeriods { - STABILIZATION_PERIOD_OFF = 0, ///< Stabilization period off - 0 seconds - USE_SHORT_STABILIZATION_PERIOD, ///< Short stabilization period for air pump event - 10 seconds - USE_NORMAL_STABILIZATION_PERIOD, ///< Normal Stabilization period for system events, excluding airpump events ( treatment param change, resume treatment etc.,) - 60 seconds - NUM_OF_STABILIZATION_PERIODS ///< Number of stabilization periods + STABILIZATION_PERIOD_OFF = 0, ///< Stabilization period off - 0 seconds + USE_SHORT_STABILIZATION_PERIOD, ///< Short stabilization period for air pump event - 10 seconds + USE_NORMAL_STABILIZATION_PERIOD, ///< Normal Stabilization period for system events, excluding airpump events ( treatment param change, resume treatment etc.,) - 60 seconds + NUM_OF_STABILIZATION_PERIODS ///< Number of stabilization periods } STABILIZATION_PERIODS_T; /// Enumeration of pressure sensors monitored by this module. @@ -52,13 +52,13 @@ /// Enumeration of arterial/venous pressure limits states. typedef enum PressureLimitsStates { - PRESSURE_LIMITS_STATE_OFF = 0, ///< Off - not pressure low/high alarms will be detected) - 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_STATE_OFF = 0, ///< Off - not pressure low/high alarms will be detected) + 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; /// Payload record structure for the pressure & occlusions data message.