Dialysis.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Doesn't look like it.

Doesn't look like it.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Is dialysisState used in this function?

Is dialysisState used in this function?

Space before ")"

Space before ")"

Done

Done

Done.

Done.

Will do.

Will do.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Just wondering whether a reset function was needed for reprime. Looks like you've added one. RESOLVED in CODE WALKTHROUGH.

Just wondering whether a reset function was needed for reprime. Looks like you've added one.
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

I think it would make more sense to set DPi rate to zero, set re-prime in progress flag to FALSE, and set state to dialysate pumps off which will then handle the ramp down and transition to reprime...

I think it would make more sense to set DPi rate to zero, set re-prime in progress flag to FALSE, and set state to dialysate pumps off which will then handle the ramp down and transition to reprime state.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Comment should say with, not without.

Comment should say with, not without.

Done.

Done.

Need more info.

Need more info.

Done

Done

Let's add a build switch at top of HDCommon.h (where SIMULATE_UI is for example) to allow us to include or exclude this reprime feature from build (e.g. #define DIALYZER_REPRIME_ENABLED 1). Then, w...

Let's add a build switch at top of HDCommon.h (where SIMULATE_UI is for example) to allow us to include or exclude this reprime feature from build (e.g. #define DIALYZER_REPRIME_ENABLED 1). Then, wherever you have dialyzer reprime code, surround with #ifdef DIALYZER_REPRIME_ENABLED and #endif.

Done.

Done.