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. … 3 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 Disable confirm device config - [READY]
UI-DEN-16335_UI VD S105 Disable confirm device config - [READY]
UI-DEN-16335_UI VD S105 - P1B - Display UF Rate - [READY]
UI-DEN-16335_UI VD S105 - P1B - Display UF Rate - [READY]
DEN-16235: Updated - UI Device Setup - Device Configuration screen "Confirm" button should not be allowed to be pressed more than once

Per Code Review Discussions:

- Remove the directory comparison function

- Remove the added variables from last commit (isExited, etc)

- Change logic for cryptSetupEnabled property setting

  1. … 7 more files in changeset.
UI-DEN-16335_UI VD S105 Disable confirm device config - [READY]
UI-DEN-16335_UI VD S105 Disable confirm device config - [READY]
DEN-16235: Fixed - UI Device Setup - Device Configuration screen "Confirm" button should not be allowed to be pressed more than once

Add logic to properly handle disabling the confirm button when the device configuration is complete

Add a command to compare two directories for sameness

Add correct displaying of the completion of the device configurations

  1. … 7 more files in changeset.
DEN-16132: Check Marks Do Not Appear during Consumables Self Test

DEN-16132: Check Marks Do Not Appear during Consumables Self Test

RESOLVED

RESOLVED

I suggest doing --enable-update-mode (all lowercase) to be consistent with the other params

I suggest doing --enable-update-mode (all lowercase) to be consistent with the other params

her. => here.

her. => here.

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

fixed

fixed

thank you, fixed.

thank you,
fixed.

removed

removed

DEN-16334: UI: Service password minimum length shall be 10

  1. … 5 more files in changeset.
It currently has.

It currently has.

It currently has.

It currently has.

it is being used and tend to be the bool. being alias of what? it is being used to let the dialog know if the dialog can be closed upon button press or just emit the signal.

it is being used and tend to be the bool.
being alias of what?
it is being used to let the dialog know if the dialog can be closed upon button press or just emit the signal.