hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7605: Addressed code review feedback.

    • -85
    • +39
    /firmware/App/Controllers/SyringePump.c
Same as above.

Same as above.

Why do we need to subtract from MAX_ALARM_VOLUME_LEVEL?

Why do we need to subtract from MAX_ALARM_VOLUME_LEVEL?

These functions need doxygen description.

These functions need doxygen description.

I agree, but sometimes feel it helps readability.

I agree, but sometimes feel it helps readability.

Yes, you are right. I will use fwcommon code.

Yes, you are right. I will use fwcommon code.

Fixed.

Fixed.

What declaration?

What declaration?

Dara to refactor the POST test for RTC vs. processor timer so that we expect 1000 ms of processor time after RTC second changes. He and I have discussed this needed change.

Dara to refactor the POST test for RTC vs. processor timer so that we expect 1000 ms of processor time after RTC second changes. He and I have discussed this needed change.

13 was temporary change for full travel test with Mike. I put it back to 11 for now.

13 was temporary change for full travel test with Mike. I put it back to 11 for now.

I don't have anything I can do in POST so I removed. There are some checks being done at all times and many checks happening in certain states.

I don't have anything I can do in POST so I removed. There are some checks being done at all times and many checks happening in certain states.

I think it is safer as is. TRUE = 1. If any other value, will be viewed as FALSE and check fails.

I think it is safer as is. TRUE = 1. If any other value, will be viewed as FALSE and check fails.

Parentheses unnecessary.

Parentheses unnecessary.

== FALSE instead of != TRUE?

== FALSE instead of != TRUE?

No more self-test (and associated self-test state machine) for heparin pump?

No more self-test (and associated self-test state machine) for heparin pump?

Change comment from 11 ml to 13 ml if 13 ml is the current placeholder.

Change comment from 11 ml to 13 ml if 13 ml is the current placeholder.

Fix which test to get 1000 ms?

Fix which test to get 1000 ms?

Add blank line between declaration and code.

Add blank line between declaration and code.

Persistence spell error.

Persistence spell error.

Should all these alarms be using persistent alarm module from fwcommon? Using persistent alarm module will save some dev test time later on.

Should all these alarms be using persistent alarm module from fwcommon? Using persistent alarm module will save some dev test time later on.

HD-DEN-7605_HD DG Self Tests
HD-DEN-7605_HD DG Self Tests
DEN-7605: removed POST for voltage monitor - will be continuously tested.

    • -24
    • +0
    /firmware/App/Controllers/Voltages.c
DEN-8030 tested the current override for the HD valves

v0.5.0.9033

DEN-7605: temporary increase of empty position to enable test to find empty position.

    • -8
    • +7
    /firmware/App/Controllers/SyringePump.c
Merge branch 'staging' into DEN-8030-dg-hd_dev-dg-mode-chemical-disinfect

DEN-8030 added override functions for the HD valves

    • -17
    • +108
    /firmware/App/Controllers/Valves.c
Merge branch 'DEN-7347-dg-hd_dev-post-treatment' into staging

DEN-7802: Change clear alarm to clear alarm conditions

    • -4
    • +7
    /firmware/App/Controllers/DGInterface.c