leahi-dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-DIALIN-LDT-5615_[Dialin] Update Priming related data for auto-priming service
LEAHI-DIALIN-LDT-5615_[Dialin] Update Priming related data for auto-priming service
Valve fixes

    • -38
    • +34
    /leahi_dialin/dd/modules/valves.py
LEAHI-DIALIN-LDT-5630_Fix valve broadcast handling
LEAHI-DIALIN-LDT-5630_Fix valve broadcast handling
Merge branch 'LDT-5205-dd_nvm_update' into staging

    • -553
    • +598
    /leahi_dialin/common/msg_ids.py
    • -76
    • +75
    /leahi_dialin/common/td_defs_proxy.py
    • -1
    • +1
    /leahi_dialin/td/modules/syringe_pump.py
    • -0
    • +300
    /leahi_dialin/utils/enum_updater.py
No, it won't cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process. Not everyone have acces...

No, it won't cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process.
Not everyone have access to that folder and a whl file don't need to run the update every time, it's more like for those who develop the code.

Also if it's not at the very beginning, the enums will be processed in the next imports, and updating them afterwards is meaningless as it won't reflect in the running code. The files needs to be updated before any other object tries to call them to make an instance.

This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call....

This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call.

suggest keeping the call in if _name_ == '_main_': of enum_update and running that

Keep the original format, string input is not supported by the processor

Keep the original format, string input is not supported by the processor

Make them into properties just like the others

Make them into properties just like the others

indent

indent

indent

indent

LEAHI-DIALIN-LDT-5409_(DD) Balancing Chamber stops during dialysate generation
LEAHI-DIALIN-LDT-5409_(DD) Balancing Chamber stops during dialysate generation
Updated comments

Added new enums to proxy

- Added new enums - Renamed some members - Added missing _str_lists - Adjusted code for renaming

    • -474
    • +520
    /leahi_dialin/common/td_defs.py
    • -1
    • +2
    /leahi_dialin/dd/modules/blood_leak.py
    • -24
    • +24
    /leahi_dialin/td/modules/events.py
    • -109
    • +110
    /leahi_dialin/td/modules/syringe_pump.py
removed commented out line

We will need to get the event_id first, to know how to process the content as Operation status content is different from rest. So this line is just for getting the event id, and based on the resul...

We will need to get the event_id first, to know how to process the content as Operation status content is different from rest.

So this line is just for getting the event id, and based on the result, process the rest into the correct variables

removed

removed

typo fix

    • -1
    • +1
    /leahi_dialin/td/modules/syringe_pump.py
fixed

fixed