Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r8b73263b38f449dacc0795c67a7cf6240cb79026 -r1c04924590760ca29e1c9fe19bca65ec5ce428fe --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 8b73263b38f449dacc0795c67a7cf6240cb79026) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 1c04924590760ca29e1c9fe19bca65ec5ce428fe) @@ -395,6 +395,15 @@ // MSG_ID_DG_START_STOP_CHEM_DISINFECT BOOL sendDGStartChemicalDisinfectModeCommand( BOOL start ); +// MSG_ID_HD_RESPONSE_SERVICE_MODE_REQUEST +void sendUIServiceModeResponse( BOOL accepted, U32 rejCode ); + +// MSG_ID_HD_REQUEST_DG_SERVICE_MODE +BOOL sendDGServiceModeRequest( void ); + +// MSG_ID_UI_REQUEST_SERVICE_MODE +void handleUIServiceModeRequest( MESSAGE_T *message ); + // MSG_ID_ALARM_STATUS BOOL broadcastAlarmStatus( COMP_ALARM_STATUS_T almStatus ); @@ -422,9 +431,6 @@ // MSG_ID_HD_SET_SW_CONFIG_RECORD void handleSetHDSoftwareConfigRecord( MESSAGE_T *message ); -// MSG_ID_UI_REQUEST_SERVICE_MODE -void handleUIServiceModeRequest( MESSAGE_T *message ); -void sendUIServiceModeResponse( BOOL accepted, U32 rejCode ); #ifdef EMC_TEST_BUILD // MSG_ID_CAN_ERROR_COUNT