firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge DEN-14150

Thought we had decided that the standard would be to add the F?

Thought we had decided that the standard would be to add the F?

Ok to calculate here (this is called before UI needs it I assume). I was expecting this to be pre-calculated on exit of treatment params mode or on entry to pre-treatment mode when we have what we ...

Ok to calculate here (this is called before UI needs it I assume). I was expecting this to be pre-calculated on exit of treatment params mode or on entry to pre-treatment mode when we have what we need to do the calculation.

I would think this alarm would be triggered generally by driver because current mode said we shouldn't see syringe yet. Can we just set stopPump to TRUE here and nothing else?

I would think this alarm would be triggered generally by driver because current mode said we shouldn't see syringe yet.
Can we just set stopPump to TRUE here and nothing else?

No harm in adding "F" suffix, but not necessary for assignment to a float variable - assignment statement is inherently typed. We need the "F" suffix where typing is not assured (e.g. #define where...

No harm in adding "F" suffix, but not necessary for assignment to a float variable - assignment statement is inherently typed. We need the "F" suffix where typing is not assured (e.g. #define where we don't know how it will be used).

We probably don't need this flag at this point, but should we reset this flag on exit of retract (after treatment done)?

We probably don't need this flag at this point, but should we reset this flag on exit of retract (after treatment done)?

I think this should probably be reset elsewhere. Init function and on exit of retract maybe?

I think this should probably be reset elsewhere. Init function and on exit of retract maybe?

Probably could just be if ( TRUE == isSyringePumpPreLoaded() ).

Probably could just be if ( TRUE == isSyringePumpPreLoaded() ).

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

Merged DEN-14175

DEN-14175 replaced the V3 flag with FPGA hardware check and added the default the fixed valves PWM count in FPGA

0.0F

0.0F

0.0F

0.0F

0.0F

0.0F

DEN-14170 Fix TODO with new fault.

HD-DEN-14170_SW Dev Sprint 82 Darren
HD-DEN-14170_SW Dev Sprint 82 Darren
RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

Update function header.

Update function header.

Remove blank line

Remove blank line

DEN-14175 addressed code review comments

Done.

Done.

This function should stay commented. I have a TODO task for this.

This function should stay commented. I have a TODO task for this.

Done.

Done.

No these should be TRUE.

No these should be TRUE.

DEN-14175 updated the reservoir switch command to send the trimmer use the previous duty cycle or estimate the duty cycle

Add a space between "return" and "(".

Add a space between "return" and "(".

Update DialInFlow.c, DGInterface.c

DEN-14150: Fixed blending logic for dialysate flow estimation.