Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r22176ce95e49213c48454f34ddf5d29b8109f2cb -r0f6b35ef8da4d30793a181750d0a6d5898118120 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 22176ce95e49213c48454f34ddf5d29b8109f2cb) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 0f6b35ef8da4d30793a181750d0a6d5898118120) @@ -152,6 +152,9 @@ // MSG_ID_DG_SCHEDULED_RUNS_INFO void handleDGScheduledRunsRequest( MESSAGE_T *message ); +// MSG_ID_HD_OP_MODE +BOOL handleSetHDOperationMode( MESSAGE_T *message ); + // *********** public test support message functions ********** // MSG_TESTER_LOG_IN @@ -386,8 +389,8 @@ // MSG_ID_DG_SET_USAGE_INFO_RECORD void handleSetDGUsageInfoRecord( MESSAGE_T *message ); -// MSG_ID_HD_OP_MODE -BOOL handleSetHDOperationMode( MESSAGE_T *message ); +// MSG_ID_HD_REQUEST_DG_ALARMS +void handleResendAllAlarmsCommand( MESSAGE_T *message ); /**@}*/