Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r53134008481fd775533e8988b7436f2f75e47336 -re58be51c4aa52938af250db3ee579e98de08542c --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 53134008481fd775533e8988b7436f2f75e47336) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision e58be51c4aa52938af250db3ee579e98de08542c) @@ -118,7 +118,7 @@ ID_AdjustBloodDialysateRsp = 0x1800, // 24 ID_AdjustUltrafiltrationStateReq = 0x1000, // 16 - // idAcknowGeneric : the response is the AcknowGeneric with the same msgID + ID_AdjustUltrafiltrationStateRsp = 0x4100, // 65 ID_AdjustUltrafiltrationEditReq = 0x1100, // 17 ID_AdjustUltrafiltrationEditRsp = 0x1300, // 19 @@ -162,6 +162,7 @@ Q_ENUM(HD_Op_Modes) Q_ENUM(UF_Adjustments) Q_ENUM(Treatment_States) + Q_ENUM(UF_Commands) Q_ENUM(UF_States) Q_ENUM(Saline_Bolus_States) @@ -183,6 +184,7 @@ typedef GuiActions::UF_Adjustments GuiUFAdjustment; typedef GuiActions::Treatment_States GuiTreatmentStates; + typedef GuiActions::UF_Commands GuiUFCommands; typedef GuiActions::UF_States GuiUFStates; typedef GuiActions::Saline_Bolus_States GuiSalineStates;