Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rb403c7eff4804aed799dd55f6c5e499e516adae5 -rbb23492d17539eb0d1ec14c4f2eb25e2756a6ae1 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision b403c7eff4804aed799dd55f6c5e499e516adae5) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision bb23492d17539eb0d1ec14c4f2eb25e2756a6ae1) @@ -158,6 +158,9 @@ // MSG_ID_DG_RESPONSE_SERVICE_MODE_REQUEST void sendUIServiceModeResponse( BOOL accepted, U32 rejCode ); +// MSG_ID_HD_OP_MODE +BOOL handleSetHDOperationMode( MESSAGE_T *message ); + // *********** public test support message functions ********** // MSG_TESTER_LOG_IN @@ -413,6 +416,9 @@ // MSG_ID_HD_OP_MODE BOOL handleSetHDOperationMode( MESSAGE_T *message ); +// MSG_ID_HD_REQUEST_DG_ALARMS +void handleResendAllAlarmsCommand( MESSAGE_T *message ); + /**@}*/ #endif