dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

Updated CAN Core to automatically re-send messages that time out. Updated HD to include DPo. Updated most pump parameters to float from int type.

Added sequence # to message structure. Fixed exception following a CRC error.

Added zero seq field to all messages constructed.

Merged master

Addressed the code review comment

Addressed the code review comment

Addressed the code review comment

Addressed the code reivew comment

Created a document link between the objec in HD class and the DialOutFlow class