globals

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-16256: Updated - UI.P1B : Display UF Rate

Added QML text to display the rate

Include the 11th parameter

  1. … 4 more files in changeset.
update the length check of the message in MessageGlobals.h const QHash<Gui::GuiActionType ,quint8> payloadLen { . . {Gui::GuiActionType::ID_DialysateOutletFlow , 10 * 4 }...

update the length check of the message in MessageGlobals.h

const QHash<Gui::GuiActionType ,quint8> payloadLen {
.
.
{Gui::GuiActionType::ID_DialysateOutletFlow                     ,  10 * 4       }, //10 parameters each 4bytes
.
.
}
param 11 is missing 01 F32-refUFVolMl 02 F32-measUFVolMl 03 F32-measRotSpdRPM 04 F32-measSpdRPM 05 F32-measMCSpdRPM ...

param 11 is missing

01    F32-refUFVolMl	              
02    F32-measUFVolMl	              
03    F32-measRotSpdRPM	            
04    F32-measSpdRPM	              
05    F32-measMCSpdRPM	            
06    F32-measMCCurrmA	            
07    F32-setPWMpct	                
08    F32-dopCorrOffset	            
09    F32-dopCalcRate	              
10    F32-ufCalcRate	              
11    U32-rotorHall	                
12    F32-currentSetUFRate          
param 11 is missing 01 F32-refUFVolMl 02 F32-measUFVolMl 03 F32-measRotSpdRPM 04 F32-measSpdRPM 05 F32-measMCSpdRPM ...

param 11 is missing

01    F32-refUFVolMl	              
02    F32-measUFVolMl	              
03    F32-measRotSpdRPM	            
04    F32-measSpdRPM	              
05    F32-measMCSpdRPM	            
06    F32-measMCCurrmA	            
07    F32-setPWMpct	                
08    F32-dopCorrOffset	            
09    F32-dopCalcRate	              
10    F32-ufCalcRate	              
11    U32-rotorHall	                
12    F32-currentSetUFRate          

I think we should use mL/min as is. and do not convert to Liter.

I think we should use mL/min as is. and do not convert to Liter.

Update the cpp as well

Update the cpp as well

UI-DEN-16335_UI VD S105 - P1B - Display UF Rate - [READY]
UI-DEN-16335_UI VD S105 - P1B - Display UF Rate - [READY]
DEN-16257: Updated - UI.P1B : WiFi status indicator

Add security types and signal strength level to the status dialog

Modify wifi status dialog to have space between icon and dialog body

Changed look and feel of status dialog based on review call

  1. … 5 more files in changeset.
DEN-16258: Added - UI.P1B : Bluetooth status indicator

The bluetooth indicator QML component

A re-usable StatusDialog component that opens a small dialog to display info passed

Remove the old text bluetooth debug string

  1. … 8 more files in changeset.
UI-DEN-16249_UI VD S104 P1B StatusIndicator BT/Wifi [ ready ]
UI-DEN-16249_UI VD S104 P1B StatusIndicator BT/Wifi [ ready ]
UI Staging Unreviewed Commits
UI Staging Unreviewed Commits
Code Reviews are done: Application: http://devapps.diality.us:8060/cru/UI-DEN-15279-1 Scripts: http://devapps.diality.us:8060/cru/UI-DEN-15279-5 ClousSync: http://devapps.diality.us:8060/cru/CLO...

Code Reviews are done:

Application: http://devapps.diality.us:8060/cru/UI-DEN-15279-1

Scripts: http://devapps.diality.us:8060/cru/UI-DEN-15279-5

ClousSync: http://devapps.diality.us:8060/cru/CLOUDSYNC-DEN-15279-1
The related build is in:

X:\Engineering\Denali\18-Software_Releases\DEN_UI\v0.6_P-BETA_V3\staging\2023-07-18T035448.785-0700_Release_v0.6.2-162-Passed

This was a collaboration branch. the codes here are used partially in the DEN-14733-UI-BN-S90 branch and the branch CR is complete and done.

This was a collaboration branch.
the codes here are used partially in the DEN-14733-UI-BN-S90 branch and the branch CR is complete and done.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 73 more files in changeset.
Merge branch 'DEN-15279-UI-BN-S97-Cybersecurity' into staging

  1. … 115 more files in changeset.
Correct, it was a typo and fixed.

Correct, it was a typo and fixed.

RESOLVED

RESOLVED

I am just checking whether "NotExits" is what you intend or "NotExists" based on the removed log message.

I am just checking whether "NotExits" is what you intend or "NotExists" based on the removed log message.

added

added