•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-2652-1 05 May 2020

Done, please check LoadCell.c, too as it does not have this, currently.

DG-DEN-2652-1 05 May 2020

Agreed, removed spaces within parentheses.

DG-DEN-2652-1 05 May 2020

2nd param name still same.

DG-DEN-2652-1 04 May 2020

This appears to be more like a valves mismatch counter for your monitor. Consider changing variable name.

DG-DEN-2652-1 05 May 2020

Agreed, I had done that but the compiler originally gave me trouble because it was expecting U32, now done.

DG-DEN-2652-1 05 May 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-2652-1 04 May 2020

I think if checkValves() throws an alarm in default case of switch, then we don't need this.

DG-DEN-2652-1 04 May 2020

This ends the doxygen module. Should move to end of module (after last function).

DG-DEN-2652-1 04 May 2020

This is HalCOGen code (not in a /* USER CODE */ section. Changes will be lost when code re-generated.

DG-DEN-2652-1 04 May 2020

I would rename this function to checkValveStateName and change the 2nd param to valveStateName.

UI-DEN-3024-1 07 May 2020

RESOLVED.

UI-DEN-3024-1 07 May 2020

Sorry don't understand.
If it means extra empty line, all the copyright sections in the files are just before #pragma once with no extra empty line since the first comment block will be folded in one line by QtCreator and it's nice to have #pragma once as much as possible at the top of the file.

UI-DEN-3024-1 06 May 2020

1 - It makes the usage of the code, standard like Q_OBJECT and no other way of definition should be used.
2 - It makes the code consistent.
3 - Automatically handles the part of the code which is a copy/paste for just connecting signal/slots.
Ans soon ...

UI-DEN-3024-1 07 May 2020

Two pound signs ## are for concatenation in #define.

UI-DEN-3024-1 07 May 2020

done

UI-DEN-3024-1 07 May 2020

done

UI-DEN-3024-1 06 May 2020

So hard to read, camel?

UI-DEN-3024-1 07 May 2020

Never mind then.

UI-DEN-3024-1 07 May 2020

OK, we covered this with Dara.

UI-DEN-3024-1 07 May 2020

RESOLVED.

UI-DEN-3024-1 06 May 2020

Remove extra line.

UI-DEN-3024-1 07 May 2020

RESOLVED.

HD-DEN-3115-1 11 May 2020

The commented line is how it was supposed to be. Looks like the two signals got swapped. I didn't want to delete until I know what EE was going to do.

HD-DEN-3115-1 11 May 2020

Peman, these are engineering build switches. I need to be able to comment/uncomment these as the need arises.

HD-DEN-3115-1 11 May 2020

Fixed.

HD-DEN-3115-1 18 May 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-3115-1 14 May 2020

I am assuming this is test code?

HD-DEN-3115-1 20 May 2020

Done.

HD-DEN-2390-1 29 Mar 2020

dialIn or dialOut?

DG-COMMON-FIX-1 27 Mar 2020

This error is dealing with the requirement that we should not be drawing more than 2500 mL/hour from a patient.

DIALIN-ACK-1 31 Mar 2020

No, I think we need to separate them, potentially putting them in a different repository altogether in the future

To avoid deleting people's work, I didn't delete test scripts in this commit. In future commits, I will reach out to people and let them know before they are deleted or moved

HD-DEN-2390-1 29 Mar 2020

Where does the conversion from voltage to grams happen?

HD-DEN-4211-1 28 Aug 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-2390-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-3149-1 15 Jun 2020

Thanks Peter for catching that.
Removed.

UI-DEN-2087-1 16 Apr 2020

Remove extra line.

DG-COMMON-FIX-1 27 Mar 2020

SA doc led me to believe they were. I had same initial thought but I could not think of any other DG mode where we would be doing these things. We may be doing some things in other modes that are similar to some of these states, but they are different and I figure those other modes will have their own states even if they are similar to some of these. Fill appears to be the only mode where we are producing dialysate.

UI-DEN-3253-1 15 Jun 2020

Thanks, I have removed it

UI-DEN-2087-1 22 Apr 2020

Regarding the function name:

  • It's not the set function.
  • It extracts the data out of message.


In general I don't use set/get if not required and use the function overloading for that purpose which make is like a property that has a single name every where regardless of set or get.

DG-COMMON-FIX-1 27 Mar 2020

There must be at least one sensor on 6V but I don't know which sensor(s) they are. I got these ADC channel assignments from the DG HDD.

HD-SPRINT16-1 23 Apr 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-2087-1 23 Apr 2020

RESOLVED

UI-DEN-2087-1 22 Apr 2020

Are these placeholders for something? Seems like they could just be removed

DG-DEN-2650-1 27 Apr 2020

Done.

DG-COMMON-FIX-1 30 Mar 2020

Dara, I thought we got rid of this? Maybe you did in your branch?

UI-DEN-2793-1 26 Apr 2020

Here is a mix of "_", all lower caps, and camelCase?!?

HD-DEN-2390-1 30 Mar 2020

Done.

HD-DEN-2390-1 30 Mar 2020

dialOut. Fixed.

DIALIN-REFACTORING-3-1 29 Apr 2020

Done.

DG-COMMON-FIX-1 30 Mar 2020

RESOLVED in CODE WALKTHROUGH.