Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rb487406fcff8f9d282e3ce08f559916095605f3a -radeea598350354a833fff375526b888d0e6b6d48 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision b487406fcff8f9d282e3ce08f559916095605f3a) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision adeea598350354a833fff375526b888d0e6b6d48) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2022 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file SystemCommMessages.h * -* @author (last) Sean Nash -* @date (last) 12-Nov-2021 +* @author (last) Dara Navaei +* @date (last) 21-Dec-2021 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -359,6 +359,12 @@ // MSG_ID_DG_FAN_RPM_ALARM_START_TIME_OFFSET_OVERRIDE void handleTestFansRPMAlarmStartTimeOffsetOverrideRequest( 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