Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAH-39: Fixed include issue.

LEAH-39: Added peristaltic set speed Dialin command to message handling table.

LEAH-39: cosmetic fixes.

LEAH-39: comment out op mode dialin cmd support until implemented later.

LEAH-39: addressed code review comments.

LEAH-51: Added overrides for blood pump unit.

LEAH-51: Addressed code review comments.

LEAH-51: Further developed BloodFlow unit. Addressed compiler errors/warnings.

  1. … 1 more file in changeset.
LEAH-51: Addressed code review comments. Added 2 valve fault alarms.

LEAH-51: Addressed code review comments.

LEAH-51: Addressed code review comments.

LEAH-51: Addressed code review comments.

LEAH-51: finish valve state machine.

Added air trap, level sensors, valves.

    • -0
    • +486
    ./Controllers/AirTrap.c
    • -0
    • +63
    ./Controllers/AirTrap.h
    • -0
    • +1713
    ./Controllers/BloodFlow.c
    • -0
    • +101
    ./Controllers/BloodFlow.h
    • -0
    • +605
    ./Controllers/Valves.c
    • -0
    • +74
    ./Controllers/Valves.h
    • -0
    • +213
    ./Drivers/LevelSensors.c
    • -0
    • +63
    ./Drivers/LevelSensors.h
    • -0
    • +211
    ./Drivers/PeristalticPump.c
    • -0
    • +52
    ./Drivers/PeristalticPump.h
  1. … 17 more files in changeset.
LEAH-47: Addressed code review feedback.

LEAH-47: Call pressure monitor from main.

  1. … 1 more file in changeset.
LEAH-47: Added pressure monitor unit.

    • -0
    • +1070
    ./Monitors/Pressures.c
    • -0
    • +95
    ./Monitors/Pressures.h
LEAH-47: Misc fixes.

LEAH-47: Added driver and controller for air pump. Added buttons monitor. Added switches monitor. Used new override message helper functions.

    • -0
    • +227
    ./Controllers/AirPump.c
    • -0
    • +62
    ./Controllers/AirPump.h
    • -0
    • +127
    ./Drivers/GLXferPump.c
    • -0
    • +54
    ./Drivers/GLXferPump.h
    • -0
    • +544
    ./Monitors/Buttons.c
  1. … 13 more files in changeset.
LEAH-41: Addressed code review comments.

Added Dialin support to bubble and voltage monitors. Addressed code review comments.

LEAH-41: Added bubble monitor unit. Added bubble interval override.

    • -0
    • +364
    ./Monitors/Bubbles.c
    • -0
    • +59
    ./Monitors/Bubbles.h
  1. … 1 more file in changeset.
LEAH-41: Updated Dialin overrides for voltages monitor unit.

LEAH-41: Updated internal ADC channels per schematic. Added voltages monitor.

    • -0
    • +449
    ./Monitors/Voltages.c
    • -0
    • +84
    ./Monitors/Voltages.h
  1. … 1 more file in changeset.
Addressed code review comments.

Addressed code review comments.

Addressed code review comments.

Moved CommBuffers unit to f/w common.

Addressed more code review comments.

Addressed code review comments.