Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r025612ad77fe630889a364586de54bffe5262d56 -rcc8b9ddb9905161ddb0dc2af6bfbf863408669c8 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 025612ad77fe630889a364586de54bffe5262d56) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision cc8b9ddb9905161ddb0dc2af6bfbf863408669c8) @@ -140,6 +140,9 @@ // MSG_ID_DG_POST_FINAL_TEST_RESULT BOOL sendPOSTFinalResult( BOOL passed ); +// MSG_ID_DG_SEND_SW_CONFIG_RECORD +BOOL sendDGSWConfigRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* swRcrdAddress ); + // *********** public test support message functions ********** // MSG_TESTER_LOG_IN @@ -353,6 +356,15 @@ // MSG_ID_DG_FAN_RPM_ALARM_START_TIME_OFFSET_OVERRIDE void handleTestFansRPMAlarmStartTimeOffsetOverrideRequest( MESSAGE_T *message ); +// MSG_ID_DG_FANS_DUTY_CYCLE_OVERRIDE +void handleSetFansDutyCycleOverrideRequest( MESSAGE_T *message ); + +// MSG_ID_DG_GET_SW_CONFIG_RECORD +void handleGetDGSoftwareConfigRecord( MESSAGE_T *message ); + +// MSG_ID_DG_SET_SW_CONFIG_RECORD +void handleSetDGSoftwareConfigRecord( MESSAGE_T *message ); + /**@}*/ #endif