•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-13598-2 21 Sep 2022

Indent here looks smaller than others. Should be 4 spaces.

HD-DEN-13712-1 12 Sep 2022

RESOLVED IN CODE WALKTHROUGH

UI-DEN-13966-5 17 Oct 2022

imake.sh

DG-DEN-13460-2 12 Sep 2022

RESOLVED IN CODE WALKTHROUGH

DG-DEN-13834-1 20 Sep 2022

Does this actually work?

HD-DEN-13460-2 12 Sep 2022

RESOLVED IN CODE WALKTHROUGH

DIALIN-DEN-13427-1 16 Sep 2022

UI Simulator needs to get updated for the PreTreatmentDrySelfTestsStates

HD-DEN-13460-2 12 Sep 2022

RESOLVED IN CODE WALKTHROUGH

HD-DEN-14000-1 13 Oct 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-13460-2 12 Sep 2022

RESOLVED IN CODE WALKTHROUGH

DG-DEN-13460-2 12 Sep 2022

RESOLVED IN CODE WALKTHROUGH

HD-DEN-13834-1 13 Oct 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-13834-1 13 Oct 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-13834-1 13 Oct 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-13834-1 14 Oct 2022

Disabled the #define.

DG-DEN-13834-1 14 Oct 2022

RESOLVED in CODE WALK THROUGH.

DG-DEN-13460-2 16 Sep 2022

Probably a good idea for consistency, but not necessary. Where we need to add the 'F' suffix to floating point literals is when the literal will not be typed. Here, we are assigning 0.0 to an F32 typed variable so it will be typed properly. A #define may or may not be typed depending on how it's used. If it's used in a mathematical expression, the compiler will make it max precision (double) if we don't explicitly add the 'F' suffix and that can cause some problems with the precision in the math.

HD-DEN-13834-1 14 Oct 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-13834-1 20 Sep 2022

Add bloodLeakEmbModeHasZeroBeenRqustd to header.

HD-DEN-13834-1 19 Sep 2022

Does this need to handle lowercase hex characters and invalid characters?

UI-DEN-13962-1 05 Nov 2022

to align arterial(8 characters) and venous(6 characters) vertically, and to make it easier to compare the variables, to avoid missing a parameter.

HD-DEN-13834-1 19 Sep 2022

Is this indentation correct?

DIALIN-DEN-13460-1 21 Sep 2022

Target speed is the final target, while the set speed is the interim target speed for ramp up and ramp down.

DG-DEN-13834-1 14 Oct 2022

I had added comments on top of the declaration of the functions but I removed the schedule runs functions.

HD-DEN-13834-1 17 Oct 2022

This is an old code and it has been removed.

HD-DEN-14001-1 17 Oct 2022

Agree. Change "_SECOND" to "_IN_TREATMENT"

HD-DEN-14170-1 04 Nov 2022

Per our discussion, this is the proper place to set the alarm. But will set stopPump = TRUE and add ELSE condition for move and check move conditions.

UI-DEN-13966-5 18 Oct 2022

Fixed.

HD-DEN-14001-1 14 Oct 2022

Did we lose 1 second of time or is this the 2nd alarm? Comment is not clear.

HD-DEN-14001-1 18 Oct 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14150-1 17 Oct 2022

If not used should be removed.

HD-DEN-13834-1 14 Oct 2022

Should a status of FALSE be set here since the input string is not a valid number?

HD-DEN-13834-1 18 Oct 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14150-1 04 Nov 2022

RESOLVED IN CODE WALKTHROUGH

HD-DEN-14150-1 07 Nov 2022

Done. Now use the function getMeasuredDialInFlowRate() instead of using filteredDialinFlowMeterReading.

HD-DEN-14175-1 07 Nov 2022

Done.

HD-DEN-14150-1 08 Nov 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14170-1 05 Nov 2022

I know all the FW code is written in this style but it is always interesting to me,
1 - why don't just say

if ( isSyringePumpPreLoaded() )

the function is a boolean why compare to TRUE to get a bool expression?
if it was returning an int it made sense to have something like this:

if ( isSyringePumpPreLoaded() != 0 )

Which is still unnecessary in some cases.
2 - even if we want to use TRUE, why to put it at the beginning of the expression and don't put it at the end, like

if ( isSyringePumpPreLoaded() == TRUE )

So the first thing developer sees would be the important part which is the function not always a TRUE or FALSE.

HD-DEN-14175-1 09 Nov 2022

Done

HD-DEN-14175-1 07 Nov 2022

Why is this in utilities module? Doesn't it make more sense in fpga module?

HD-DEN-14175-1 09 Nov 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14175-1 09 Nov 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14175-1 10 Nov 2022

Done.

DG-DEN-14175-1 10 Nov 2022

RESOLVED IN CODE WALKTHROUGH

DIALIN-DEN-14175-1 08 Nov 2022

should this match with the enum or enum with this?
RESERVED_SPACE = 2 # RESERVED SPACE

HD-DEN-14344-3 23 Nov 2022

Fixed. Thanks!

HD-DEN-13460-2 12 Sep 2022

RESOLVED IN CODE WALKTHROUGH

DG-DEN-13460-2 21 Sep 2022

Need a default and s/w fault for this switch statement.

DG-DEN-13460-2 21 Sep 2022

Keep this blank line.

HD-DEN-13460-2 12 Sep 2022

RESOLVED IN CODE WALKTHROUGH