Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-1195: Added a variable to keep track of balancing chamber switching activity.

LDT-3103 fixes for new diener 1000 pump

LDT-3750 cherry-picked d5f400a

LDT-3603 fixed typo in comments

LDT-3603 moved declaration to top of the scope

LDT-3603 added validate before making a request call in dialin test handler

    • -53
    • +111
    ./Modes/FPModes/FPOperationModes.c
    • -14
    • +22
    ./Modes/FPModes/ModePreGenPermeate.c
Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

Resolved merge conflicts from staging merge

Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

LDT-3750 cherry-picked 63514be

LDT-3103 pressure range check for diff qd for d48 pump

LDT-3103 pressure range check for diff qd for d48 pump

Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

LDT-3750 cherry-picked 781f99e

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

LEAHI-DD-FIRMWARE-LDT-3605_(DD) BLD sensor intermittently does not read for B2.0 HW
LEAHI-DD-FIRMWARE-LDT-3605_(DD) BLD sensor intermittently does not read for B2.0 HW
LDT-3605 updated the blood leak driver for the hardware config restart

LEAHI-DD-FIRMWARE-LDT-2004_Dialysate Composition - DD
LEAHI-DD-FIRMWARE-LDT-2004_Dialysate Composition - DD
See my comment above. We should return BOOL so Dialin request can be ACK/NAK'd.

See my comment above. We should return BOOL so Dialin request can be ACK/NAK'd.

No faults from Dialin commands - we never want Dialin to cause system to go to fault because it requested something invalid - we only NAK the invalid request. We should do whatever is needed (if an...

No faults from Dialin commands - we never want Dialin to cause system to go to fault because it requested something invalid - we only NAK the invalid request.
We should do whatever is needed (if anything) to start the mode normally in an else.
And we should return TRUE/FALSE in these signal functions so that when it's called from Dialin msg handler, the msg handler can return ACK/NAK to Dialin if sub mode is invalid.