Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rc52bfbc3f41fecde11bbec3eb71dc812154fc760 -rfc12876da6930c955864352182aee2076513a1cc --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision c52bfbc3f41fecde11bbec3eb71dc812154fc760) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision fc12876da6930c955864352182aee2076513a1cc) @@ -29,7 +29,8 @@ #include "Dialysis.h" #include "FluidLeak.h" #include "HDCommon.h" -#include "Prime.h" +#include "Prime.h" +#include "ModeInitPOST.h" #include "ModePostTreat.h" #include "ModePreTreat.h" #include "ModeTreatment.h" @@ -66,6 +67,9 @@ // MSG_ID_REQUEST_FW_VERSIONS void handleFWVersionRequest( MESSAGE_T *message ); +// MSG_ID_DG_VERSION +void handleDGVersionResponse( MESSAGE_T *message ); + // MSG_ID_OFF_BUTTON_PRESS BOOL sendOffButtonMsgToUI( U08 cmd ); void handleOffButtonConfirmMsgFromUI( MESSAGE_T *message ); @@ -164,8 +168,8 @@ BOOL sendTreatmentParamsRangesToUI( U32 minTime, U32 maxTime, F32 minUFVol, F32 maxUFVol, U32 minDialRate, U32 maxDialRate ); // MSG_ID_USER_BLOOD_DIAL_RATE_CHANGE_REQUEST -void handleChangeBloodDialysateRateChangeRequest( MESSAGE_T *message ); - +void handleChangeBloodDialysateRateChangeRequest( MESSAGE_T *message ); + // MSG_ID_USER_SALINE_BOLUS_REQUEST void handleSalineBolusRequest( MESSAGE_T *message );