Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r01d37b6dbd51a2c55ba9bc565e22a222f5df1017 -r8ddb7d51e6ab02591cb1c5692f62cfdf26ec7866 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 01d37b6dbd51a2c55ba9bc565e22a222f5df1017) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 8ddb7d51e6ab02591cb1c5692f62cfdf26ec7866) @@ -179,6 +179,12 @@ // MSG_ID_DG_SEND_SCHEDULED_RUNS_RECORD BOOL sendDGScheduledRunsRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* scheduledRcrdAddress ); +// MSG_ID_DG_POST_SINGLE_TEST_RESULT +BOOL sendPOSTTestResult( DG_POST_STATE_T test, BOOL passed ); + +// MSG_ID_DG_POST_FINAL_TEST_RESULT +BOOL sendPOSTFinalResult( BOOL passed ); + // *********** public test support message functions ********** #ifdef DEBUG_ENABLED @@ -325,6 +331,9 @@ // MSG_ID_DG_START_STOP_HEAT_DISINFECT BOOL handleStartStopDGHeatDisinfect( MESSAGE_T *message ); +// MSG_ID_UI_DG_SET_RTC_REQUEST +void handleUIClockSyncRequest( MESSAGE_T *message ); + // MSG_ID_DG_SET_CALIBRATION_DATA void handleSetDGCalibrationRecord( MESSAGE_T *message );