Index: Utilities.h =================================================================== diff -u -ra02e58531086d8780691475db2369e6b6a426a60 -re3a7cdb833c304bdd535ddd8663463160741fc0c --- Utilities.h (.../Utilities.h) (revision a02e58531086d8780691475db2369e6b6a426a60) +++ Utilities.h (.../Utilities.h) (revision e3a7cdb833c304bdd535ddd8663463160741fc0c) @@ -7,8 +7,8 @@ * * @file Utilities.h * -* @author (last) Bill Bracken -* @date (last) 23-Feb-2023 +* @author (last) Darren Cox +* @date (last) 27-Apr-2023 * * @author (original) Sean * @date (original) 17-Feb-2020 @@ -29,7 +29,7 @@ // ********** public definitions ********** // ******* Time Windowed Count Definitions ********* -#define MAX_TIME_WINDOWED_COUNT 5 ///< Maximum number of counts that a time windowed count can count to +#define MAX_TIME_WINDOWED_COUNT 10 ///< Maximum number of counts that a time windowed count can count to /// Enumeration of time-windowed counts. typedef enum TimeWindowedCounts @@ -45,6 +45,7 @@ TIME_WINDOWED_COUNT_BP_COMMUTATION_ERROR, ///< Blood pump commutation error TIME_WINDOWED_COUNT_DIP_COMMUTATION_ERROR, ///< Dialysate inlet pump commutation error TIME_WINDOWED_COUNT_DOP_COMMUTATION_ERROR, ///< Dialysate outlet pump commutation error + TIME_WINDOWED_COUNT_SYRINGE_PUMP_OFF_ERROR, ///< Syringe pump off movement error TIME_WINDOWED_COUNT_BATT_COMM_ERROR, ///< Battery communication error #endif #ifdef _DG_