Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r32a7b4d52315019d125c6c7b728bf0d215919c0f -rb190a193362712204c557e7602b3f49122c280c2 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 32a7b4d52315019d125c6c7b728bf0d215919c0f) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision b190a193362712204c557e7602b3f49122c280c2) @@ -139,7 +139,7 @@ ID_Heparin = 0x8C00, // 140 ID_Rinseback = 0x8F00, // 143 //// ----- @LEAHIZED ID_Recirculate = 0x5A00, // 90 - ID_BloodPrime = 0x5900, // 89 + ID_BloodPrime = 0x9700, // 151 ID_TreatmentStop = 0x4900, // 73 ID_Vitals = 0x6500, // 101 @@ -236,6 +236,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 @@ -475,6 +479,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;