•  

Comment Results

Review Name Created Custom Fields Content
DG-COMMON-FIX-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.

DG-COMMON-FIX-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.

DG-COMMON-FIX-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.

DG-COMMON-FIX-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.

DG-COMMON-FIX-1 30 Mar 2020

I will call for a meeting with SYS/EE to get overall clarification.

HD-DEN-2390-1 29 Mar 2020

Should we mention that the user request is via UI?

HD-DEN-2390-1 29 Mar 2020

Why have these been move to the corresponding header file? I would like to understand which #defines belong to *.h and which ones to *.c.

HD-DEN-2390-1 29 Mar 2020

Avoid questions in code comments, turn them all to affirmations reflecting what this line of code is doing.

DG-DEN-2652-1 04 May 2020

Redundant. If already moved the first one of these from near top of module to bottom, this can be deleted.

HD-DEN-2390-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-2390-1 29 Mar 2020

This build shall be overwritten by Bamboo server (no action item here, but one action item for DevOps).

HD-DEN-2390-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH. Dara will create a DevOps Task on Bamboo server to address this.

DG-COMMON-FIX-1 29 Mar 2020

OK, another great reason to add an alarm, here, no?

DG-COMMON-FIX-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-2390-1 31 Mar 2020

Fixed.

HD-DEN-2390-1 29 Mar 2020

dialIn or dialOut?

HD-DEN-2390-1 31 Mar 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-2390-1 31 Mar 2020

Done.

DG-DEN-2652-1 04 May 2020

Seems like this should only be incremented if there is a mismatch between commanded valve states and the valve states read back from the FPGA. And of course reset to zero when they match.

DIALIN-ACK-1 31 Mar 2020

Requested changes are now added

DIALIN-ACK-1 31 Mar 2020

This script has only been moved or renamed, as I am not the original author.
In this section, it appears to just be emitting a dummy payload to the DG sync broadcast channel id every second. I don't see how it could interfere with other messages being sent on the CAN bus since it is just adding a little traffic to the bus once every second. The type of other nodes on the bus shouldn't matter.

DIALIN-ACK-1 31 Mar 2020

Requested changes are now added

HD-DEN-2390-1 29 Mar 2020

function name not verbose enough, elaborate.

HD-DEN-2390-1 01 Apr 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-2390-1 29 Mar 2020

Same comment on being more verbose on naming of function, here.

HD-DEN-2390-1 01 Apr 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-2390-1 29 Mar 2020

How is 120 ms computed?

DIALIN-ACK-1 01 Apr 2020

RESOLVED.

DIALIN-ACK-1 01 Apr 2020

RESOLVED.

DG-DEN-4217-1 17 Aug 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-2652-1 05 May 2020

RESOLVED in CODE WALKTHROUGH

UI-DEN-2087-1 16 Apr 2020

Yes,
This is the Qt way.
Signal is a function but Qt by #define and Qt Meta Data classes will handle it in its own way.
By calling a signal in QML we are emitting it so the other interested connected class can have a slot to be connected to that signal and implement the behavior.

UI-DEN-4690-1 09 Sep 2020

RESOLVED.

HD-DEN-2390-1 30 Mar 2020

Yes, my thinking is that an "official" build will never be zero. If we see zero, it means it's an unofficial build - probably from somebody's branch.

DG-DEN-2652-1 04 May 2020

Use your energized / de-energized #defines instead of 1 / 0 for all of these cases - then won't need comments.

DG-DEN-2652-1 04 May 2020

Replace 0 with your de-energized #define.

DG-DEN-2652-1 04 May 2020

I would move this to end of function so that it's always called.

HD-DEN-2390-1 30 Mar 2020

Done by DG before it is sent to HD.

DG-DEN-2650-1 23 Apr 2020

RESOLVED in CODE WALKTHROUGH.

DG-COMMON-FIX-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-2087-1 22 Apr 2020

Is the static_cast here safe? What about using dynamic_cast?

HD-DEN-2390-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-2390-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-2390-1 30 Mar 2020

Done.

HD-DEN-2390-1 30 Mar 2020

At 50ms task interval, it can't. I believe what I was thinking is that 100 ms would be ok, but 150 ms would fail. Changed to 150 ms.

DG-DEN-2652-1 04 May 2020

Should loop through valves[] and initialize them.

DIALIN-ACK-1 31 Mar 2020

For now, I've updated them here manually (see latest changes)

DG-DEN-2652-1 05 May 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-2793-1 26 Apr 2020

From a quality and regulatory, what we see in the C++ code must match Diality's C++ Coding Standard. What is why we have that standard in place. Please create a Task for yourself in DEN S18 with highest priority (No. 1) to update the C++ coding standard. Please include Peter's and my time for reviewing the changes, including release of the document through Propel. Thanks!

HD-DEN-2390-1 01 Apr 2020

RESOLVED in CODE WALKTHROUGH.