Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r2d0bacfbe1b70055247eb40743405a5f9acb15e3 -r13e65c3d271d503c2e2e2f1f20736652c470f8cc --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 2d0bacfbe1b70055247eb40743405a5f9acb15e3) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 13e65c3d271d503c2e2e2f1f20736652c470f8cc) @@ -78,6 +78,10 @@ ID_DGCheckIn = 0x0600, ID_KeepAlive = 0x0700, + // Generic Confirmation + ID_DuetConfirmHDi = 0xBA00, // 186 + ID_DuetConfirmUIr = 0xBB00, // 187 + // POST ID_HDPostSingleResultData = 0x8E00, // 142 ID_HDPostFinalResultData = 0x8F00, // 143 @@ -299,6 +303,10 @@ Q_ENUM(Request_Reject_Reasons) #include "HDDefs.h" + // Confirm + Q_ENUM(Generic_Confirm_Id) + Q_ENUM(Generic_Confirm_Command) + // Q_ENUM(HD_POST_States) Q_ENUM(HD_Op_Modes) Q_ENUM(HD_Standby_States) @@ -325,6 +333,8 @@ // Treatment End Q_ENUM(Treatment_End_States) Q_ENUM(Requested_Treatment_End_User_Actions) + // Treatment Stop + Q_ENUM(Treatment_Stop_States) // Pre-Treatment SubMode Q_ENUM(HD_Pre_Treatment_Mode_States) // Pre-Treatment Water Sample @@ -340,6 +350,9 @@ Q_ENUM(HD_Pre_Treatment_Prime_States) // Pre-Treatment Recirculate Q_ENUM(HD_Pre_Treatment_Recirc_States) + // Post-Treatment SubMode + Q_ENUM(HD_Post_Treatment_Mode_States) + // Disinfection #include "DGDefs.h" @@ -362,6 +375,9 @@ typedef GuiActions::Alarm_Data_Types GuiAlarmDataTypes; typedef GuiActions::Request_Reject_Reasons GuiRequestReasons; + // confirm + typedef GuiActions::Generic_Confirm_Id GuiConfirmId; + typedef GuiActions::Generic_Confirm_Command GuiConfirmCommand; // POST typedef GuiActions::HD_POST_States GuiHDPOSTStates; typedef GuiActions::DG_POST_States GuiDGPOSTStates;