•  

Comment Results

Review Name Created Custom Fields Content
HD-DEN-14344-3 21 Dec 2022

Set this to something between 0 and 19 (for staggering different broadcasts over typical 1 second interval).
Use it to initialize data publication timer counter (which is currently not initialized at all).

LEAHI-DIALIN-LEAH-139-2 21 Nov 2024

heater -> Level

HD-DEN-14344-3 22 Dec 2022

RESOLVED in CODE WALKTHROUGH.

LEAHI-DIALIN-LEAH-139-2 21 Nov 2024

Error counter: float to Integer type.

RO-LDT-566-1 25 Jun 2025

See Dialin comment

UI-DEN-15833-10 28 Jul 2023

add an empty line before and after

UI-DEN-15905-10 28 Jul 2023

these are the removed/red lines.
the added/green lines and not-changed/white lines are alinged.

UI-DEN-15918-2 28 Jul 2023

not clear what this does.
I think we should look for a FAILED keyword here.

RO-LDT-566-1 25 Jun 2025

fixed

LEAHI-APPLICATION-LDT-1021-1 29 Jun 2025

Use "// DEBUG: " when commented out, a debug code that is kept for later use.

LEAHI-APPLICATION-LDT-1021-1 26 Jun 2025

RESOLVED

UI-DEN-15833-10 28 Jul 2023

This I will align similar to how the others look in the AppController. The SLOT/SIGNAL keywords are aligned.

LEAHI-APPLICATION-LDT-1021-1 26 Jun 2025

RESOLVED

UI-DEN-15905-11 28 Jul 2023

that could be a good idea,
but in lockdown we assume the application POST is passed, otherwise we cannot do the manufacturing setup.
so technically it already checked in application POST.

UI-DEN-15833-6 28 Jul 2023

for arterial and venous pressure values we align them to the right.
this is correct.

UI-DEN-15833-6 28 Jul 2023

code alignment

UI-DEN-15905-11 28 Jul 2023

RESOLVED

UI-DEN-15905-12 31 Jul 2023

RESOLVED

UI-DEN-15905-12 31 Jul 2023

RESOLVED

UI-DEN-15905-12 29 Jul 2023

Please put //DEBUG

LEAHI-DIALIN-LDT-566-1 25 Jun 2025

Are these temporary test messages? If not, start these at 0x51 (not 0xF1).

HD-DEN-15886-1 01 Aug 2023

Add occlusionBaseLineWasSet

HD-DEN-15886-1 01 Aug 2023

Add pressureSelfTestPreNormalStartTime, dryPressureTestsCompleted

UI-DEN-15905-12 02 Aug 2023

RESOLVED

UI-DEN-15833-10 01 Aug 2023

RESOLVED

UI-DEN-15833-10 28 Jul 2023

this is incorrect connection usage.
it should be moved to the applicationController class.

The rule of API design:

  • the API is just emitting the signal
  • and is not responsible for the usage.
  • any object which needs to use it will connect and use (connects the signal to its own slot and runs the logic in its own thread)


Please move to ApplicationController class.

UI-DEN-15918-2 28 Jul 2023

Please check Settings/Systems.dflt instead.

RO-LDT-566-1 25 Jun 2025

No longer plural.

UI-DEN-15918-2 01 Aug 2023

RESOLVED

UI-DEN-15918-2 28 Jul 2023

This is for stripping the output file. The I am assuming that we are running this script on the build server, which may not give us the right path. This is why the script is also asking for the "device path"

The output file looks like this:
<HASH> <current path of conf file in server>

LEAHI-APPLICATION-LDT-853-1 26 Jun 2025

Better not to use qml enum, even if it comes from C++.

UI-DEN-15905-12 01 Aug 2023

these are combined/bundled states.
look into the cpp.
that is I added an extra _ in the name to distinguish them.

UI-DEN-15905-12 01 Aug 2023

Do you have the HD state for these like the other ones we have ? If yes, can you please put the ///<

LEAHI-APPLICATION-LDT-1536-1 12 Aug 2025

removed

LEAHI-APPLICATION-LDT-1788-1 12 Aug 2025

RESOLVED.

UI-DEN-15905-12 02 Aug 2023

RESOLVED

HD-DEN-16088-1 02 Aug 2023

Done. Thank you.

LEAHI-APPLICATION-LDT-1788-1 12 Aug 2025

RESOLVED.

HD-DEN-16088-1 02 Aug 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-15741-2 01 Aug 2023

Approach simplified.

HD-DEN-15741-2 01 Aug 2023

Change postponed for further testing. No change in BloodPumps.

DG-DEN-14316-1 20 Dec 2022

I am not sure what should be done.

DG-DEN-14316-1 21 Dec 2022

RESOLVED IN CODE WALKTHROUGH.

DG-DEN-14307-1 20 Dec 2022

Remove blank line.

HD-DEN-15918-1 27 Jul 2023

Is this "r" really supposed to be lower case?

DG-DEN-14316-1 20 Dec 2022

Just pulled your latest branches and get the following warnings when I build:
Description Resource Path Location Type
#179-D function "dequeue" was declared but never referenced NVDataMgmt.c /DG/FWCommon line 2484 C/C++ Problem
#179-D function "setFillInfoToRTCRAM" was declared but never referenced ModeFill.c /DG/App/Modes line 997 C/C++ Problem
#552-D variable "chemDisinfectFlushUIState" was set but never used ModeChemicalDisinfectFlush.c /DG/App/Modes line 115 C/C++ Problem
#552-D variable "rsrvrFillStableTimeCounter" was set but never used ModeChemicalDisinfectFlush.c /DG/App/Modes line 127 C/C++ Problem
#552-D variable "R1ChemDisinfectVol" was set but never used ModeChemicalDisinfect.c /DG/App/Modes line 171 C/C++ Problem
#552-D variable "R2ChemDisinfectVol" was set but never used ModeChemicalDisinfect.c /DG/App/Modes line 172 C/C++ Problem

DG-DEN-14316-1 20 Dec 2022

RESOLVED IN CODE WALKTHROUGH.

DG-DEN-14316-1 21 Nov 2022

Needs function header.

LEAHI-DIALIN-LDT-566-1 25 Jun 2025

added logging statement

HD-DEN-15886-1 01 Aug 2023

Done. dryPressureTestsCompleted is only set when test config is active so I don't want to include that in doxygen documentation.