Index: NVDataMgmtDGRecords.h =================================================================== diff -u -r44b429fffff5f634b1cd86f7706a5ba2f92f9c95 -r33643a3ab1bcec2cd9b71e2977cb7c40750229c0 --- NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 44b429fffff5f634b1cd86f7706a5ba2f92f9c95) +++ NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 33643a3ab1bcec2cd9b71e2977cb7c40750229c0) @@ -38,13 +38,27 @@ /// Software configuration enums typedef enum software_configurations { - SW_CONFIG_DISABLE_HEATERS_MONITOR = 0, ///< Software configuration disable heaters monitor. - SW_CONFIG_ENABLE_THD_USING_TRO_CONNECTOR, ///< Software configuration THD using TRO temperature sensor. + SW_CONFIG_DISABLE_HEATERS_AND_TEMPS = 0, + SW_CONFIG_DISABLE_ACCELS, SW_CONFIG_DISABLE_CAL_CHECK, ///< Software configuration disable calibration check. - SW_CONFIG_ALARMS_DEBUG, ///< Software configuration alarms debug. + SW_CONFIG_DISABLE_HEATERS_MONITOR, ///< Software configuration disable heaters monitor. + SW_CONFIG_DISBALE_DRAIN_PUMP_MONITOR, SW_CONFIG_DISABLE_RO_PUMP_MONITOR, ///< Software configuration disable RO pump monitor. SW_CONFIG_DISABLE_RO_RATIO_CHECK, ///< Software configuration disable RO ratio check SW_CONFIG_DISABLE_COND_SENSOR_CHECK, ///< Software configuration disable conductivity sensor check. + SW_CONFIG_DISBALE_WATER_QAULITY_CHECK, + SW_CONFIG_DISBALE_FLOW_LOAD_CELL_CHECK_IN_FILL, + SW_CONFIG_DISABLE_HEATERS_EFFICIENCY, + SW_CONFIG_DISBALE_DISINFECT_CONDUCTIVITY_CHECK, + SW_CONFIG_DISABLE_CAPS_MONITOR, + SW_CONFIG_DISBALE_UV_REACTORS, + SW_CONFIG_DISABLE_ACID_ALARMS, + SW_CONFIG_DISABLE_BICARB_ALARMS, + SW_CONFIG_DISABLE_EMPTY_BOTTLES_ALARM, + SW_CONFIG_DISABLE_BICARB_CONDUCTIVITY_TEST, + SW_CONFIG_DISABLE_ACID_CONDUCTIVITY_TEST, + SW_CONFIG_DISABLE_DIALYSATE_CHECK, + SW_CONFIG_DISABLE_MIXING_IN_FILL, NUM_OF_SW_CONFIGS ///< Number of software configurations. } SOFTWARE_CONFIG_T; #endif