Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rdef06013312d270b1704787a4473caf5612dd6ac -r59357d3831aa60f17ccdfbe0eef1a005935b9a58 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision def06013312d270b1704787a4473caf5612dd6ac) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 59357d3831aa60f17ccdfbe0eef1a005935b9a58) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Dara Navaei -* @date (last) 17-Apr-2023 +* @date (last) 20-May-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -396,11 +396,13 @@ // MSG_ID_DG_FANS_DUTY_CYCLE_OVERRIDE void handleSetFansDutyCycleOverrideRequest( MESSAGE_T *message ); +#ifndef _RELEASE_ // 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 // MSG_ID_DG_HD_COMMUNICATION_STATUS void handleTestHDCommunicationStatusOverrideRequest( MESSAGE_T *message ); @@ -488,6 +490,15 @@ // MSG_ID_DG_DIALIN_CHECK_IN void handleTestDGDialinCheckIn( MESSAGE_T* message ); +// MSG_ID_DG_GET_LOAD_CELLS_TARE_VALUES +void handleTestDGGetLoadCellsTareValues( MESSAGE_T* message ); + +// MSG_ID_DG_SET_LOAD_CELLS_TARE_VALUES +void handleTestDGSetLoadCellsTareValues( MESSAGE_T* message ); + +// MSG_ID_DG_SET_COND_SENSOR_CAL_TABLE +void handleTestDGSetConductivitySensorCalTable( MESSAGE_T* message ); + /**@}*/ #endif