dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed pkg-resources==0.0.0

Updated README

Relaxed python version requirement to 3.6.x. Updated HD can_interface parameter name.

Added copyright header to setup_virtual_can.sh

Updated python_requires in setup.py

Updated README.md

Added copyright headers. Updated README.md

    • -0
    • +15
    /tools/setup_environment_windows.bat
Added copyright header to buttons.py

Merge - Fixed merge conflicts

Updated README, import tests, and code documentation alignment.

Merge branch 'dialin_refactoring_3' of ssh://dvm-linux02:7999/vv/dialin into dialin_refactoring_3

Minor fix to DG RO pump class.

Added DG FW version request

Added more override support for DG sub-systems.

Added HD version support to HD ui_proxy.

Minor fixes to ui_proxy.py.

Added new HD proxy sub class for DG. Renamed ui subclass of HD to ui_proxy.

    • -0
    • +168
    /dialin/dg/hd_proxy.py
    • -0
    • +439
    /dialin/hd/ui_proxy.py
Fixes to HD and DG classes. Added several new DG sub-classes. Moved doxygen config to document folder. Updated document script.

    • -0
    • +19
    /dialin/dg/constants.py
    • -166
    • +83
    /dialin/dg/dialysate_generator.py
    • -0
    • +111
    /dialin/dg/drain_pump.py
    • -0
    • +131
    /dialin/dg/load_cells.py
    • -0
    • +131
    /dialin/dg/pressures.py
    • -0
    • +82
    /dialin/dg/reservoirs.py
    • -0
    • +118
    /dialin/dg/ro_pump.py
    • -17
    • +16
    /dialin/hd/dialysate_inlet_flow.py
    • -29
    • +28
    /dialin/hd/dialysate_outlet_flow.py
  1. … 8 more files in changeset.
Updated README.md

Updated README

Fixed import issues, added unit test to verify that all imports work.

    • -0
    • +47
    /tests/test_imports.py
Fixed filename template in build.sh

Updated build.sh to indicate success or failure.

Updated README.md

removed soflinks

Restructured dialin package and modules.

    • -0
    • +257
    /dialin/dg/dialysate_generator.py
    • -0
    • +277
    /dialin/hd/alarms.py
  1. … 42 more files in changeset.
Continued refactoring...

  1. … 14 more files in changeset.
Continued refactoring...

  1. … 39 more files in changeset.
Renamed byte array to bytearray

Improved adherence to pep8. Fixed non-terminating while loops in HD_TestScript.py.