Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r481c81493ac2bf73d1d371cabee016ab8ad8d06c -r1c04924590760ca29e1c9fe19bca65ec5ce428fe --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 481c81493ac2bf73d1d371cabee016ab8ad8d06c) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 1c04924590760ca29e1c9fe19bca65ec5ce428fe) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Dara Navaei -* @date (last) 13-Jul-2022 +* @date (last) 03-Aug-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -132,6 +132,9 @@ // MSG_ID_DG_POST_FINAL_TEST_RESULT void handleDGPOSTFinalResult( MESSAGE_T *message ); +// MSG_ID_HD_REQUEST_UI_FINAL_POST_RESULT +BOOL sendUIRequestPOSTFinalResult( void ); + // MSG_ID_UI_POST_FINAL_TEST_RESULT void handleUIPOSTFinalResult( MESSAGE_T *message ); @@ -467,9 +470,6 @@ // MSG_ID_BLOOD_ROTOR_COUNT_OVERRIDE void handleHDBloodPumpRotorCountOverrideRequest( MESSAGE_T *message ); -// MSG_ID_SET_ARTERIAL_PRESSURE_OFFSET -void handleHDSetArterialPressureOffsetRequest( MESSAGE_T *message ); - // MSG_ID_BLOOD_PUMP_MC_MEAS_SPEED_OVERRIDE void handleTestBloodPumpMCMeasuredSpeedOverrideRequest( MESSAGE_T *message );