•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-9480-1 05 Nov 2021

We're saving fill data to RTC RAM every 50ms?

DG-DEN-9480-1 10 Nov 2021

RESOLVED in CODE WALKTHROUGH

DIALIN-DEN-9480-1 09 Nov 2021

Should we have a NUM_OF_HEAT_DISINFECT_UI_STATES at end of enum like others?

DG-DEN-9480-1 04 Nov 2021

This is removed in my branch.

DG-DEN-12121-1 04 Mar 2022

Remove blank line.

DG-DEN-12224-7 24 May 2022

Remove blank line.

DIALIN-DEN-9480-1 09 Nov 2021

Shouldn't this be an else if in above if - else?

DIALIN-DEN-9480-1 09 Nov 2021

Should we have a NUM_OF_POST_STATES at the end of this enum like others?

DG-DEN-12931-1 23 Jul 2022

Flow rate is F32 so change 0 to 0.0F.

DG-DEN-9480-1 09 Nov 2021

This function is no longer needed.

DG-DEN-9480-1 09 Nov 2021

If the pump is not on, the monitor checks the voltage to make sure it is reading 0. That code is a couple of lines above.

DG-DEN-9480-1 09 Nov 2021

I uncommented it.

DG-DEN-9480-1 09 Nov 2021

Done.

DG-DEN-9480-1 09 Nov 2021

Done.

DG-DEN-9480-1 09 Nov 2021

Done.

DG-DEN-9480-1 09 Nov 2021

Done.

DIALIN-DEN-9480-1 10 Nov 2021

If separated like this, you are likely doing extra work (assigning list_of_events in above if/else and then potentially again in this if.

DG-DEN-9480-1 09 Nov 2021

Do we need an else? What should we do if we're in a non-heating mode?

DG-DEN-9480-1 10 Nov 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-9480-1 09 Nov 2021

Remove blank line.

DG-DEN-9480-1 10 Nov 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-9480-1 04 Nov 2021

Let's finish optimizing broadcasts.

DG-DEN-9480-1 10 Nov 2021

RESOLVED in CODE WALKTHROUGH

DG-DEN-9480-1 09 Nov 2021

@details Inputs and Outputs need update

DG-DEN-9480-1 09 Nov 2021

I do not see isRMPNonZeroInClosedLoop used as outputs in this function.

HD-DEN-9480-1 09 Nov 2021

What is the status of these commented out lines of code? Are we removing or keeping?

HD-DEN-9480-1 10 Nov 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-9480-1 09 Nov 2021

Why do I not see a call to this function in SystemComm.c?

DIALIN-DEN-9480-1 09 Nov 2021

Should we have a NUM_OF_CHEM_DISINFECT_UI_STATES at end of enum like others?

UI-DEN-10206-1 01 Nov 2021

Can we move this file to common folder so that f/w team can make updates as needed when adding new messages?

DG-DEN-11750-1 25 Feb 2022

Should we check that payloadLength is at least 12 bytes (sizeof(U32) x 3)?

DG-DEN-11750-1 03 Mar 2022

RESOLVED in CODE WALKTHROUGH.

UI-DEN-10206-1 04 Nov 2021

Updated in the latest branch. The Link is attached.

DG-DEN-11750-1 03 Mar 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-7605-2 03 May 2021

Yes, you are right. I will use fwcommon code.

UI-DEN-10206-1 03 Nov 2021

Rephrase: "Merge the two modes as they have much in common in this case."

HD-DEN-7605-2 03 May 2021

Fixed.

HD-DEN-7605-2 03 May 2021

Persistence spell error.

HD-DEN-11750-2 03 Mar 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-11750-2 03 Mar 2022

RESOLVED in CODE WALKTHROUGH.

UI-DEN-7752-1 04 May 2021

Done

UI-DEN-7752-1 04 May 2021

Done

UI-DEN-7752-1 04 May 2021

Done

DG-DEN-9480-1 06 Nov 2021

I do not see this mode my local code base. It might have been git.

UI-DEN-7752-1 29 Apr 2021

please move it in an appropriate folder(dg/adjustment)

UI-DEN-8085-1 06 May 2021

RESOLVED

UI-DEN-8085-1 29 Apr 2021

The one which has been used in the VDateTime is much cleaner:

if (_process.state() == QProcess::Running) {
    return;
}
DIALIN-DEN-7605-1 05 May 2021

Please add the return type as int

 reset:int=NO_RESET) -> int: 
DG-DEN-9480-1 09 Nov 2021

I removed it.

DIALIN-DEN-7605-1 11 May 2021

RESOLVED