Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r3325bb3ddb5961167139a9db37b7098083b7b83d -rd4f40c48a728c866c24bf44a59ff8ddd1e244ca1 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 3325bb3ddb5961167139a9db37b7098083b7b83d) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision d4f40c48a728c866c24bf44a59ff8ddd1e244ca1) @@ -506,6 +506,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