hdfirmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14307: partial fix to DEN-14086.

    • -5
    • +22
    /firmware/App/Controllers/DialInFlow.c
RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

DEN-14307 addressed a code review comment

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

DEN-14307 addressed the code review comments

Done

Done

Data is a local variable but added alarmButtonBlockers

Data is a local variable but added alarmButtonBlockers

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

data and alarmButtonBlockers?

data and alarmButtonBlockers?

Should alarmButtonBlockers and ALARM_TABLE also be added.

Should alarmButtonBlockers and ALARM_TABLE also be added.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Merge branch 'DEN-14307-dg_hd_dev-hd_dg_dvt-update-part-6' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-14307-dg_hd_dev-hd_dg_dvt-update-part-6

DEN-14307: Removed obsolete build switches.

    • -13
    • +8
    /firmware/App/Drivers/SafetyShutdown.c
DEN-14307 addressed code review comments

Done

Done

Done

Done

I think we still want to keep the comment. It has not been implemented yet.

I think we still want to keep the comment. It has not been implemented yet.

Done

Done

Done

Done

Done

Done

Fixed the setServiceTime function. Thanks.

Fixed the setServiceTime function. Thanks.

Done.

Done.

DEN-14344: complier fixes and warnings

DEN-14344: created air pump monitor function for alarm id 316. Created a timer for venous pressure to handle adjusted treatment values for a time while the air pump is operating. Allow HD to start filling after consumable testing in pretreatment instead of waiting after dry self tests. formatted ifndef release code blocks to look neater.

    • -6
    • +13
    /firmware/App/Controllers/AirPump.c
    • -31
    • +16
    /firmware/App/Controllers/AirTrap.c
    • -1
    • +27
    /firmware/App/Controllers/PresOccl.c
Agree, though this comment belongs in NVDataMgmt.c where setServiceTime() is lives. That function should return TRUE if successful.

Agree, though this comment belongs in NVDataMgmt.c where setServiceTime() is lives. That function should return TRUE if successful.

All of these terms are integers and cast is coming too late (after division). To prevent loss of precision on division, we want to cast both sides of the division as floats.

All of these terms are integers and cast is coming too late (after division). To prevent loss of precision on division, we want to cast both sides of the division as floats.