Modes

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7605: Added pump direction error counter check and alarm. Added build switch to allow change to treatment duration to as low as 1 minute.

  1. … 5 more files in changeset.
DEN-7860: Finished implementing HD Air Bubble Detectors

  1. … 6 more files in changeset.
Why should we need a separate mask for bubble test state? I thought the normal input status mask should be sufficient to see the faked air bubble.

Why should we need a separate mask for bubble test state? I thought the normal input status mask should be sufficient to see the faked air bubble.

Incorrect enum.

Incorrect enum.

Incorrect casting type.

Incorrect casting type.

Re-word comment.

Re-word comment.

Recommend converting to a local variable rather than an array.

Recommend converting to a local variable rather than an array.

Recommend converting to a local variable rather than an array.

Recommend converting to a local variable rather than an array.

Recommend converting to a local variable rather than an array.

Recommend converting to a local variable rather than an array.

These declarations seem odd. Please re-check.

These declarations seem odd. Please re-check.

These should be bit 2 (0x04) and bit 3 (0x08).

These should be bit 2 (0x04) and bit 3 (0x08).

HD-DEN-7860_HD Dev Bubble Detector Driver
HD-DEN-7860_HD Dev Bubble Detector Driver
DEN-8103: Added battery communication fault

  1. … 2 more files in changeset.
Merge branch 'DEN-8103-dg-hd_dev-alarm-design' into develop

  1. … 7 more files in changeset.
Merged DEN-8030

  1. … 9 more files in changeset.
DEN-8103: Skipped homing syringe pump when heparin is not used

Need to remove this comment.

Need to remove this comment.

Need to remove this comment.

Need to remove this comment.

Same as comment from DialinFlow.c

Same as comment from DialinFlow.c

We can't have 3 calls to isPersistentAlarmTriggered() on same alarm. If the first call starts the timer and the second or third call is good, it will reset the timer to 0 again. Suggest creating a ...

We can't have 3 calls to isPersistentAlarmTriggered() on same alarm. If the first call starts the timer and the second or third call is good, it will reset the timer to 0 again.
Suggest creating a BOOL variable to have all three conditions or with each other and call isPersistentAlarmTriggered() only once.

DEN-7605: minor fixes to compatibility checks.

  1. … 1 more file in changeset.
DEN-7605: Added FPGA compatibility to FPGA POST test. Added skeleton POST for f/w compatibility.

  1. … 1 more file in changeset.
initBloodPrime() is called every time we transition to blood prime sub-mode.

initBloodPrime() is called every time we transition to blood prime sub-mode.

Blood prime last motor count does not seem to get updated except in initBloodPrime(). Should it be updated continuously somewhere?

Blood prime last motor count does not seem to get updated except in initBloodPrime(). Should it be updated continuously somewhere?

DEN-8103: Fixed build warnings

  1. … 5 more files in changeset.
DEN-8103: Cleaned up TODO and added alarms

  1. … 5 more files in changeset.
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.