sources

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

Bamboo Commit: Updated MAlarmMapping.cpp

Code Review Comments

- QApplication typo

- Added a UI version of the Log Macros.

Bamboo Commit: Updated MAlarmMapping.cpp

DEN-10163 5 min countdown timer is not useful and should be removed in Additional Rinseback screen

- Disabled the Rinsback Additional's timer

- Also found a bug in SafetyVolume Reading.

Updated Alarm Mappings

  1. … 1 more file in changeset.
DEN-9637: Update Design Documents

- Added the ability to enable/disable the vitals measurement logs [it's still unknown that how to stop in case of the treatment ended by alarm or system fault.]

- Added the Battery Level of the selected device.

    • -361
    • +552
    ./bluetooth/BluetoothInterface.cpp
    • -69
    • +146
    ./view/settings/VBluetooth.cpp
  1. … 6 more files in changeset.
DEN-9653: Implementation - Settings [Screen]

    • -19
    • +57
    ./bluetooth/BluetoothInterface.cpp
  1. … 2 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

DEN-9657: Implementation - Event Driven Reading

DEN-9658: Implementation - Treatment Log

    • -49
    • +38
    ./bluetooth/BluetoothInterface.cpp
    • -0
    • +86
    ./model/ui/data/MUIBloodPressureData.cpp
    • -0
    • +107
    ./model/ui/data/MUIBloodPressureData.h
    • -20
    • +11
    ./view/hd/adjustment/common/VCommonAdjustmentVitals.h
  1. … 4 more files in changeset.
DEN-9659: Implementation [POST]

- Created a separate file for the Bluetooth screen since it became bigger.

- Moved the WiFi and Bluetooth start in the Application controller and handled by POST events.

- Added a 5 second sleep for the Bluetooth Device to get ready in run.sh

- Added WiFi POST in run.sh

- Moved lambda functions for POST into slots.

- Added signals in the ApplicationPOST for passed items to be used in the ApplciationController to start WiFi and Bluetooth interfaces.

- Added isValid to the BluetoothInterface to make sure the Bluetooth Adapter is ready for the Interface to setup (Is set by ApplicationController with the information Provided by ApplicationPOST).

- Improved the Bluetooth interface implementation

- Added Rinseback safety volume parameter

- Modified the SAFE_CALL's methods to be public slots.

- Removed the SerialNumber listener from VBluetooth.

- Improved the VBluetooth code and added the connection to the BluetoothController.

    • -27
    • +122
    ./bluetooth/BluetoothInterface.cpp
    • -0
    • +129
    ./gui/qml/pages/settings/SettingsBluetoothCuff.qml
    • -78
    • +1
    ./gui/qml/pages/settings/SettingsStack.qml
  1. … 6 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- Adding the Characteristics and descriptor notifications/log

  1. … 4 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- Removed the paring

- improved the scanEnabled (scanInProgress) logic

- improved the re-connection

    • -13
    • +20
    ./bluetooth/BluetoothInterface.cpp
    • -3
    • +3
    ./gui/qml/pages/settings/SettingsStack.qml
  1. … 1 more file in changeset.
DEN-9655: Implementation - Settings [MVC]

- First successful BP measurement read.

    • -153
    • +361
    ./bluetooth/BluetoothInterface.cpp
    • -21
    • +52
    ./bluetooth/BluetoothInterface.h
  1. … 3 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

    • -102
    • +313
    ./bluetooth/BluetoothInterface.cpp
    • -26
    • +53
    ./bluetooth/BluetoothInterface.h
    • -3
    • +11
    ./gui/qml/pages/settings/SettingsStack.qml
  1. … 2 more files in changeset.
[ DEN-9653 , DEN9655 ] : Implementation - Settings [ Screen , MVC ]

    • -0
    • +384
    ./bluetooth/BluetoothInterface.cpp
    • -0
    • +105
    ./bluetooth/BluetoothInterface.h
    • -3
    • +61
    ./gui/qml/pages/settings/SettingsStack.qml
    • -0
    • +38
    ./model/settings/MBluetooth.cpp
    • -0
    • +92
    ./model/settings/MBluetooth.h
    • -0
    • +114
    ./view/settings/VBluetooth.cpp
    • -0
    • +64
    ./view/settings/VBluetooth.h
  1. … 3 more files in changeset.
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.