Index: NVDataMgmtDGRecords.h =================================================================== diff -u -rff0f72c6ed19d5b475cde4cb14c021dc1c550e18 -racf23cc2f7d60625777583d890f0f1c936e7c3bf --- NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision ff0f72c6ed19d5b475cde4cb14c021dc1c550e18) +++ NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision acf23cc2f7d60625777583d890f0f1c936e7c3bf) @@ -37,7 +37,16 @@ /// DG available NV data to get typedef enum dg_nv_commands { - GET_CAL_LOAD_CELL_SENSORS = 0, ///< Get load cell sensors calibration data. + GET_CAL_PRESSURE_SENOSRS = 0, ///< Get pressure sensors calibration data. + GET_CAL_LOAD_CELL_SENSORS, ///< Get load cell sensors calibration data. + GET_CAL_FLOW_SENSORS, ///< Get flow sensors calibration data. + GET_CAL_ACID_CONCENTREATES, ///< Get acid concentrates calibration data. + GET_CAL_BICARB_CONCENTRATES, ///< Get bicarb concentrates calibration data. + GET_INF_HEATERS_RECORD, ///< Get heaters information form the the last run. + GET_MFG_RECORD, ///< Get manufacturing record. + GET_SYS_RECORD, ///< Get system record. + GET_SRV_RECORD, ///< Get service record. + GET_SRR_RECORD, ///< Get scheduled runs record. NUM_OF_NV_DG_DATA ///< Number of non-volatile data. } NV_DATA_T; @@ -359,7 +368,7 @@ F32 accelZOffset; ///< DG accelerometer Z axis offset. U32 calibrationTime; ///< Calibration time. U16 crc; ///< CRC for the DG accelerometer sensor. -} DG_ACCELEROMETER_SENSOR_CAL_RECORD_T; +} DG_ACCEL_SENSOR_CAL_RECORD_T; /// DG systems record structure typedef struct