leahi-dialin

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added directories for dd modules

    • -0
    • +0
    /leahi-dialin/dd/conductivity_sensors.py
    • -0
    • +0
    /leahi-dialin/dd/modules/__init__.py
    • -0
    • +0
    /leahi-dialin/dd/modules/conductivity_sensors.py
    • -0
    • +0
    /leahi-dialin/dd/modules/pressure_sensors.py
    • -0
    • +0
    /leahi-dialin/dd/modules/valves.py
    • -0
    • +0
    /leahi-dialin/dd/proxies/__init__.py
    • -0
    • +0
    /leahi-dialin/dd/proxies/td_proxy.py
Merge branch 'LEAH-142-dial-td-base-object' into LEAH-139-dial-dd-base-object

Created directories for proxies and modules. TD valves implemented

    • -170
    • +0
    /leahi-dialin/td/bubble_detector.py
    • -0
    • +0
    /leahi-dialin/td/modules/__init__.py
    • -0
    • +140
    /leahi-dialin/td/modules/air_pump.py
    • -0
    • +242
    /leahi-dialin/td/modules/air_trap.py
    • -0
    • +693
    /leahi-dialin/td/modules/alarms.py
    • -0
    • +390
    /leahi-dialin/td/modules/blood_flow.py
    • -0
    • +170
    /leahi-dialin/td/modules/bubble_detector.py
    • -0
    • +157
    /leahi-dialin/td/modules/buttons.py
  1. … 12 more files in changeset.
Updated TD_def naming to remove HD labeling. Updated alarm IDs from firmware staging

Update to MSG_id.py and code review comments

    • -43
    • +106
    /leahi-dialin/common/msg_ids.py
    • -14
    • +9
    /leahi-dialin/td/pressure_sensors.py
updated blood flow, switches, alarm, and air trap modules

    • -0
    • +206
    /leahi-dialin/td/air_trap.py
    • -453
    • +126
    /leahi-dialin/td/alarms.py
    • -0
    • +429
    /leahi-dialin/td/blood_flow.py
    • -2
    • +12
    /leahi-dialin/td/treatment_delivery.py
    • -0
    • +0
    /leahi-dialin/td/valves.py
    • -0
    • +194
    /leahi-dialin/td/voltages.py
WIP on LEAH-136-dial-ro-base-object

synced pressure sensor, air pump, and td modules to latest staging

    • -323
    • +58
    /leahi-dialin/common/alarm_defs.py
    • -0
    • +34
    /leahi-dialin/common/alarm_priorities.py
    • -0
    • +327
    /leahi-dialin/common/dd_defs.py
    • -126
    • +31
    /leahi-dialin/common/msg_defs.py
    • -490
    • +118
    /leahi-dialin/common/msg_ids.py
    • -0
    • +433
    /leahi-dialin/common/td_defs.py
    • -0
    • +0
    /leahi-dialin/dd/__init__.py
    • -0
    • +0
    /leahi-dialin/dd/conductivity_sensors.py
    • -0
    • +0
    /leahi-dialin/dd/dialysate_delivery.py
    • -0
    • +0
    /leahi-dialin/dd/pressure_sensors.py
    • -0
    • +0
    /leahi-dialin/dd/td_proxy.py
  1. … 13 more files in changeset.
Merge branch 'LEAH-136-dial-ro-base-object' into LEAH-142-dial-td-base-object

File Management

    • -251
    • +0
    /leahi-dialin/dg/accelerometer.py
    • -841
    • +0
    /leahi-dialin/dg/calibration_record.py
    • -228
    • +0
    /leahi-dialin/dg/chemical_disinfect.py
    • -88
    • +0
    /leahi-dialin/dg/chemical_disinfect_flush.py
    • -398
    • +0
    /leahi-dialin/dg/concentrate_pumps.py
    • -280
    • +0
    /leahi-dialin/dg/conductivity_sensors.py
    • -199
    • +0
    /leahi-dialin/dg/dg_test_configs.py
    • -276
    • +0
    /leahi-dialin/dg/dialysate_fill.py
    • -668
    • +0
    /leahi-dialin/dg/dialysate_generator.py
  1. … 75 more files in changeset.
File cleaning

    • -841
    • +0
    /dialin/dg/calibration_record.py
  1. … 228 more files in changeset.
Import

    • -0
    • +1
    /activate_environment_windows.bat
    • -0
    • +7
    /dialin/common/__init__.py
    • -0
    • +346
    /dialin/common/alarm_defs.py
    • -0
    • +26
    /dialin/common/alarm_priorities.py
    • -0
    • +334
    /dialin/common/dg_defs.py
    • -0
    • +433
    /dialin/common/hd_defs.py
    • -0
    • +231
    /dialin/common/msg_defs.py
    • -0
    • +518
    /dialin/common/msg_ids.py
    • -0
    • +70
    /dialin/common/prs_defs.py
  1. … 200 more files in changeset.
Initial commit