Index: NVDataMgmtHDRecords.h =================================================================== diff -u -r25f65e8a300e8541f5b772c11c458b659c3cd43e -rdc1d000cbaab94b3649828376325bf23c44671a1 --- NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 25f65e8a300e8541f5b772c11c458b659c3cd43e) +++ NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision dc1d000cbaab94b3649828376325bf23c44671a1) @@ -46,15 +46,15 @@ SW_CONFIG_DISABLE_MOTOR_CURRNT_CHECKS, ///< Software configuration disable motor current checks. SW_CONFIG_DISABLE_PUMP_FLOW_CHECKS, ///< Software configuration disable pump flow checks. SW_CONFIG_DISABLE_PUMP_DIRECTION_CHECKS, ///< Software configuration disable pump direction checks. - SW_CONFIG_DISABLE_PUMP_SPEED_CHECKS, - SW_CONFIG_DISABLE_SYRINGE_PUMP, - SW_CONFIG_ENABLE_SYRINGE_PUMP_CMDS, - SW_CONFIG_DISABLE_SYRINGE_PUMP_ALARMS, - SW_CONFIG_DISABLE_PRESSURE_CHECKS, - SW_CONFIG_DISABLE_ARTERIAL_PRESSURE_CHECK, - SW_CONFIG_DISABLE_VENOUS_PRESSURE_CHECK, - SW_CONFIG_DISABLE_DIALYSATE_TEMP_CHECK, - SW_CONFIG_DISABLE_CALIBRATION_CHECK, + SW_CONFIG_DISABLE_PUMP_SPEED_CHECKS, ///< Software configuration disable pump speed checks. + SW_CONFIG_DISABLE_SYRINGE_PUMP, ///< Software configuration disable syringe pump. + SW_CONFIG_ENABLE_SYRINGE_PUMP_CMDS, ///< Software configuration enable syringe pump commands. + SW_CONFIG_DISABLE_SYRINGE_PUMP_ALARMS, ///< Software configuration disable syringe pump alarms. + SW_CONFIG_DISABLE_PRESSURE_CHECKS, ///< Software configuration disable pressure checks. + SW_CONFIG_DISABLE_ARTERIAL_PRESSURE_CHECK, ///< Software configuration disable arterial pressure check. + SW_CONFIG_DISABLE_VENOUS_PRESSURE_CHECK, ///< Software configuration disable venous pressure check. + SW_CONFIG_DISABLE_DIALYSATE_TEMP_CHECK, ///< Software configuration disable dialysate temperature check. + SW_CONFIG_DISABLE_CALIBRATION_CHECK, ///< Software configuration disable calibration check. SW_CONFIG_ENABLE_ALARM_VOLUME_DEFAULT_LOW, SW_CONFIG_DISABLE_ILLEGAL_AIR_TRAP_ALARM, SW_CONFIG_DISABLE_SELF_TESTS_AIR_BUBBLE_CHECK, @@ -79,6 +79,7 @@ SW_CONFIG_ENABLE_1_MIN_TREATMENT, SW_CONFIG_ENABLE_BLOOD_PUMP_OPEN_LOOP, SW_CONFIG_ENABLE_DIALYSATE_INLET_PUMP_OPEN_LOOP, + SW_CONFIG_DISABLE_SWITCHES_MONITOR, ///< Software configuration disable switches monitor. NUM_OF_SW_CONFIGS ///< Number of software configurations. } SOFTWARE_CONFIG_T; #endif