•  

Comment Results

Review Name Created Custom Fields Content
DIALIN-DEN-2652-1 20 May 2020

These make it look like the valve states broadcast message has a 4-byte boolean for each valve, but I see the f/w is only sending one U16 with a bit for each valve.

DG-DEN-2379-1 20 May 2020

Remove redundant function names after brief in function headers.

DG-DEN-2379-1 20 May 2020

There is no inputs to this function. targetTemp is a @param.

DG-DEN-2379-1 20 May 2020

Add module comment for doxygen.

DG-DEN-2379-1 20 May 2020

Add blank line between declarations and function code for consistency.

DG-DEN-2379-1 20 May 2020

There are outputs in this function. Module is initialized.

DG-DEN-2379-1 20 May 2020

I know I started this, but I've been removing the redundant function name after "brief" in function headers.

UI-DEN-3024-1 06 May 2020

That's the exact file name which has been copied here as we are using lowercase file names.

UI-DEN-3024-1 06 May 2020

What is the advantage of using macros to define the signals and slots?

DG-DEN-2379-1 19 May 2020

Override functions?

UI-DEN-3024-1 07 May 2020

This is the extra line after each break.

UI-DEN-3024-1 07 May 2020

done

UI-DEN-3024-1 07 May 2020

done

UI-DEN-3024-1 06 May 2020

insert line

HD-DEN-3115-1 14 May 2020

This is what looks best at this time. Flow sensors tend to be pretty accurate if you average over a long time, but very choppy in the short or even medium term. However, if I extend the filter time to 10 s, then the control interval has to be at least 10 s as well. I've discussed with Blaine and Nick to verify this is ok. I think we don't want the blood and dialysate inlet pumps to be very reactive anyway - the treatment lasts 1-8 hours, so we can start with an estimated PWM that will be close and then take a minute to gradually improve on that estimate with our slower control.

UI-DEN-3024-1 06 May 2020

Why is the copyright format different than the standard format?

Why hasn't the Bamboo server picked that up and corrected it?

UI-DEN-3024-1 06 May 2020

remove extra line

UI-DEN-3024-1 07 May 2020

RESOLVED.

UI-DEN-3024-1 06 May 2020

remove // process ...

UI-DEN-3024-1 07 May 2020

RESOLVED.

UI-DEN-3024-1 06 May 2020

exist

HD-DEN-3115-1 11 May 2020

Remove commented lines

DG-DEN-2379-1 20 May 2020

This is temporary and will be removed. I am only reading flow for testing in this module.

LEAHI-APPLICATION-LDT-2160-1 15 Sep 2025

RESOLVED

DG-COMMON-FIX-1 27 Mar 2020

What is causing this error? Don't we slow down the UF rate as we see it approaching the upper bound?

DIALIN-DEN-2652-1 20 May 2020

Addressed.

DG-DEN-2379-1 19 May 2020

Empty?

DIALIN-DEN-2652-1 19 May 2020

Why does test script include the author's name in its file name?

UI-DEN-2087-1 16 Apr 2020

Interesting that the signal gets defined as signal clicked above but here it gets used as .clicked() as a function call

UI-DEN-2087-1 16 Apr 2020

Where is types.cpp?

DIALIN-DEN-2652-1 20 May 2020

Will need some bit masking here to extract each valve from the U16.

HD-SPRINT16-1 22 Apr 2020

Done.

DG-DEN-2650-1 22 Apr 2020

Remove commented lines.

DG-DEN-2379-1 20 May 2020

Missing comments.

UI-DEN-2793-1 26 Apr 2020

Why are we adding "" in some function names and in some other cases with just stick the names one after the other without ""?

DG-DEN-2379-1 19 May 2020

Override functions?

DG-DEN-2650-1 28 Apr 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-5674-2 30 Dec 2020

Fixed.

DIALIN-ACK-1 28 Apr 2020

This code has been modified since.

DG-DEN-2652-1 05 May 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3922-1 21 Jul 2020

Done

DIALIN-REFACTORING-3-1 28 Apr 2020

I thought we were using Python v3.6.8 on Linux Ubuntu v18.04.3 LTS (64-bit) running in Oracle VirtualBox v5.2.32 (64-bit) on Windows Pro 10 (64-bit) OS?

DIALIN-REFACTORING-3-1 29 Apr 2020

RESOLVED.

DIALIN-REFACTORING-3-1 28 Apr 2020

Add copyright header to all files.

DG-DEN-2650-1 30 Apr 2020

Fixed.

DG-DEN-2652-1 05 May 2020

Agreed and done.

DIALIN-REFACTORING-3-1 04 May 2020

talked with Peter and it's OK.
RESOLVED.

DG-DEN-2652-1 05 May 2020

Agreed and done.

DG-DEN-2652-1 05 May 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-2652-1 05 May 2020

I actually had a doubt on this, whether we needed to publish the valves states after getting an error, thanks for clarifying, it makes sense, will also apply this FW/SYS pattern, moving forward.