Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rc7ea3969643ead419cbfcd34c3cb203c45bcad71 -rfe738f3cd0fb9a3ab1ea52e202543ab7bde56825 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision c7ea3969643ead419cbfcd34c3cb203c45bcad71) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision fe738f3cd0fb9a3ab1ea52e202543ab7bde56825) @@ -488,6 +488,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