hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14099 Code review comments: code cleanup from moving bubble clear pressurize.

Looks like setServiceTime always returns FALSE.

Looks like setServiceTime always returns FALSE.

Update function header.

Update function header.

Update function header.

Update function header.

Update function header.

Update function header.

Remove comment?

Remove comment?

Update function header.

Update function header.

Update function header.

Update function header.

DEN-14307: Fixed polarity issue with reported state based alarm button blockage. Renamed battery capacity remaining variable to correct units. Stop disabling battery comm on build switch.

This state should no longer be pressurizing (moved to blood prime state). Remove opening of VDi valve - no longer needed or appropriate.

This state should no longer be pressurizing (moved to blood prime state). Remove opening of VDi valve - no longer needed or appropriate.

Code is removed. RESOLVED in CODE WALKTHROUGH.

Code is removed. RESOLVED in CODE WALKTHROUGH.

DEN-14307 updated the code to get the heat disinfect temperature sensors (THd) and checks it value prior to starting a treatment

    • -11
    • +25
    /firmware/App/Controllers/DGInterface.c
    • -1
    • +2
    /firmware/App/Controllers/DGInterface.h
DEN-14307: HD rotor vs. motor check - changed RPM threshold from 5 to 2 RPM.

    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.c
    • -1
    • +1
    /firmware/App/Controllers/DialOutFlow.c
DEN-14099 Code cleanup. Remove debug CAN, remove unused code from previous iteration.

DEN-14099 Updated bubble clear based on testing. Added CAN debug statements.

DEN-14344: implementation with of alarm id 316

    • -0
    • +16
    /firmware/App/Controllers/AirPump.c
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'DEN-14433-sw-s86-mg-broadcast-fixes' into develop

    • -3
    • +3
    /firmware/App/Controllers/DialInFlow.c
    • -1
    • +1
    /firmware/App/Controllers/Temperatures.c
DEN-14433: DIAL-123: fixed broadcast messages to send if we are >= of their respective intervals instead of >.

    • -1
    • +1
    /firmware/App/Controllers/Temperatures.c
DEN-14344: changed venous pressure limit in dry self test to 250 mmHg.

functions/vars should be named a little more descriptively. Instead of drain DG, something like de-prime DG dialysate line.

functions/vars should be named a little more descriptively. Instead of drain DG, something like de-prime DG dialysate line.

Use the hard stop function to stop the pump.

Use the hard stop function to stop the pump.

Prefer these two statics be moved up to file level scope so these can be initialized on every transition into post treatment mode.

Prefer these two statics be moved up to file level scope so these can be initialized on every transition into post treatment mode.

Add "in ms" to comment.

Add "in ms" to comment.

Use float literals.

Use float literals.

Use float literals.

Use float literals.

Use float literals (e.g. 1 s/b 1.0F).

Use float literals (e.g. 1 s/b 1.0F).

DEN-14099 Update to release DVi first, then VBT 100ms later with DVi closing again.

DEN-14099 Move bubble clear code earlier in prime cycle. code cleanup needed.