Index: NVDataMgmtHDRecords.h =================================================================== diff -u -r77b29084a85f241dd6c83ef838e076bac666b11c -ra5ba573ba517926bb1dc49f42b0284cef69d613d --- NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 77b29084a85f241dd6c83ef838e076bac666b11c) +++ NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision a5ba573ba517926bb1dc49f42b0284cef69d613d) @@ -8,7 +8,7 @@ * @file NVDataMgmtHDRecords.h * * @author (last) Dara Navaei -* @date (last) 04-Aug-2022 +* @date (last) 03-Nov-2022 * * @author (original) Dara Navaei * @date (original) 13-Feb-2021 @@ -81,8 +81,8 @@ SW_CONFIG_ENABLE_DIALYSATE_INLET_PUMP_OPEN_LOOP, ///< Software configuration enable dialysate inlet pump open loop. SW_CONFIG_DISABLE_SWITCHES_MONITOR, ///< Software configuration disable switches monitor. SW_CONFIG_ENABLE_VBA_SPECIAL_POSITION_C, ///< Software configuration enable VBA special position C. - SW_CONFIG_ENABLE_V3_SYSTEM, ///< Software configuration enable V3 system. SW_CONFIG_DISABLE_SERVICE_AND_DISINFECT_CHECK, ///< Software configuration disable service and disinfect checks. + SW_CONFIG_DISABLE_AIR_PUMP, NUM_OF_SW_CONFIGS ///< Number of software configurations. } SOFTWARE_CONFIG_T; #endif @@ -100,6 +100,7 @@ GET_CAL_VALVES, ///< Get valves calibration data. GET_SYS_RECORD, ///< Get system record data. GET_SRV_RECORD, ///< Get service record data. + GET_USAGE_RECORD, ///< Get usage record. NUM_OF_NV_HD_DATA ///< Number of non-volatile data. } NV_DATA_T;