•  

Comment Results

Review Name Created Custom Fields Content
HD-DEN-8534-1 13 Aug 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-7802-1 03 May 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-7605-2 03 May 2021

== FALSE instead of != TRUE?

DIALIN-DEN-7605-1 06 May 2021

Fixed.

HD-DEN-8886-1 13 Aug 2021

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-7605-1 06 May 2021

Fixed.

DG-DEN-11750-1 03 Mar 2022

RESOVLED IN CODE WALKTHROUGH.

UI-DEN-7752-1 06 May 2021

RESOLVED

UI-DEN-8085-1 29 Apr 2021

Was there a reason the tee command is being used, instead of simply using > like :

echo "$1" > /sys/class/backlight/backlight-mipi/brightness

?

UI-DEN-8085-1 29 Apr 2021

What is Temp mean, if it means default please put def, and if it is the step please put Step.
Or if it is the previous value you kept for back to be sent back to HD, Please use prev/previous.

UI-DEN-9411-1 13 Aug 2021

RESOLVED.

DG-DEN-11750-1 02 Mar 2022

Seems like this should be an alarm.

HD-DEN-7605-2 11 May 2021

Is this still an issue?

HD-DEN-8886-1 17 Aug 2021

Occlusion pressure readings are not converted to any units. All thresholds are given in counts.

DIALIN-DEN-9626-1 21 Sep 2021

Good point,
I could not find this function in the simulator, and it means it is a very old function implemented when we were doing Automated Unit Tests.
The return value may have been used in the Unit test since this is the message (create treatment parameters response) which has bool for each param and the return could be the final result (and of all single ones).
I agree we decided but since this code has not been touched since then and that decision has been made after that function it doesn't have that in the definition.
I would rather not touch it, since it wasn't part of this task modification (Safety Volume) and I don't know what will break after the modification.

UI-DEN-8308-1 11 May 2021

Code documentation is missing

UI-DEN-9626-1 20 Sep 2021

1) What is this sleep for?
2) How did you come up with its value? (I assume this is in seconds?)
3) Is this value consistent among all 4 prototypes and the development boards that we have?

HD-DEN-7860-1 11 May 2021

I agree we want to send the two status enums as a U32 over the CAN. I think it's better to assign w/ cast the two status to local U32s before memcpy into payload. That way, memcpy is given 4 bytes to copy. As is, I worry compiler will only have 1 or 2 bytes for the enum passed into the function and we're forcing memcpy to copy 4 bytes - could corrupt the upper bytes of the two status fields in the message payload.

HD-DEN-8886-1 19 Aug 2021

Fixed.

DG-DEN-11750-1 03 Mar 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-12224-16 30 Mar 2022

I wanted to see how new #define worked. I think it's better, so we can remove this now.

DG-DEN-7802-1 19 Aug 2021

Removed.

DG-DEN-7802-1 19 Aug 2021

Done.

DG-DEN-7802-1 19 Aug 2021

Done.

DG-DEN-7802-1 19 Aug 2021

Done.

HD-DEN-8886-1 18 Aug 2021

Fix alignment.

DG-DEN-7802-1 19 Aug 2021

I know acid pump "on" request above does not immediately turn the pump on, but I still think we should set target speed before we request pump on.

DG-DEN-7802-1 19 Aug 2021

Changes "Pumps" to "Pump". Request is for single pump.

DG-DEN-9906-1 27 Oct 2021

RESOLVED in CODE WALKTHROUGH.

UI-DEN-9626-1 22 Sep 2021

Removed.

UI-DEN-9626-1 22 Sep 2021

"... and then, and them," - looks like something is wrong with this comment.

UI-DEN-9626-1 23 Sep 2021

RESOLVED.

DG-DEN-9906-1 25 Oct 2021

Fixed

DG-DEN-9906-1 25 Oct 2021

Fixed

DG-DEN-9906-1 25 Oct 2021

Fixed

DG-DEN-9906-1 25 Oct 2021

Fixed

HD-DEN-10153-1 26 Oct 2021

Fixed

HD-DEN-10153-1 26 Oct 2021

Fixed

DG-DEN-9906-1 27 Oct 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-9906-1 26 Oct 2021

Fixed.

HD-DEN-10153-1 27 Oct 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-9906-1 27 Oct 2021

RESOLVED IN CODE WALKTHROUGH.

HD-DEN-9906-1 26 Oct 2021

Add file header

DG-DEN-9906-1 25 Oct 2021

This is an input, not an output.

DG-DEN-9906-1 21 Oct 2021

Let's average for 1 second (1000 ms) instead of 250 ms.

DIALIN-DEN-9906-1 28 Oct 2021

Update module name

DIALIN-DEN-9906-1 28 Oct 2021

Fixed.

DIALIN-DEN-9906-1 28 Oct 2021

Fixed

DIALIN-DEN-9906-1 28 Oct 2021

Added from .flow_rate import DialysateFlowSensor and move up alpha order

DIALIN-DEN-9906-1 28 Oct 2021

Fixed