Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r232dc65ad1d642f750547db6c480da534704a2c4 -rc54863854ab063797737c6b3753e00115c0bbd11 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 232dc65ad1d642f750547db6c480da534704a2c4) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision c54863854ab063797737c6b3753e00115c0bbd11) @@ -212,7 +212,7 @@ ID_DDBloodLeakData = 0x6000, // 96 //// ----- TODO: Payload subject to change given FW implementation // FP Data Messages - ID_FPValvesStatesData = 0x3100, // 49 //// ----- @LEAHIZED + ID_FPValvesStatesData = 0x310F, // 49 //// ----- @OBSOLETE. REMOVE? ID_FPROPumpData = 0x3200, // 50 //// ----- @LEAHIZED ID_FPPressuresData = 0x3400, // 52 //// ----- @LEAHIZED ID_FPLevelData = 0x3500, // 53 //// ----- @LEAHIZED @@ -238,7 +238,7 @@ // In-Treatment Adjustables ID_AdjustDurationReq = 0x160F, // 22 //// ----- @CRAPIZED: had to change to avoid duplication - ID_AdjustDurationRsp = 0x1B00, // 27 + ID_AdjustDurationRsp = 0x1B0F, // 27 //// ----- @CRAPIZED: had to change to avoid duplication ID_AdjustBloodDialysateReq = 0x1700, // 23 ID_AdjustBloodDialysateRsp = 0x1800, // 24 @@ -414,7 +414,6 @@ Q_ENUM(DD_Valves) #include "FPDefs.h" - Q_ENUM(FP_Valves) }; // to be able to use the enum as signal/slot parameter @@ -490,9 +489,6 @@ // DD Valves typedef GuiActions::DD_Valves GuiDDValves; - // FP Valves - typedef GuiActions::FP_Valves GuiFPValves; - typedef QMap GuiStringIndexMap; typedef QPair GuiStringIndexMapItem; typedef QMapIterator GuiStringIndexMapIterator; @@ -533,4 +529,4 @@ void registerQmlTypes(); bool startGui(); -} + }