Index: NVDataMgmtHDRecords.h =================================================================== diff -u -r66600859e4fb3036f48901aae8c9845f37e3e707 -r25f65e8a300e8541f5b772c11c458b659c3cd43e --- NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 66600859e4fb3036f48901aae8c9845f37e3e707) +++ NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 25f65e8a300e8541f5b772c11c458b659c3cd43e) @@ -39,13 +39,13 @@ /// Software configuration enums typedef enum software_configurations { - SW_CONFIG_DISABLE_ALARM_AUDIO = 0, - SW_CONFIG_DISABLE_AIR_TRAP_LEVELING_ALARM, - SW_CONFIG_DISABLE_ACK_ERRORS, - SW_CONFIG_ENABLE_WORN_OUT_CARTRIDGE, - SW_CONFIG_DISABLE_MOTOR_CURRNT_CHECKS, - SW_CONFIG_DISABLE_PUMP_FLOW_CHECKS, - SW_CONFIG_DISABLE_PUMP_DIRECTION_CHECKS, + SW_CONFIG_DISABLE_ALARM_AUDIO = 0, ///< Software configuration disable alarm audio. + SW_CONFIG_DISABLE_AIR_TRAP_LEVELING_ALARM, ///< Software configuration disable air trap leveling alarm. + SW_CONFIG_DISABLE_ACK_ERRORS, ///< Software configuration disable acknowledge errors. + SW_CONFIG_ENABLE_WORN_OUT_CARTRIDGE, ///< Software configuration enable worn out cartridge. + 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,