Index: NVDataMgmtHDRecords.h =================================================================== diff -u -r120b9dd0fe220c2490e495bc0cfd07b3641649d8 -r5219e494ba9ca763d3897acb4f74cb146ed623ce --- NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 120b9dd0fe220c2490e495bc0cfd07b3641649d8) +++ NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 5219e494ba9ca763d3897acb4f74cb146ed623ce) @@ -8,7 +8,7 @@ * @file NVDataMgmtHDRecords.h * * @author (last) Dara Navaei -* @date (last) 25-Feb-2022 +* @date (last) 13-Jul-2022 * * @author (original) Dara Navaei * @date (original) 13-Feb-2021 @@ -81,6 +81,7 @@ 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. NUM_OF_SW_CONFIGS ///< Number of software configurations. } SOFTWARE_CONFIG_T; #endif @@ -211,7 +212,9 @@ /// HD heparin force sensor calibration record typedef struct { - POLYNOMIAL_CAL_PAYLOAD_T hdHeparinForceSensor; ///< HD heparin force sensor calibration data. + F32 hdHeparinForceSensorDACVoltage; ///< HD heparin force sensor calibration data. + U32 calibrationTime; ///< Calibration time. + U16 crc; ///< CRC for the HD heparin pump calibration payload. } HD_HEPARIN_FORCE_SENSOR_CAL_RECORD_T; /// HD accelerometer sensor calibration record