Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r936acbb405970a406c8b1f557ea727e7cbf74c94 -rbb114842e73659f097bb8b8ec0d670bfa4f8cb73 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 936acbb405970a406c8b1f557ea727e7cbf74c94) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision bb114842e73659f097bb8b8ec0d670bfa4f8cb73) @@ -92,11 +92,11 @@ // MSG_ID_DG_RESERVOIR_DATA: void handleDGReservoirData( MESSAGE_T *message ); -// MSG_ID_UI_START_TREATMENT -void handleUIStartTreatmentMsg( MESSAGE_T *message ); +// MSG_ID_UI_INITIATE_TREATMENT_REQUEST +void handleInitiateTreatmentRequest( MESSAGE_T *message ); -// MSG_ID_HD_START_TREATMENT_RESPONSE -BOOL sendTreatmentStartResponseMsg( BOOL accepted, U32 reason ); +// MSG_ID_UI_INITIATE_TREATMENT_RESPONSE +BOOL sendInitiateTreatmentResponseMsg( BOOL accepted, U32 reason ); // MSG_ID_UI_NEW_TREATMENT_PARAMS void handleTreatmentParametersFromUI( MESSAGE_T *message ); @@ -191,6 +191,12 @@ // MSG_ID_HD_PATIENT_CONNECTION_CONFIRM_RESPONSE BOOL sendPatientConnectionConfirmCmdResponse( BOOL accepted, U32 reason ); +// MSG_ID_UI_START_TREATMENT_REQUEST +void handleStartTreatmentRequest( MESSAGE_T *message ); + +// MSG_ID_HD_START_TREATMENT_RESPONSE +BOOL sendStartTreatmentResponse( BOOL accepted, U32 reason ); + // *********** public DG command functions ********** // MSG_ID_SET_DG_DIALYSATE_TEMP_TARGETS