dialin

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improved adherence to pep8. Fixed non-terminating while loops in HD_TestScript.py.

More refactoring

Added copyright, added more FIXME notes, some more cleanup.

Moved Hemodialysis Device inner classes into separate files.

    • -0
    • +355
    /HD/DialysateInletFlow.py
    • -0
    • +429
    /HD/DialysateOutletFlow.py
    • -0
    • +319
    /HD/PressureOcclusion.py
Continuation of repository refactoring. Began reviewing test scripts

    • -4
    • +0
    /Document/run_documentation_locally.sh
Adding in changes to address code review comments

Updated README

Updated README

Moved setup scripts to Tools dir

    • -0
    • +8
    /Tools/setup_environment.sh
    • -0
    • +6
    /Tools/setup_environment_windows.bat
Restructured the repository, more refactoring.

    • -0
    • +39
    /DG/DG_Firmware_Simulator.py
    • -0
    • +273
    /DG/DialysateGenerator.py
    • -0
    • +699
    /DialIn/CoreCANProtocol.py
    • -0
    • +2503
    /Document/Doxyfile
    • -0
    • +4
    /Document/run_documentation_locally.sh
    • -0
    • +164
    /HD/HD_DialOutFlow.py
    • -0
    • +59
    /HD/HD_TestScript.py
    • -0
    • +2731
    /HD/HemodialysisDevice.py
  1. … 11 more files in changeset.
Continued refactoring, improved logging

    • -39
    • +0
    /Miscellaneous/DG_Firmware_Simulator.py
    • -0
    • +39
    /Scripts/DG_Firmware_Simulator.py
    • -0
    • +59
    /Scripts/HD_TestScript.py
Refactoring, added configurable logging.

    • -153
    • +199
    /DialityCoreCanProtocol.py
    • -9
    • +9
    /Miscellaneous/DG_Firmware_Simulator.py
    • -0
    • +15
    /setup_virtual_can.sh
Updated HD/UI messaging.

Added reason code to UF and treatment time settings change response.

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

Added blood & dialysate flow rate change to UI subclass of HD.

Updated README, updated setup scripts.

    • -0
    • +1
    /activate_environment_windows.bat
    • -0
    • +5
    /setup_environment_windows.bat
Added requirements and environment setup script.

Fixed some comments for doxygen.

Added handling for HD treatment state broadcast message. Added treatment duration change request command to UI.

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

Added UF commands between UI and HD to HD library.

Adding code for load cell override

added extra line as test

Fixed last Alarm class features.

Added detection of alarm activations and clears to the Alarms class.

Fixed bug with dialysate inlet pump published data.

Added UI sub-class to HD.

Added pressure/occlusion.

Added more DPo support. Minor fixes.