Closed mschottdorf closed 4 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
vent/controller/control_module.py | 4 | 31 | 12.9% | ||
vent/io/hal.py | 23 | 74 | 31.08% | ||
<!-- | Total: | 27 | 105 | 25.71% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
vent/controller/control_module.py | 2 | 91.34% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 141: | 5.6% |
Covered Lines: | 851 |
Relevant Lines: | 2338 |
Ideally I think this should be pulled into hardware-dev instead of master
This is a draft implementation of the ControlModuleDevice.
I've added a few stubs to HAL, that is (1) flow measurements on expiratory and inspiratory side (to calculate End-Tidal Volume) and (2) flow control on expiratory and inspiratory side (the prop valve and solenoid).
Without any tests :-)