Index: NVDataMgmtHDRecords.h =================================================================== diff -u -r9f22758aaf8f88b6b416c127425bfb87c9962f2c -r7c9f9588d709e4b394b05499224bfafe5abefdf9 --- NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 9f22758aaf8f88b6b416c127425bfb87c9962f2c) +++ NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 7c9f9588d709e4b394b05499224bfafe5abefdf9) @@ -57,6 +57,14 @@ SW_CONFIG_DISABLE_BATTERY_COMMUNICATION, SW_CONFIG_DISABLE_AIR_BUBBLE_CHECK, SW_CONFIG_DISABLE_OCCLUSION_SELF_TEST, + SW_CONFIG_DISABLE_BLOOD_LEAK_SELF_TEST, + SW_CONFIG_DISABLE_BLOOD_LEAK_ALARM, + SW_CONFIG_DISABLE_UI_INTERACTION, + SW_CONFIG_DISABLE_SAMPLE_WATER, + SW_CONFIG_DISABLE_CONSUMABLES_TESTS, + SW_CONFIG_DISABLE_DRY_SELF_TESTS, + SW_CONFIG_DISABLE_PRIMING, + SW_CONFIG_DISABLE_WE_SELF_TEST, NUM_OF_SW_CONFIGS ///< Number of software configurations. } SOFTWARE_CONFIG_T; @@ -66,6 +74,9 @@ GET_CAL_BLOOD_LEAK_SENSOR = 0, ///< Get blood leak sensor calibration data. GET_CAL_TEMPERATURE_SESNORS, ///< Get temperature sensors calibration data. GET_CAL_ACCEL_SENSORS, ///< Get accelerometers calibration data. + GET_CAL_HEPARIN_FORCE_SENSOR, ///< Get heparin force sensor calibration data. + GET_SYS_RECORD, ///< Get system record data. + GET_SRV_RECORD, ///< Get service record data. NUM_OF_NV_HD_DATA ///< Number of non-volatile data. } NV_DATA_T;