dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'staging' of ssh://dvm-linux02:7999/vv/dialin into staging

Updated changelog

    • -1479
    • +0
    /dialin/squish/denaliMessages.py
Merge branch 'master' into staging

Removed duplicate version.py

DEN-5980 added features to get process NV data in an excel

    • -0
    • +178
    /dialin/utils/excel_ops.py
    • -0
    • +586
    /dialin/utils/nv_ops_utils.py
DEN-6078 addressed the code review comments

DEN-5963 added code to test the new RO pump control scheme

    • -12
    • +16
    /tests/dg_heat_disinfect_test.py
DEN-5980 modified the NV scripts

    • -10
    • +25
    /dialin/dg/calibration_record.py
    • -19
    • +25
    /dialin/hd/calibration_record.py
Fix the merge conflict revert back issue

- During the merging thought the console_out has been renamed to passive_mode but actually passive_mode is another parameter. So it needs to be added back.

DEN-7041: Fixed UF msg id naming, sending ACK back to UI on HD broadcast when not in passive mode

Merge branch 'staging' into DEN-7041_bring_ui_build_up

DEN-7041: Added changes necessary for testsuites to pass 100%

DEN-6372: Added override for treatment time remaining.

DEN-5980 modified the DG record modules

    • -97
    • +87
    /dialin/dg/calibration_record.py
Merge branch 'DEN-6631_UI_DEV_Post-Treatment_Rinseback' into staging

DEN-6372: Addressed code review feedback.

DEN-6372: Fixed bug in treatment recirc progress message handler.

DEN-6638: ptTx-RB: Code Review 0

- removed extra empty line.

DEN-6638: ptTx-RB: Code Review 0

- made the console out of the received can messages optional in the HDSimulator class constructor.

DEN-6402: Added enum for conductivity sensors and update alarm id

DEN-5980 added hd system record module

DEN-5980 initial commit of the HD NV records modules

    • -61
    • +58
    /dialin/dg/calibration_record.py
    • -0
    • +361
    /dialin/hd/calibration_record.py
    • -13
    • +19
    /dialin/hd/hemodialysis_device.py
    • -0
    • +59
    /dialin/hd/service_record.py
    • -0
    • +39
    /dialin/hd/system_record.py
  1. … 3 more files in changeset.
DEN-5980 worked on utils module

    • -289
    • +91
    /dialin/dg/calibration_record.py
DEN-6869: Added Version Dialin API and a Simulator plugin

- Added two more conversion functions to convert 2 and 1 byte values to byte array.

- used byte_to_bytearray (1 byte value conversion) and short_to_bytearray (2 bytes value conversion) in versions messages.

DEN-6869: Added Accelerometer Dialin API and a Simulator plugin

- Added version API

- Added signal strength parameters to the blood/dialysate flow rate APIs

DEN-5980 initial commit of the utils class

    • -0
    • +215
    /dialin/utils/utils.py
DEN-6372: added more data to UF script.

DEN-5980 initial commit scheduled runs record module

    • -0
    • +720
    /dialin/dg/calibration_record.py
    • -0
    • +426
    /dialin/dg/scheduled_runs_record.py
    • -0
    • +28
    /tests/test_dg_scheduled_runs.py
DEN-6372: updated UF test script.

Merge branch 'DEN-6593_Sprint_37' into develop