hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DEN-11114-dg_dev-dg-dialysate-temperature-control-2-of-2' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-11114-dg_dev-dg-dialysate-temperature-control-2-of-2

DEN-11114: Fixed bug DEN-11663.

    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.c
DEN-11114 addressed the code review comments

    • -6
    • +21
    /firmware/App/Controllers/BloodLeak.c
    • -3
    • +3
    /firmware/App/Controllers/DGInterface.c
    • -9
    • +9
    /firmware/App/Controllers/DGInterface.h
DEN-11098 Addressed code review comments

Dara, did you add this alarm?

Dara, did you add this alarm?

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

No I do not think so. The CRCs are all checked in the self test.

No I do not think so. The CRCs are all checked in the self test.

Done.

Done.

Yes, if you add "alarm no alarm" it will not be checked.

Yes, if you add "alarm no alarm" it will not be checked.

Done.

Done.

Magic numbers on these new for loops.

Magic numbers on these new for loops.

Align comment.

Align comment.

Done.

Done.

Fixed it.

Fixed it.

Done.

Done.

Done.

Done.

Done.

Done.

DEN-11114 addressed the code review comments. DEN-11364 removed the 1 second fans monitor interval

    • -13
    • +8
    /firmware/App/Controllers/BloodLeak.c
    • -47
    • +39
    /firmware/App/Controllers/Fans.c
Update message list with latest data details.

Update message list with latest data details.

Update message list with latest broadcast msg data details.

Update message list with latest broadcast msg data details.

We don't need to calculate digit count - just use strlen(tempCharBuffer) after sprintf creates your string.

We don't need to calculate digit count - just use strlen(tempCharBuffer) after sprintf creates your string.

I would set this to at least 11 because you are using sprintf to create an unsigned integer string (max is 10 digits + 1 zero terminator) and we want to make sure we give sprintf a large enough buf...

I would set this to at least 11 because you are using sprintf to create an unsigned integer string (max is 10 digits + 1 zero terminator) and we want to make sure we give sprintf a large enough buffer to populate - otherwise it will overwrite memory.

.crc?

.crc?

1 and 0 is not clear. Better to say FIFO send and reset.

1 and 0 is not clear. Better to say FIFO send and reset.

Create and trigger new alarm.

Create and trigger new alarm.