firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
If only used for debug, this should be removed. If it is to be activated later, a more verbose comment is needed.

If only used for debug, this should be removed. If it is to be activated later, a more verbose comment is needed.

Uncomment or add a comment explaining why it is inactive.

Uncomment or add a comment explaining why it is inactive.

Using a get function for the flag, but then setting value directly. Should there be a set function? Also applies to several functions below.

Using a get function for the flag, but then setting value directly. Should there be a set function? Also applies to several functions below.

We can get to this but bloodPumpOcclusionAfterCartridgeInstall will be set to 0. Therefore, bpOccl will need to be <= 5500 for the alarm to clear. Im unsure if it would be a problem. We use isAlarm...

We can get to this but bloodPumpOcclusionAfterCartridgeInstall will be set to 0. Therefore, bpOccl will need to be <= 5500 for the alarm to clear. Im unsure if it would be a problem. We use isAlarmTriggered() to clear it only if has been raised previously.

Open to discussion in code walkthrough.

Fixed. Thanks!

Fixed. Thanks!

Understood. Fixed. Thanks!

Understood. Fixed. Thanks!

HD-DEN-13598_DG HD Dev Sprint 77 FW Dong
HD-DEN-13598_DG HD Dev Sprint 77 FW Dong
HD-DEN-13460_DG HD Dev HD DG Dvt Update Part 2
HD-DEN-13460_DG HD Dev HD DG Dvt Update Part 2
I think Darren is referring to a needed space after if (before opening parenthesis)? And not adding blank lines before if statements.

I think Darren is referring to a needed space after if (before opening parenthesis)? And not adding blank lines before if statements.

Still see lines of code like this one that require a space after if (i.e. "if(..." should be "if (...").

Still see lines of code like this one that require a space after if (i.e. "if(..." should be "if (...").

Remove all of these new blank lines.

Remove all of these new blank lines.

HD-DEN-13427_SW Dev Sprint 75 MG
HD-DEN-13427_SW Dev Sprint 75 MG
HD-DEN-13712_DG HD Dev Darren Sprint
HD-DEN-13712_DG HD Dev Darren Sprint
Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Can we get to this if condition before we've even set bloodPumpOcclusionAfterCartridgeInstall ? And, if so, is that a problem?

Can we get to this if condition before we've even set bloodPumpOcclusionAfterCartridgeInstall ? And, if so, is that a problem?

Extra space before comment.

Extra space before comment.

Blank lines before and after if.

Blank lines before and after if.

Comment says PreTreat, If checks for Treatment. Also space needed after if.

Comment says PreTreat, If checks for Treatment. Also space needed after if.

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Can you clarify what case you're thinking of?

Can you clarify what case you're thinking of?

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Bill, I was just asking why there was a blank line added before final } of last function. The doxygen end group stuff should stay. I will generally add my comments directly below the issue, not above.

Bill, I was just asking why there was a blank line added before final } of last function. The doxygen end group stuff should stay.
I will generally add my comments directly below the issue, not above.