sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated MAlarmMapping.cpp

Adding the Acknowledge initialize log

DEN-9897: Recirculate confirm button click doesn't do anything.

- After rinseback completes during treatment, UI does not provide option to go back to treatment after RECONNECT

- It has been fixed to send message 84.1 for the confirm

    • -2
    • +12
    ./gui/qml/pages/settings/SettingsStack.qml
  1. … 4 more files in changeset.
DEN-9418: Code Review 0

- Cherry picked the code review updated from post branch

- Correcting the message IDs enum comments.

    • -1
    • +0
    ./gui/qml/components/DebugDataColumn.qml
    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
DEN-9418: Code Review 0

- Cherry picked the code review updated from post branch

- Function comments.

- Removed unused BLE alarm from alarm generator.

  1. … 2 more files in changeset.
DEN-9707: BP/HR empty measurement display does not match PRS

- alarm mapping update.

- post code review applied here.

    • -12
    • +14
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 3 more files in changeset.
DEN-9418: Code Review 0

- DEN-9707: BP/HR empty measurement display does not match PRS

- Updated Alarms Mapping

  1. … 3 more files in changeset.
DEN-9418: Code Review 0

  1. … 2 more files in changeset.
DEN-9418: Code Review 0

    • -14
    • +29
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 4 more files in changeset.
DEN-9418: Code Review 0

    • -1
    • +0
    ./gui/qml/components/DebugDataColumn.qml
    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 1 more file in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

DEN-9614: Meetings & Support - General Support

- Trying to have a first run after a while on the unit tests.

  1. … 1 more file in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

DEN-9649: Implementation - Yocto configuration

- Addressed some frequent code review comments

- Fixed the UI POST AlarmTriggered message

- Added the deleteLater for the QQuickViewer pointer _viewer.

  1. … 100 more files in changeset.
DEN-9649: Implementation - Yocto configuration

- Testing the BT in the build withing terminal

- Addressing the code review of older stories {

- UI-DEN-8705-1 [http://dvm-linux02:8060/cru/UI-DEN-8705-1#c10418]

}

  1. … 2 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

DEN-9614: Meetings & Support - General Support

Bug_Fixes :

- Fixed the issue in the log having null characters in the version message

- Fixing the issue with the bottom main menu not showing up after navigating back and forth from home screen.

- Removed the touchable property from the Treatment Review screen items.

New_Features :

-

Known_Bugs :

- N/A [Initial push]

Changes :

- Adding the acknowledge directly sending to the DG device by UI.

  1. … 3 more files in changeset.
DEN-9416: Implementations

- Added a newly added parameter of the BloodPrime (Safety Vol).

- UI POST is done.

- Out of 10 tests

1 - CANBus

2 - Touch Screen

3 - SD-Card

4 - RTC

tests are done.

- The

5 - File System integrity

will be done as part of CyberSecurity.

- The

6 - Bluetooth

will be added when the feature itself added to the application.

- The

7 - WiFi

is in progress and having issue correctly detect it.

- Some tests are listed to be added later in case required, like

8 - Display

9 - Ethernet

10- Sound

test couldn't find a way to test it yet.

- On each unsuccessful test an alarm will be triggered.

- UI alarms are in range of [250 - 259]

  1. … 6 more files in changeset.
DEN-9416: Implementation

- Implementing the foundation of Application POST

- Added ID_AlarmTriggered message on post error.

- Added AdjustUIPostFinalResultRequestData in correct place.

- Created the treading structure for the post to start.

    • -0
    • +20
    ./model/hd/alarm/MAlarmTriggered.cpp
    • -2
    • +0
    ./view/settings/VAdjustmentVersions.cpp
  1. … 2 more files in changeset.
DEN-9416: Implementation

- Added the Ethernet IP address on top of the screen for later easier test.

  1. … 2 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

DEN-9416: Implementation

DEN-9299: Adding the Syringe Pump data on Diagnostic

    • -1
    • +1
    ./gui/qml/components/DebugDataColumn.qml
    • -19
    • +53
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -0
    • +77
    ./model/hd/adjustment/settings/MAdjustHDVersionsRequest.h
  1. … 10 more files in changeset.
DEN-9299: Meetings & Support - General Support

- Sending the "ui version req" and the "ui post final" was even before the check in since the initial screen became the landing screen.

- those two has been moved to the actual state change to wait for the HD to change the state to init then send those messages.

  1. … 1 more file in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

DEN-9299: Meetings & Support - General Support

- Added the message Treatment Stop Progress to the list of unhandled messages for logging as VsV requested.

DEN-9416: Implementations

- This commit is only to make the code work with FW foe now until the UI POST is implemented.

- The calls are not suppose to be there specially the UIPOSTFinal.

    • -0
    • +2
    ./view/settings/VAdjustmentVersions.cpp
DEN-9416: Implementations

- Most of the FW implementation is done.

- After the Check-in message two more messages needs to be sent to the HD to complete the POST:

- Version for the compatibility test.

- UI_POST to wrap the POST on HD side.

    • -0
    • +59
    ./view/dg/data/post/VDGPOSTData.cpp
    • -0
    • +61
    ./view/dg/data/post/VDGPOSTData.h
    • -0
    • +59
    ./view/hd/data/post/VHDPOSTData.cpp
    • -0
    • +61
    ./view/hd/data/post/VHDPOSTData.h
  1. … 5 more files in changeset.