leahi-sw.plugins.sim

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Main Treatment Screen - SW - Diagnostics Screen - 05: DEV - Feature Implementation

- Complete implementation for Air Trap

- Complete implementation for Blood pump

    • -425
    • +199
    /TD_BloodPump/interface.ui
Main Treatment Screen - SW - Diagnostics Screen - 05: DEV - Feature Implementation

- remove all *.pyc files

Merge branch 'staging' into LDT-261-MainTreatmentScreen-SW-DiagnosticsScreen

Main Treatment Screen - SW - Diagnostics Screen - 05: DEV - Feature Implementation

- Complete base interfaces and loaders for all diagnostic modules

    • -0
    • +449
    /TD_AirTrap/interface.ui
    • -0
    • +74
    /TD_AirTrap/loader.py
    • -0
    • +449
    /TD_Battery/interface.ui
    • -0
    • +74
    /TD_Battery/loader.py
    • -0
    • +449
    /TD_BloodPump/interface.ui
    • -0
    • +74
    /TD_BloodPump/loader.py
    • -0
    • +449
    /TD_Switches/interface.ui
    • -0
    • +74
    /TD_Switches/loader.py
    • -0
    • +449
    /TD_Temperatures/interface.ui
    • -0
    • +74
    /TD_Temperatures/loader.py
    • -0
    • +449
    /TD_Valves/interface.ui
    • -0
    • +74
    /TD_Valves/loader.py
    • -0
    • +449
    /TD_Voltages/interface.ui
    • -0
    • +74
    /TD_Voltages/loader.py
Merge branch 'staging' into LDT-261-MainTreatmentScreen-SW-DiagnosticsScreen

Main Treatment Screen - SW - Diagnostics Screen - 05: DEV - Feature Implementation

- Create folder structure for diagnostic plugins

    • binary
    /TD_AirTrap/__pycache__/loader.cpython-38.pyc
    • binary
    /TD_Battery/__pycache__/loader.cpython-38.pyc
    • binary
    /TD_BloodPump/__pycache__/loader.cpython-38.pyc
    • binary
    /TD_OpMode/__pycache__/loader.cpython-38.pyc
    • binary
    /TD_Switches/__pycache__/loader.cpython-38.pyc
    • binary
    /TD_Temperatures/__pycache__/loader.cpython-38.pyc
    • binary
    /TD_Valves/__pycache__/loader.cpython-38.pyc
    • binary
    /TD_Voltages/__pycache__/loader.cpython-38.pyc
Merge remote-tracking branch 'origin/master'

Merge branch 'LDT-237-MainTreatmentScreen-SW-SimulatorCleanup' into staging

Merge branch staging into master

Merge branch 'LDT-237-MainTreatmentScreen-SW-SimulatorCleanup' into develop

LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- Changed the plugin according to the dialin fix that caused SWVV main test to fail.

Merge branch 'LDT-237-MainTreatmentScreen-SW-SimulatorCleanup' into staging

Merge branch 'LDT-237-MainTreatmentScreen-SW-SimulatorCleanup' into develop

LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- Fixed .ui incompatible values which caused .ui title alignments to fail to align properly.

LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- Refactored HD to TD and simplified the function names that going to use the format later as well.

LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- Renamed the td_messaging.py to lowercase to match the rest of the modules.

- Updated the reference in TD_OpMode plugin.

LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- Added TD_OpMode plug-in.

- Also used only the find_widget function instead of the overloaded ones.

    • -0
    • +550
    /TD_OpMode/interface.ui
    • -0
    • +74
    /TD_OpMode/loader.py
LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- removed the readme.md to avoid being loaded by engine.

LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- renamed the readme.md to lower-case to be consistent.

- Copied the __init__.py from Denali.

Initial commit