Index: firmware/App/Controllers/ConductivitySensors.h =================================================================== diff -u -rb8f298547eb578000b3ff3cf55732fda7a689ce0 -rfd89ed3ac616c0ee40e3ffc357d379cb2f4aa12a --- firmware/App/Controllers/ConductivitySensors.h (.../ConductivitySensors.h) (revision b8f298547eb578000b3ff3cf55732fda7a689ce0) +++ firmware/App/Controllers/ConductivitySensors.h (.../ConductivitySensors.h) (revision fd89ed3ac616c0ee40e3ffc357d379cb2f4aa12a) @@ -19,6 +19,7 @@ #define __CONDUCTIVITYSENSORS_H__ #include "DGCommon.h" +#include "NVDataMgmtDGRecords.h" /** * @defgroup ConductivitySensors ConductivitySensors @@ -85,6 +86,8 @@ void checkInletWaterConductivity( void ); +void setCondcutivitySensorCalTable( CONDUCTIVITY_SENSORS_T sensor, CAL_DATA_DG_COND_SENSORS_T calTable ); + F32 getConductivityValue( U32 sensorId ); BOOL testSetConductivityOverride( U32 sensorId, F32 value );