dialin

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Addressed code review comments

Merge branch 'master' into staging

Updated changelog and readme

Updated version

Added DG sub modes, rest of _AbstractSubSystems, @_publish decorators

Updated alarm IDs

Updated file description

Fixed dg valves rate test

    • -0
    • +74
    /tests/dg_valves_test_observer.py
Returning datetime object instead of string

Fixed alarms init

Publishing valve data

Added _publish to more classes, fixed valve state interpretation logic.

    • -1
    • +13
    /dialin/hd/dialysate_outlet_flow.py
Added _publish decorator, _AbstractSystem and _AbstractSubSystem classes

    • -0
    • +95
    /dialin/utils/base.py
Fixed valves bit masking

Fixed dialin.__version__ when read after installing the package

Cleaned up version, added get version unit tests.

Improved API version Added git commit sha to version Added git branch to version Added version information to documentation

Updated documentation

Added getter functions, cleanup

    • -5
    • +56
    /dialin/hd/dialysate_outlet_flow.py
    • -10
    • +49
    /dialin/hd/pressure_occlusion.py
Added getter functions, cleanup in dg classes.

Merged master to DEN-3433-Maintenance

Added capability to simulate alarms.

    • -0
    • +89
    /tests/test_alarms.py
Made handler functions private. Updated constructor and class descriptions. Styling fixes to adhere to PEP8.

    • -25
    • +12
    /dialin/hd/hemodialysis_device.py
    • -13
    • +12
    /dialin/hd/pressure_occlusion.py
  1. … 5 more files in changeset.
Updated version.

Fixed the channel ID for getting the DG FW version

Migrated from Doxygen to sphinx.

    • -15
    • +10
    /dialin/dg/dialysate_generator.py
    • -23
    • +23
    /dialin/hd/dialysate_inlet_flow.py
    • -32
    • +32
    /dialin/hd/dialysate_outlet_flow.py
  1. … 17 more files in changeset.
Bumping dialin version.

Ignore build directory when generating documentation.

Merged DEN-2652-dg-valve-control-1-of-2-dialin with master.

Updates to UF test script.