Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r5b83234771fac143552fa8106027d0ed8730c4d5 -rd9993ef9458e1c25abc86a63d4d10b666ff8cd2c --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 5b83234771fac143552fa8106027d0ed8730c4d5) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision d9993ef9458e1c25abc86a63d4d10b666ff8cd2c) @@ -237,6 +237,10 @@ ID_TDTemperatureData = 0x5300, // 83 //// ----- TODO: Payload subject to change given FW implementation ID_TreatmentParametersSetPointData = 0x4F00, // 79 //// ----- @LEAHIZED + // Blood Prime + ID_AdjustBloodPrimeReq = 0x9800, // 152 + ID_AdjustBloodPrimeRsp = 0x9900, // 153 + // In-Treatment Adjustables ID_AdjustPressuresLimitsReq = 0x7200, // 114 //// ----- @LEAHIZED ID_AdjustPressuresLimitsRsp = 0x7300, // 115 //// ----- @LEAHIZED @@ -485,6 +489,7 @@ typedef GuiActions::Requested_Treatment_Recirc_User_Actions GuiRecirculateCommands; // Blood Prime typedef GuiActions::Blood_Prime_States GuiBloodPrimeStates; + typedef GuiActions::Requested_Blood_Prime_User_Actions GuiBloodPrimeCommands; // Treatment End typedef GuiActions::Treatment_End_States GuiTreatmentEndStates; typedef GuiActions::Requested_Treatment_End_User_Actions GuiTreatmentEndCommands;