Index: NVDataMgmtDGRecords.h =================================================================== diff -u -r7ef9ef29dad3efdbd58b63c4f6880bdc2a4135a6 -r389cd05b41c5d095b655b4ae684c3064c9af333a --- NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 7ef9ef29dad3efdbd58b63c4f6880bdc2a4135a6) +++ NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 389cd05b41c5d095b655b4ae684c3064c9af333a) @@ -48,6 +48,7 @@ typedef enum dg_flow_sensors { CAL_DATA_RO_PUMP_FLOW_SENSOR = 0, ///< RO pump flow sensor. + CAL_DATA_DIALYSATE_FLOW_SENSOR, ///< RO pump dialysate flow sensor. NUM_OF_CAL_DATA_FLOW_SENSORS, ///< Number of flow sensors. } CAL_DATA_DG_FLOW_SENSORS_T; @@ -200,7 +201,7 @@ POLYNOMIAL_CAL_PAYLOAD_T flowSensors[ NUM_OF_CAL_DATA_FLOW_SENSORS ]; ///< Flow sensors to calibrate. // NOTE: The reserved space is for 6 sensors. This portion of the struct should be eventually be // reduced, so #define was not used for the size of the array - POLYNOMIAL_CAL_PAYLOAD_T reservedSpace[ 3 ]; ///< Reserved space for future flow sensors. + POLYNOMIAL_CAL_PAYLOAD_T reservedSpace[ 2 ]; ///< Reserved space for future flow sensors. } DG_FLOW_SENSORS_CAL_RECORD_T; /// Load cells calibration structure