Index: NVDataMgmt.h =================================================================== diff -u -r7ff7e715f7a15da5f4055b33e186d58cf96fe909 -r9e272cee788f7b0558d19973457856279f3605ea --- NVDataMgmt.h (.../NVDataMgmt.h) (revision 7ff7e715f7a15da5f4055b33e186d58cf96fe909) +++ NVDataMgmt.h (.../NVDataMgmt.h) (revision 9e272cee788f7b0558d19973457856279f3605ea) @@ -125,35 +125,28 @@ SELF_TEST_STATUS_T execNVDataMgmtSelfTest ( void ); BOOL setBootloaderFlag ( U32 flag ); - U32 getBootloaderFlag ( void ); BOOL setMfgData ( MFG_DATA_T data ); - BOOL getMfgData ( MFG_DATA_T* buffer ); BOOL setCalibrationData ( CALIBRATION_DATA_T data ); - BOOL getCalibrationData ( CALIBRATION_DATA_T* buffer ); +BOOL testResetCalibrationData( U32 key ); BOOL setServiceDate ( SERVICE_DATA_T data ); - BOOL getServiceDate ( SERVICE_DATA_T* buffer ); BOOL setTreatmentTime ( U32 hours ); - U32 getTreatmentTime ( void ); BOOL setWaterConsumption ( U32 liters ); - U32 getWaterConsumption ( void ); BOOL setDisinfectionDate ( DISINFECTION_DATE_T date ); - BOOL getDisinfectionDate ( DISINFECTION_DATE_T* buffer ); BOOL writeLogData ( LOG_DATA_T* data ); - BOOL readLogData ( READ_DATA_T* buffer, U32 length ); /**@}*/