Index: sources/gui/guiglobals.h =================================================================== diff -u -rb798668f16ad0967ab97e96f5f9a2cdd821e899f -rcbea4224ad67eecc2e7c4c66df9a7db711c72832 --- sources/gui/guiglobals.h (.../guiglobals.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) +++ sources/gui/guiglobals.h (.../guiglobals.h) (revision cbea4224ad67eecc2e7c4c66df9a7db711c72832) @@ -52,22 +52,41 @@ AlarmStatus = 0x0200, AlarmTriggered = 0x0300, AlarmCleared = 0x0400, + AlarmSilenceReq = 0x2F00, // 47 - Not implemented yet on FW side + AlarmSilenceRsp = 0x3000, // 48 - Not implemented yet on FW side + LoadCellReadings = 0x0C00, + PressureOcclusion = 0x0900, + TemperatureSensors = 0x2D00, // 45 + AdjustBloodDialysateReq = 0x1700, // 23 AdjustBloodDialysateRsp = 0x1800, // 24 + AdjustUltrafiltrationStateReq = 0x1000, // 16 + // AcknowGeneric : the response is the AcknowGeneric with the same msgID + + AdjustUltrafiltrationEditReq = 0x1100, // 17 + AdjustUltrafiltrationEditRsp = 0x1300, // 19 + + AdjustUltrafiltrationConfirmReq = 0x1500, // 21 + AdjustUltrafiltrationConfirmRsp = 0x2E00, // 46 + AdjustDurationReq = 0x1600, // 22 AdjustDurationRsp = 0x1B00, // 27 TreatmentRanges = 0x1A00, // 26 TreatmentState = 0x0F00, // 15 + CanBUSFaultCount = 0x9909, + String = 0xFFFE, Acknow = 0xFFFF, + AcknowGeneric = 0x0000, //< Generic Acknowledgment is not a unique message ID and inherits its Id from the actual message. Zero is a placeholder + }; enum class GuiActionsData_Enum /*: quint8 QML doesn't support*/ { @@ -76,7 +95,7 @@ Command = 0x00, // HD=>UI : should be handled in receive Request = 0x00, // UI=>HD : should be handled in transmit - // Power-Off Data // UI=>HD : should be handled in transmit + // UI=>HD : should be handled in transmit Accepted = 0x01, Rejected = 0x02,