Index: NVDataMgmt.h =================================================================== diff -u -r299edeca9155ebc1c7ceeeee8cfc01ee22915557 -r2f7355279ef1d1330623472538a4ff2150a929ad --- NVDataMgmt.h (.../NVDataMgmt.h) (revision 299edeca9155ebc1c7ceeeee8cfc01ee22915557) +++ NVDataMgmt.h (.../NVDataMgmt.h) (revision 2f7355279ef1d1330623472538a4ff2150a929ad) @@ -59,6 +59,7 @@ { F32 occSensorOffset; F32 tempSensorOffset; + char calibrationDate [ MAX_DATE_CHARACTERS ]; } CALIBRATION_DATA_T; typedef struct get_data @@ -82,6 +83,10 @@ void getCalibrationData ( U08* buffer ); +BOOL setServiceDate ( SERVICE_DATA_T data ); // TODO ADD TO AE + +void getServiceDate ( U08* buffer ); // TODO ADD TO AE + BOOL setTreatmentTime ( U32 mins ); U32 getTreatmentTime ( void ); @@ -90,7 +95,7 @@ U32 getWaterConsumption ( void ); -BOOL writeLogData ( U08* data ); +BOOL writeLogData ( U08* data, U32 length ); BOOL readLogData ( READ_DATA_T* buffer, U32 length );