Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r88563177f10f20ced98750b2e40036201728131d -r506a9e3db1a20bda1685e38c5e9041005c9a4a4f --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 88563177f10f20ced98750b2e40036201728131d) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 506a9e3db1a20bda1685e38c5e9041005c9a4a4f) @@ -75,6 +75,18 @@ ID_DGCheckIn = 0x0600, ID_KeepAlive = 0x0700, + // ----- Settings + // Version + ID_AdjustVersionsReq = 0x1C00, // 28 + ID_AdjustHDVersionsRsp = 0x1D00, // 29 + ID_AdjustDGVersionsRsp = 0x1E00, // 30 + + // RTC + ID_AdjustHDDateTimeReq = 0x6D00, // 109 + ID_AdjustHDDateTimeRsp = 0x6E00, // 110 + ID_AdjustDGDateTimeReq = 0x6F00, // 111 + ID_AdjustDGDateTimeRsp = 0x7000, // 112 + // HD State Messages ID_HDOperationModeData = 0x2500, // 37 ID_PreTreatmentStates = 0x5C00, // 92 @@ -206,12 +218,6 @@ ID_AdjustTreatmentLogReq = 0x7500, // 117 ID_AdjustTreatmentLogRsp = 0x7600, // 118 - // Independent Bidirectional - ID_AdjustVersionsReq = 0x1C00, // 28 - ID_AdjustHDVersionsRsp = 0x1D00, // 29 - ID_AdjustDGVersionsRsp = 0x1E00, // 30 - - }; enum class GuiActionsData_Enum /*: quint8 QML doesn't support*/ {