MessageInterpreter.cpp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 619 more files in changeset.
DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Made the unhandled log only dynamic with symbol _L

  1. … 4 more files in changeset.
UI-DEN-12031_Leahi/Features/Den 12031 UI AM Models Nested Ifs
UI-DEN-12031_Leahi/Features/Den 12031 UI AM Models Nested Ifs
DEN-12031: Models nested ifs : Changed some more model source files

Updated all model-source files

  1. … 58 more files in changeset.
RESOLVED

RESOLVED

DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Added a ; at the end of the Q_UNUSED macro

DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Addressed the code review comment by using Q_UNUSED macro

Done

Done

Please modify the following line: QVariantList tempForConsuming = vData; // To consume vData to the: Q_UNUSED(vData); // or (void)vData; please use the former to be consistent wit...

Please modify the following line:

    QVariantList tempForConsuming = vData; // To consume vData

to the:

    Q_UNUSED(vData);
    // or
    (void)vData;

please use the former to be consistent with Qt coding standard.

DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Added BYPASS_TO_UNHANDLED #define to support Leahi preliminary logging.

UI-LEAH-1956_Leahi/Features/Leah 1956 UI Messaging Leahi UI Messaging Support
UI-LEAH-1956_Leahi/Features/Leah 1956 UI Messaging Leahi UI Messaging Support
UI-DEN-SUNRISE
UI-DEN-SUNRISE
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 31 more files in changeset.
UI-DEN-16899_Release/Stagingmerge Den 16899 UI BN R13 Build
UI-DEN-16899_Release/Stagingmerge Den 16899 UI BN R13 Build
DEN-16851: New Alarm for Increased Occlusion Sensitivity - Added the following fields to mssage 0x0009: arterial long filter, venous long filter, blood pump occl long filter, partial occl base line

DEN-16204: UI: FW: Pure Water mode turning on intermittently.

- Added a new payload to send the current firmware value with the response to a set from UI

- Changed the RO only mode code to not flip the UI RO only status if the firmware rejected the set value and just get the status in the firmware

DEN-16862: Add a command to reset HD during UI software install

- Added a command to request an HD reset during the UI software and while HD is in service mode.

DEN-16864: UI Bloodflow message is incomplete

- Updated the payload of the following messages: 0x002C, 0x0005, 0x0008, 0x006C.

DEN-16204: UI: FW: Pure Water mode turning on intermittently

- Changed the order of the UI response message from firmware so the accept is always the first field.

DEN-16204: UI: FW: Pure Water mode turning on intermittently

- Addressed the code review comments.

  1. … 30 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 31 more files in changeset.
RESOLVED

RESOLVED