Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r2d37388a2b6651ea4002d6720e933315e0ba7fa3 -r07e0c7bd409782cab96a4ae761ee3f819bdb8639 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 2d37388a2b6651ea4002d6720e933315e0ba7fa3) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 07e0c7bd409782cab96a4ae761ee3f819bdb8639) @@ -89,6 +89,7 @@ ID_Saline = 0x2F00, // 47 ID_Heparin = 0x4D00, // 77 ID_Rinseback = 0x5600, // 86 + ID_Recirculate = 0x5A00, // 90 ID_BloodPrime = 0x5900, // 89 // Alarm Messages @@ -208,7 +209,14 @@ // Recirculate Q_ENUM(Treatment_Recirc_States) Q_ENUM(Requested_Treatment_Recirc_User_Actions) + // Blood Prime + Q_ENUM(Blood_Prime_States) + // Treatment End + Q_ENUM(Treatment_End_States) + Q_ENUM(Requested_Treatment_End_User_Actions) + // Treatment Stop + #include "DGDefs.h" Q_ENUM(DG_Op_Modes) }; @@ -244,7 +252,17 @@ // Recirculate typedef GuiActions::Treatment_Recirc_States GuiRecirculateStates; typedef GuiActions::Requested_Treatment_Recirc_User_Actions GuiRecirculateCommands; + // Blood Prime + typedef GuiActions::Blood_Prime_States GuiBloodPrimeStates; +// typedef GuiActions::Requested_Blood_Prime_User_Actions GuiBloodPrimeCommands; // No user Action defined + // Treatment End + typedef GuiActions::Treatment_End_States GuiTreatmentEndStates; + typedef GuiActions::Requested_Treatment_End_User_Actions GuiTreatmentEndCommands; + // Treatment Stop + typedef GuiActions::Treatment_Stop_States GuiTreatmentStopStates; +// typedef GuiActions::Requested_Treatment_Stop_User_Actions GuiTreatmentStopCommands; // No user Action defined + void registerTypes(); void registerQmlTypes();