Index: build.sh =================================================================== diff -u -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- build.sh (.../build.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) +++ build.sh (.../build.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file build.sh +# @file build.sh # -# @author (last) Peter Lucia -# @date (last) 28-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Peter Lucia +# @date (last) 28-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ Index: dialin/common/alarm_defs.py =================================================================== diff -u -ra1ee274cb5cab5f83deae1c39efef89ee81289df -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/common/alarm_defs.py (.../alarm_defs.py) (revision a1ee274cb5cab5f83deae1c39efef89ee81289df) +++ dialin/common/alarm_defs.py (.../alarm_defs.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file alarm_defs.py +# @file alarm_defs.py # -# @author (last) Peter Lucia -# @date (last) 04-Aug-2021 -# @author (original) Peter Lucia -# @date (original) 04-Aug-2021 +# @author (last) Quang Nguyen +# @date (last) 04-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 07-Aug-2020 # ############################################################################ from enum import unique Index: dialin/common/alarm_priorities.py =================================================================== diff -u -ra505f80795643e531cb0b0120a38a7765cbf7b9c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/common/alarm_priorities.py (.../alarm_priorities.py) (revision a505f80795643e531cb0b0120a38a7765cbf7b9c) +++ dialin/common/alarm_priorities.py (.../alarm_priorities.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file alarm_priorities.py +# @file alarm_priorities.py # -# @author (last) Peter Lucia -# @date (last) 05-Apr-2021 -# @author (original) Peter Lucia -# @date (original) 05-Apr-2021 +# @author (last) Quang Nguyen +# @date (last) 06-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 05-Apr-2021 # ############################################################################ from enum import unique Index: dialin/common/dg_defs.py =================================================================== diff -u -ra1ee274cb5cab5f83deae1c39efef89ee81289df -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/common/dg_defs.py (.../dg_defs.py) (revision a1ee274cb5cab5f83deae1c39efef89ee81289df) +++ dialin/common/dg_defs.py (.../dg_defs.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ -################################################################ +########################################################################### # -# Copyright (c) 2021 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file dg_defs.py +# @file dg_defs.py # -# @author (last) Peter Lucia -# @date (last) 22-Jun-2021 -# @author (original) Peter Lucia -# @date (original) 22-Jun-2021 +# @author (last) Quang Nguyen +# @date (last) 04-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 22-Jun-2021 # ############################################################################ from enum import unique Index: dialin/common/hd_defs.py =================================================================== diff -u -r26ac950a2bd0804093abf79b9dd0fc477da8148e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/common/hd_defs.py (.../hd_defs.py) (revision 26ac950a2bd0804093abf79b9dd0fc477da8148e) +++ dialin/common/hd_defs.py (.../hd_defs.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ -################################################################ +########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file alarm_defs.py +# @file hd_defs.py # -# @author (last) Peter Lucia -# @date (last) 30-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 30-Nov-2020 +# @author (last) Quang Nguyen +# @date (last) 22-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 04-Dec-2020 # ############################################################################ from enum import unique Index: dialin/common/msg_defs.py =================================================================== diff -u -r717213478a1176cd315e5f4006ce8aeacbc4c0dc -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/common/msg_defs.py (.../msg_defs.py) (revision 717213478a1176cd315e5f4006ce8aeacbc4c0dc) +++ dialin/common/msg_defs.py (.../msg_defs.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file msg_defs.py +# @file msg_defs.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 07-Aug-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 07-Aug-2020 # ############################################################################ from enum import unique Index: dialin/common/msg_ids.py =================================================================== diff -u -recfaee3ad071edb368488eb750692f16a91ddbad -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/common/msg_ids.py (.../msg_ids.py) (revision ecfaee3ad071edb368488eb750692f16a91ddbad) +++ dialin/common/msg_ids.py (.../msg_ids.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file msg_ids.py +# @file msg_ids.py # -# @author (last) Peter Lucia -# @date (last) 05-Aug-2021 -# @author (original) Peter Lucia -# @date (original) 05-Aug-2021 +# @author (last) Quang Nguyen +# @date (last) 30-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 06-Apr-2021 # ############################################################################ from enum import unique Index: dialin/common/prs_defs.py =================================================================== diff -u -ra505f80795643e531cb0b0120a38a7765cbf7b9c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/common/prs_defs.py (.../prs_defs.py) (revision a505f80795643e531cb0b0120a38a7765cbf7b9c) +++ dialin/common/prs_defs.py (.../prs_defs.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file prs_defs.py +# @file prs_defs.py # -# @author (last) Behrouz NematiPour -# @date (last) 27-Apr-2021 -# @author (original) Behrouz NematiPour -# @date (original) 05-Nov-2020 +# @author (last) Quang Nguyen +# @date (last) 06-Jul-2021 +# @author (original) Behrouz NematiPour +# @date (original) 05-Nov-2020 # ############################################################################ class Ranges: Index: dialin/common/ui_defs.py =================================================================== diff -u -r05f820aab61851f5c0ee8c4c95d047d50d6f0a2c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/common/ui_defs.py (.../ui_defs.py) (revision 05f820aab61851f5c0ee8c4c95d047d50d6f0a2c) +++ dialin/common/ui_defs.py (.../ui_defs.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ -################################################################ +########################################################################### # # Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file ui_defs.py +# @file ui_defs.py # -# @author (last) Peter Lucia -# @date (last) 06-Apr-2021 -# @author (original) Peter Lucia -# @date (original) 06-Apr-2021 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 06-Apr-2021 # ############################################################################ Index: dialin/dg/__init__.py =================================================================== diff -u -rf06c062512981820509a86a07a54b7070adbf3d1 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/__init__.py (.../__init__.py) (revision f06c062512981820509a86a07a54b7070adbf3d1) +++ dialin/dg/__init__.py (.../__init__.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file __init__.py +# @file __init__.py # -# @author (last) Peter Lucia -# @date (last) 21-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ from .constants import RESET, NO_RESET Index: dialin/dg/accelerometer.py =================================================================== diff -u -rf06c062512981820509a86a07a54b7070adbf3d1 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/accelerometer.py (.../accelerometer.py) (revision f06c062512981820509a86a07a54b7070adbf3d1) +++ dialin/dg/accelerometer.py (.../accelerometer.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file accelerometer.py +# @file accelerometer.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Sean Nash -# @date (original) 29-Jul-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Sean Nash +# @date (original) 29-Jul-2020 # ############################################################################ import struct Index: dialin/dg/alarms.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/alarms.py (.../alarms.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/alarms.py (.../alarms.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file alarms.py +# @file alarms.py # -# @author (last) Quang Nguyen -# @date (last) 03-Nov-2020 -# @author (original) Quang Nguyen -# @date (original) 02-Sep-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Quang Nguyen +# @date (original) 02-Sep-2020 # ############################################################################ import struct Index: dialin/dg/calibration_record.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/calibration_record.py (.../calibration_record.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/calibration_record.py (.../calibration_record.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file calibration_record.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 12-Feb-2021 +# +############################################################################ import struct import time from collections import OrderedDict Index: dialin/dg/chemical_disinfect.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/chemical_disinfect.py (.../chemical_disinfect.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/chemical_disinfect.py (.../chemical_disinfect.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file chemical_disinfect.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 02-May-2021 +# +############################################################################ import struct from enum import unique from logging import Logger Index: dialin/dg/concentrate_pumps.py =================================================================== diff -u -rf06c062512981820509a86a07a54b7070adbf3d1 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/concentrate_pumps.py (.../concentrate_pumps.py) (revision f06c062512981820509a86a07a54b7070adbf3d1) +++ dialin/dg/concentrate_pumps.py (.../concentrate_pumps.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file concentrate_pumps.py +# @file concentrate_pumps.py # -# @author (last) Quang Nguyen -# @date (last) 29-Oct-2020 -# @author (original) Quang Nguyen -# @date (original) 29-Oct-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Quang Nguyen +# @date (original) 29-Oct-2020 # ############################################################################ import struct Index: dialin/dg/conductivity_sensors.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/conductivity_sensors.py (.../conductivity_sensors.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/conductivity_sensors.py (.../conductivity_sensors.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file conductivity_sensors.py +# @file conductivity_sensors.py # -# @author (last) Quang Nguyen -# @date (last) 29-Oct-2020 -# @author (original) Quang Nguyen -# @date (original) 20-Jul-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Quang Nguyen +# @date (original) 20-Jul-2020 # ############################################################################ import struct Index: dialin/dg/constants.py =================================================================== diff -u -r4bdb012848d1b59be5edc31d677b77b9d95f6190 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/constants.py (.../constants.py) (revision 4bdb012848d1b59be5edc31d677b77b9d95f6190) +++ dialin/dg/constants.py (.../constants.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file constants.py +# @file constants.py # -# @author (last) Sean -# @date (last) 14-Apr-2020 -# @author (original) Sean -# @date (original) 14-Apr-2020 +# @author (last) Sean +# @date (last) 14-Apr-2020 +# @author (original) Sean +# @date (original) 14-Apr-2020 # ############################################################################ Index: dialin/dg/dialysate_generator.py =================================================================== diff -u -recfaee3ad071edb368488eb750692f16a91ddbad -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/dialysate_generator.py (.../dialysate_generator.py) (revision ecfaee3ad071edb368488eb750692f16a91ddbad) +++ dialin/dg/dialysate_generator.py (.../dialysate_generator.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file dialysate_generator.py +# @file dialysate_generator.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 30-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ Index: dialin/dg/drain_pump.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/drain_pump.py (.../drain_pump.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/drain_pump.py (.../drain_pump.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file drain_pump.py +# @file drain_pump.py # -# @author (last) Quang Nguyen -# @date (last) 03-Nov-2020 -# @author (original) Sean -# @date (original) 14-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Sean +# @date (original) 14-Apr-2020 # ############################################################################ import struct Index: dialin/dg/fans.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/fans.py (.../fans.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/fans.py (.../fans.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file fans.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 18-Nov-2020 +# +############################################################################ import struct from enum import unique from logging import Logger Index: dialin/dg/fluid_leak.py =================================================================== diff -u -rf06c062512981820509a86a07a54b7070adbf3d1 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/fluid_leak.py (.../fluid_leak.py) (revision f06c062512981820509a86a07a54b7070adbf3d1) +++ dialin/dg/fluid_leak.py (.../fluid_leak.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file fluid_leak.py +# @file fluid_leak.py # -# @author (last) Peman Montazemi -# @date (last) 11-Mar-2021 -# @author (original) Peman Montazemi -# @date (original) 11-Mar-2021 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peman Montazemi +# @date (original) 11-Mar-2021 # ############################################################################ import struct Index: dialin/dg/flush.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/flush.py (.../flush.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/flush.py (.../flush.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file flush.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 16-Apr-2021 +# +############################################################################ import struct from enum import unique from logging import Logger Index: dialin/dg/hd_proxy.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/hd_proxy.py (.../hd_proxy.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/hd_proxy.py (.../hd_proxy.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file hd_proxy.py +# @file hd_proxy.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Sean -# @date (original) 15-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Sean +# @date (original) 15-Apr-2020 # ############################################################################ from logging import Logger Index: dialin/dg/heat_disinfect.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/heat_disinfect.py (.../heat_disinfect.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/heat_disinfect.py (.../heat_disinfect.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file heat_disinfect.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 27-Feb-2021 +# +############################################################################ import struct from enum import unique from logging import Logger Index: dialin/dg/heaters.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/heaters.py (.../heaters.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/heaters.py (.../heaters.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file heaters.py +# @file heaters.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Dara Navaei -# @date (original) 29-May-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 29-May-2020 # ############################################################################ Index: dialin/dg/load_cells.py =================================================================== diff -u -rf06c062512981820509a86a07a54b7070adbf3d1 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/load_cells.py (.../load_cells.py) (revision f06c062512981820509a86a07a54b7070adbf3d1) +++ dialin/dg/load_cells.py (.../load_cells.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file load_cells.py +# @file load_cells.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Sean -# @date (original) 14-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Sean +# @date (original) 14-Apr-2020 # ############################################################################ import struct Index: dialin/dg/pressures.py =================================================================== diff -u -rf06c062512981820509a86a07a54b7070adbf3d1 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/pressures.py (.../pressures.py) (revision f06c062512981820509a86a07a54b7070adbf3d1) +++ dialin/dg/pressures.py (.../pressures.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file pressures.py +# @file pressures.py # -# @author (last) Quang Nguyen -# @date (last) 03-Nov-2020 -# @author (original) Sean -# @date (original) 14-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Sean +# @date (original) 14-Apr-2020 # ############################################################################ import struct Index: dialin/dg/reservoirs.py =================================================================== diff -u -rf06c062512981820509a86a07a54b7070adbf3d1 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/reservoirs.py (.../reservoirs.py) (revision f06c062512981820509a86a07a54b7070adbf3d1) +++ dialin/dg/reservoirs.py (.../reservoirs.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file reservoirs.py +# @file reservoirs.py # -# @author (last) Sean Nash -# @date (last) 15-Oct-2020 -# @author (original) Sean -# @date (original) 14-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Sean +# @date (original) 14-Apr-2020 # ############################################################################ import struct Index: dialin/dg/ro_pump.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/ro_pump.py (.../ro_pump.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/ro_pump.py (.../ro_pump.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file ro_pump.py +# @file ro_pump.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Sean -# @date (original) 14-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Sean +# @date (original) 14-Apr-2020 # ############################################################################ import struct Index: dialin/dg/rtc.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/rtc.py (.../rtc.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/rtc.py (.../rtc.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file rtc.py +# @file rtc.py # -# @author (last) Quang Nguyen -# @date (last) 13-May-2021 -# @author (original) Quang Nguyen -# @date (original) 13-May-2021 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Quang Nguyen +# @date (original) 13-May-2021 # ############################################################################ Index: dialin/dg/samplewater.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/samplewater.py (.../samplewater.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/samplewater.py (.../samplewater.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file samplewater.py +# @file samplewater.py # -# @author (last) Quang Nguyen -# @date (last) 29-May-2021 -# @author (original) Quang Nguyen -# @date (original) 02-Mar-2021 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Quang Nguyen +# @date (original) 02-Mar-2021 # ############################################################################ import struct Index: dialin/dg/scheduled_runs_record.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/scheduled_runs_record.py (.../scheduled_runs_record.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/scheduled_runs_record.py (.../scheduled_runs_record.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file scheduled_runs_record.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 12-Feb-2021 +# +############################################################################ import struct import time import math Index: dialin/dg/service_record.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/service_record.py (.../service_record.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/service_record.py (.../service_record.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file service_record.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 12-Feb-2021 +# +############################################################################ import struct import time from collections import OrderedDict Index: dialin/dg/switches.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/switches.py (.../switches.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/switches.py (.../switches.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file switches.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 25-Jul-2021 +# +############################################################################ import struct from enum import unique from logging import Logger Index: dialin/dg/system_record.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/system_record.py (.../system_record.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/system_record.py (.../system_record.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file system_record.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 10-Feb-2021 +# +############################################################################ import struct import time from collections import OrderedDict Index: dialin/dg/temperature_sensors.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/temperature_sensors.py (.../temperature_sensors.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/temperature_sensors.py (.../temperature_sensors.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file temperature_sensors.py +# @file temperature_sensors.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Dara Navaei -# @date (original) 02-Jun-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 02-Jun-2020 # ############################################################################ import struct Index: dialin/dg/thermistors.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/thermistors.py (.../thermistors.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/thermistors.py (.../thermistors.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file thermistors.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 18-Nov-2020 +# +############################################################################ import struct from enum import unique from logging import Logger Index: dialin/dg/uv_reactors.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/uv_reactors.py (.../uv_reactors.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/uv_reactors.py (.../uv_reactors.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file uv_reactors.py +# +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 18-Nov-2020 +# +############################################################################ import struct from enum import unique from logging import Logger Index: dialin/dg/valves.py =================================================================== diff -u -r5ac4d7d984a093a2e76df9ecef4b3753f76b6abd -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/valves.py (.../valves.py) (revision 5ac4d7d984a093a2e76df9ecef4b3753f76b6abd) +++ dialin/dg/valves.py (.../valves.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file valves.py +# @file valves.py # -# @author (last) Quang Nguyen -# @date (last) 03-Nov-2020 -# @author (original) Peman Montazemi -# @date (original) 19-May-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Peman Montazemi +# @date (original) 19-May-2020 # ############################################################################ Index: dialin/dg/voltages.py =================================================================== diff -u -recfaee3ad071edb368488eb750692f16a91ddbad -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/dg/voltages.py (.../voltages.py) (revision ecfaee3ad071edb368488eb750692f16a91ddbad) +++ dialin/dg/voltages.py (.../voltages.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file voltages.py +# @file voltages.py # -# @author (last) Sean Nash -# @date (last) 22-Apr-2021 -# @author (original) Sean Nash -# @date (original) 22-Apr-2021 +# @author (last) Quang Nguyen +# @date (last) 30-Aug-2021 +# @author (original) Sean Nash +# @date (original) 22-Apr-2021 # ############################################################################ import struct Index: dialin/hd/accelerometer.py =================================================================== diff -u -r78f3b6100f792682a26f87f6333a1d7243767fb6 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/accelerometer.py (.../accelerometer.py) (revision 78f3b6100f792682a26f87f6333a1d7243767fb6) +++ dialin/hd/accelerometer.py (.../accelerometer.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file accelerometer.py +# @file accelerometer.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Sean Nash -# @date (original) 29-Jul-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Sean Nash +# @date (original) 29-Jul-2020 # ############################################################################ import struct Index: dialin/hd/air_bubbles.py =================================================================== diff -u -r78f3b6100f792682a26f87f6333a1d7243767fb6 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/air_bubbles.py (.../air_bubbles.py) (revision 78f3b6100f792682a26f87f6333a1d7243767fb6) +++ dialin/hd/air_bubbles.py (.../air_bubbles.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file air_bubble.py +# @file air_bubbles.py # -# @author (last) Peman Montazemi -# @date (last) 18-May-2021 -# @author (original) Peman Montazemi -# @date (original) 18-May-2021 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Peman Montazemi +# @date (original) 18-May-2021 # ############################################################################ import struct Index: dialin/hd/air_trap.py =================================================================== diff -u -rebf0a72a1a1a52f3cfe20975de4857201275888c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/air_trap.py (.../air_trap.py) (revision ebf0a72a1a1a52f3cfe20975de4857201275888c) +++ dialin/hd/air_trap.py (.../air_trap.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file air_trap.py +# @file air_trap.py # -# @author (last) Peter Lucia -# @date (last) 02-Oct-2020 -# @author (original) Sean Nash -# @date (original) 21-Sep-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Sean Nash +# @date (original) 21-Sep-2020 # ############################################################################ import struct Index: dialin/hd/alarms.py =================================================================== diff -u -recfaee3ad071edb368488eb750692f16a91ddbad -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/alarms.py (.../alarms.py) (revision ecfaee3ad071edb368488eb750692f16a91ddbad) +++ dialin/hd/alarms.py (.../alarms.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file alarms.py +# @file alarms.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 30-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import struct Index: dialin/hd/blood_flow.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/blood_flow.py (.../blood_flow.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/blood_flow.py (.../blood_flow.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file blood_flow.py +# @file blood_flow.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import struct Index: dialin/hd/blood_leak.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/blood_leak.py (.../blood_leak.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/blood_leak.py (.../blood_leak.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file blood_leak.py +# @file blood_leak.py # -# @author (last) Peman Montazemi -# @date (last) 15-Apr-2021 -# @author (original) Peman Montazemi -# @date (original) 15-Apr-2021 +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Peman Montazemi +# @date (original) 15-Apr-2021 # ############################################################################ import struct Index: dialin/hd/buttons.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/buttons.py (.../buttons.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/buttons.py (.../buttons.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file buttons.py +# @file buttons.py # -# @author (last) Sean Nash -# @date (last) 15-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import struct Index: dialin/hd/calibration_record.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/calibration_record.py (.../calibration_record.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/calibration_record.py (.../calibration_record.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file calibration_record.py +# +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 14-Feb-2021 +# +############################################################################ import struct import time from collections import OrderedDict Index: dialin/hd/constants.py =================================================================== diff -u -r91dc90bd009bdbf5621dcaa1bc12ab3d691673f7 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/constants.py (.../constants.py) (revision 91dc90bd009bdbf5621dcaa1bc12ab3d691673f7) +++ dialin/hd/constants.py (.../constants.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file constants.py +# @file constants.py # -# @author (last) Sean Nash -# @date (last) 10-Sep-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Sean Nash +# @date (last) 10-Sep-2020 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ Index: dialin/hd/dialysate_inlet_flow.py =================================================================== diff -u -rebf0a72a1a1a52f3cfe20975de4857201275888c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/dialysate_inlet_flow.py (.../dialysate_inlet_flow.py) (revision ebf0a72a1a1a52f3cfe20975de4857201275888c) +++ dialin/hd/dialysate_inlet_flow.py (.../dialysate_inlet_flow.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file dialysate_inlet_flow.py +# @file dialysate_inlet_flow.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import struct Index: dialin/hd/dialysate_outlet_flow.py =================================================================== diff -u -rebf0a72a1a1a52f3cfe20975de4857201275888c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/dialysate_outlet_flow.py (.../dialysate_outlet_flow.py) (revision ebf0a72a1a1a52f3cfe20975de4857201275888c) +++ dialin/hd/dialysate_outlet_flow.py (.../dialysate_outlet_flow.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file dialysate_outlet_flow.py +# @file dialysate_outlet_flow.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import struct Index: dialin/hd/fluid_leak.py =================================================================== diff -u -rebf0a72a1a1a52f3cfe20975de4857201275888c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/fluid_leak.py (.../fluid_leak.py) (revision ebf0a72a1a1a52f3cfe20975de4857201275888c) +++ dialin/hd/fluid_leak.py (.../fluid_leak.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file fluid_leak.py +# @file fluid_leak.py # -# @author (last) Peman Montazemi -# @date (last) 10-Mar-2021 -# @author (original) Peman Montazemi -# @date (original) 10-Mar-2021 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peman Montazemi +# @date (original) 10-Mar-2021 # ############################################################################ import struct Index: dialin/hd/hemodialysis_device.py =================================================================== diff -u -recfaee3ad071edb368488eb750692f16a91ddbad -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/hemodialysis_device.py (.../hemodialysis_device.py) (revision ecfaee3ad071edb368488eb750692f16a91ddbad) +++ dialin/hd/hemodialysis_device.py (.../hemodialysis_device.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file hemodialysis_device.py +# @file hemodialysis_device.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 30-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import struct Index: dialin/hd/pressure_occlusion.py =================================================================== diff -u -rebf0a72a1a1a52f3cfe20975de4857201275888c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/pressure_occlusion.py (.../pressure_occlusion.py) (revision ebf0a72a1a1a52f3cfe20975de4857201275888c) +++ dialin/hd/pressure_occlusion.py (.../pressure_occlusion.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file pressure_occlusion.py +# @file pressure_occlusion.py # -# @author (last) Peter Lucia -# @date (last) 03-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import struct Index: dialin/hd/pretreatment.py =================================================================== diff -u -rebf0a72a1a1a52f3cfe20975de4857201275888c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/pretreatment.py (.../pretreatment.py) (revision ebf0a72a1a1a52f3cfe20975de4857201275888c) +++ dialin/hd/pretreatment.py (.../pretreatment.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file pretreatment.py +# @file pretreatment.py # -# @author (last) Quang Nguyen -# @date (last) 28-Feb-2021 -# @author (original) Quang Nguyen -# @date (original) 28-Feb-2021 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Quang Nguyen +# @date (original) 02-Mar-2021 # ############################################################################ import struct Index: dialin/hd/rtc.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/rtc.py (.../rtc.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/rtc.py (.../rtc.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file rtc.py +# @file rtc.py # -# @author (last) Peter Lucia -# @date (last) 03-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import ctypes Index: dialin/hd/service_record.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/service_record.py (.../service_record.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/service_record.py (.../service_record.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file service_record.py +# +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 14-Feb-2021 +# +############################################################################ import struct import time from collections import OrderedDict Index: dialin/hd/switches.py =================================================================== diff -u -rebf0a72a1a1a52f3cfe20975de4857201275888c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/switches.py (.../switches.py) (revision ebf0a72a1a1a52f3cfe20975de4857201275888c) +++ dialin/hd/switches.py (.../switches.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file switches.py +# +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Dara Navaei +# @date (original) 25-Jul-2021 +# +############################################################################ import struct from enum import unique Index: dialin/hd/syringe_pump.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/syringe_pump.py (.../syringe_pump.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/syringe_pump.py (.../syringe_pump.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file air_trap.py +# @file syringe_pump.py # -# @author (last) Peter Lucia -# @date (last) 02-Oct-2020 -# @author (original) Sean Nash -# @date (original) 21-Sep-2020 +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Sean Nash +# @date (original) 12-Mar-2021 # ############################################################################ import struct Index: dialin/hd/system_record.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/system_record.py (.../system_record.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/system_record.py (.../system_record.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file system_record.py +# +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 14-Feb-2021 +# +############################################################################ import struct import time from collections import OrderedDict Index: dialin/hd/treatment.py =================================================================== diff -u -recfaee3ad071edb368488eb750692f16a91ddbad -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/treatment.py (.../treatment.py) (revision ecfaee3ad071edb368488eb750692f16a91ddbad) +++ dialin/hd/treatment.py (.../treatment.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file treatment.py +# @file treatment.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 30-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import struct Index: dialin/hd/ui_proxy.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/ui_proxy.py (.../ui_proxy.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/ui_proxy.py (.../ui_proxy.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file ui_proxy.py +# @file ui_proxy.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Sean -# @date (original) 15-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Sean +# @date (original) 15-Apr-2020 # ############################################################################ import enum Index: dialin/hd/valves.py =================================================================== diff -u -r717213478a1176cd315e5f4006ce8aeacbc4c0dc -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/valves.py (.../valves.py) (revision 717213478a1176cd315e5f4006ce8aeacbc4c0dc) +++ dialin/hd/valves.py (.../valves.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file valves.py +# @file valves.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Dara Navaei -# @date (original) 19-Aug-2020 +# @author (last) Quang Nguyen +# @date (last) 05-Aug-2021 +# @author (original) Dara Navaei +# @date (original) 19-Aug-2020 # ############################################################################ Index: dialin/hd/voltages.py =================================================================== diff -u -recfaee3ad071edb368488eb750692f16a91ddbad -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/voltages.py (.../voltages.py) (revision ecfaee3ad071edb368488eb750692f16a91ddbad) +++ dialin/hd/voltages.py (.../voltages.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file voltages.py +# @file voltages.py # -# @author (last) Sean Nash -# @date (last) 15-Apr-2021 -# @author (original) Sean Nash -# @date (original) 15-Apr-2021 +# @author (last) Quang Nguyen +# @date (last) 30-Aug-2021 +# @author (original) Sean Nash +# @date (original) 15-Apr-2021 # ############################################################################ import struct Index: dialin/hd/watchdog.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/hd/watchdog.py (.../watchdog.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/hd/watchdog.py (.../watchdog.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file watchdog.py +# @file watchdog.py # -# @author (last) Peter Lucia -# @date (last) 03-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ from logging import Logger Index: dialin/protocols/CAN.py =================================================================== diff -u -r84c27039ff52288085a46224a149cbcbdd4895f5 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/protocols/CAN.py (.../CAN.py) (revision 84c27039ff52288085a46224a149cbcbdd4895f5) +++ dialin/protocols/CAN.py (.../CAN.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file CAN.py +# @file CAN.py # -# @author (last) Peter Lucia -# @date (last) 16-Sep-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 10-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ Index: dialin/ui/crc.py =================================================================== diff -u -rf990c9bb863683c74bbe78c71932a14d7cf35422 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/ui/crc.py (.../crc.py) (revision f990c9bb863683c74bbe78c71932a14d7cf35422) +++ dialin/ui/crc.py (.../crc.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file crc.py +# @file crc.py # -# @author (last) Peter Lucia -# @date (last) 21-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 09-Jul-2020 +# @author (last) Quang Nguyen +# @date (last) 22-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 11-Nov-2020 # ############################################################################ Index: dialin/ui/dg_simulator.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/ui/dg_simulator.py (.../dg_simulator.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/ui/dg_simulator.py (.../dg_simulator.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file hd_simulator.py +# @file dg_simulator.py # -# @author (last) Peter Lucia -# @date (last) 15-Mar-2020 -# @author (original) Peter Lucia -# @date (original) 15-Mar-2020 +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 16-Mar-2021 # ############################################################################ from ..common import * Index: dialin/ui/globals.py =================================================================== diff -u -rf990c9bb863683c74bbe78c71932a14d7cf35422 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/ui/globals.py (.../globals.py) (revision f990c9bb863683c74bbe78c71932a14d7cf35422) +++ dialin/ui/globals.py (.../globals.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,15 +1 @@ -########################################################################### -# -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. -# -# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN -# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. -# -# @file globals.py -# -# @author (last) Peter Lucia -# @date (last) 21-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 09-Jul-2020 -# -############################################################################ Index: dialin/ui/hd_simulator.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file hd_simulator.py +# @file hd_simulator.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 06-Aug-2020 +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 06-Aug-2020 # ############################################################################ import enum Index: dialin/ui/hd_simulator_alarms.py =================================================================== diff -u -r076965b54ec7f9711537ad5553de65b4da11338e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/ui/hd_simulator_alarms.py (.../hd_simulator_alarms.py) (revision 076965b54ec7f9711537ad5553de65b4da11338e) +++ dialin/ui/hd_simulator_alarms.py (.../hd_simulator_alarms.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file hd_simulator_alarms.py +# @file hd_simulator_alarms.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 28-Sep-2020 +# @author (last) Quang Nguyen +# @date (last) 11-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 28-Sep-2020 # ############################################################################ import struct Index: dialin/ui/messageBuilder.py =================================================================== diff -u -rf990c9bb863683c74bbe78c71932a14d7cf35422 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/ui/messageBuilder.py (.../messageBuilder.py) (revision f990c9bb863683c74bbe78c71932a14d7cf35422) +++ dialin/ui/messageBuilder.py (.../messageBuilder.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file messageBuilder.py +# @file messageBuilder.py # -# @author (last) Peter Lucia -# @date (last) 21-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 09-Jul-2020 +# @author (last) Quang Nguyen +# @date (last) 22-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 11-Nov-2020 # ############################################################################ Index: dialin/ui/unittests.py =================================================================== diff -u -rf990c9bb863683c74bbe78c71932a14d7cf35422 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/ui/unittests.py (.../unittests.py) (revision f990c9bb863683c74bbe78c71932a14d7cf35422) +++ dialin/ui/unittests.py (.../unittests.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file unittests.py +# @file unittests.py # -# @author (last) Peter Lucia -# @date (last) 21-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 09-Jul-2020 +# @author (last) Quang Nguyen +# @date (last) 22-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 11-Nov-2020 # ############################################################################ Index: dialin/ui/utils.py =================================================================== diff -u -rf990c9bb863683c74bbe78c71932a14d7cf35422 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/ui/utils.py (.../utils.py) (revision f990c9bb863683c74bbe78c71932a14d7cf35422) +++ dialin/ui/utils.py (.../utils.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file nv_ops_utils.py +# @file utils.py # -# @author (last) Behrouz NematiPour -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 09-Jul-2020 +# @author (last) Quang Nguyen +# @date (last) 22-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 11-Nov-2020 # ############################################################################ Index: dialin/utils/base.py =================================================================== diff -u -rebf0a72a1a1a52f3cfe20975de4857201275888c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/utils/base.py (.../base.py) (revision ebf0a72a1a1a52f3cfe20975de4857201275888c) +++ dialin/utils/base.py (.../base.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file base.py +# @file base.py # -# @author (last) Peter Lucia -# @date (last) 02-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 22-Jun-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 22-Jun-2020 # ############################################################################ import logging Index: dialin/utils/checks.py =================================================================== diff -u -rf0487ded330dd831fede0982e53d40467fa33dde -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/utils/checks.py (.../checks.py) (revision f0487ded330dd831fede0982e53d40467fa33dde) +++ dialin/utils/checks.py (.../checks.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file checks.py +# @file checks.py # -# @author (last) Sean Nash -# @date (last) 27-May-2021 -# @author (original) Sean Nash -# @date (original) 27-May-2021 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Sean Nash +# @date (original) 27-May-2021 # ############################################################################ Index: dialin/utils/conversions.py =================================================================== diff -u -rf0487ded330dd831fede0982e53d40467fa33dde -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/utils/conversions.py (.../conversions.py) (revision f0487ded330dd831fede0982e53d40467fa33dde) +++ dialin/utils/conversions.py (.../conversions.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file conversions.py +# @file conversions.py # -# @author (last) Peter Lucia -# @date (last) 06-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import struct Index: dialin/utils/data_logger.py =================================================================== diff -u -rf0487ded330dd831fede0982e53d40467fa33dde -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/utils/data_logger.py (.../data_logger.py) (revision f0487ded330dd831fede0982e53d40467fa33dde) +++ dialin/utils/data_logger.py (.../data_logger.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2021 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file data_logger.py +# @file data_logger.py # -# @author (last) Peter Lucia -# @date (last) 05-May-2021 -# @author (original) Peter Lucia -# @date (original) 05-May-2021 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 30-Apr-2021 # ############################################################################ import glob Index: dialin/utils/excel_ops.py =================================================================== diff -u -rf0487ded330dd831fede0982e53d40467fa33dde -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/utils/excel_ops.py (.../excel_ops.py) (revision f0487ded330dd831fede0982e53d40467fa33dde) +++ dialin/utils/excel_ops.py (.../excel_ops.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file excel_ops.py +# +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Dara Navaei +# @date (original) 21-Feb-2021 +# +############################################################################ import os import math Index: dialin/utils/helpers.py =================================================================== diff -u -rf0487ded330dd831fede0982e53d40467fa33dde -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/utils/helpers.py (.../helpers.py) (revision f0487ded330dd831fede0982e53d40467fa33dde) +++ dialin/utils/helpers.py (.../helpers.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2021 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file helpers.py +# @file helpers.py # -# @author (last) Peter Lucia -# @date (last) 05-May-2021 -# @author (original) Peter Lucia -# @date (original) 05-May-2021 +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import logging Index: dialin/utils/nv_ops_utils.py =================================================================== diff -u -rf0487ded330dd831fede0982e53d40467fa33dde -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/utils/nv_ops_utils.py (.../nv_ops_utils.py) (revision f0487ded330dd831fede0982e53d40467fa33dde) +++ dialin/utils/nv_ops_utils.py (.../nv_ops_utils.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file nv_ops_utils.py +# +# @author (last) Quang Nguyen +# @date (last) 07-Jul-2021 +# @author (original) Dara Navaei +# @date (original) 21-Feb-2021 +# +############################################################################ import struct import time from logging import Logger Index: dialin/utils/singleton.py =================================================================== diff -u -r0d1e40ce50fa9b702ec281b6fc9c85e52a3e1490 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- dialin/utils/singleton.py (.../singleton.py) (revision 0d1e40ce50fa9b702ec281b6fc9c85e52a3e1490) +++ dialin/utils/singleton.py (.../singleton.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file singleton.py +# @file singleton.py # -# @author (last) Peter Lucia -# @date (last) 28-Apr-2020 -# @author (original) Peter Lucia -# @date (original) 28-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 19-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ from threading import Lock Index: docs/source/conf.py =================================================================== diff -u -r66faa64241990e030e9ca754083bb60072752f1d -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- docs/source/conf.py (.../conf.py) (revision 66faa64241990e030e9ca754083bb60072752f1d) +++ docs/source/conf.py (.../conf.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -2,17 +2,17 @@ # -*- coding: utf-8 -*- ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file conf.py +# @file conf.py # -# @author (last) Peter Lucia -# @date (last) 28-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 29-May-2020 +# @author (last) Quang Nguyen +# @date (last) 01-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 29-May-2020 # ############################################################################ Index: setup.py =================================================================== diff -u -rab795e894aeaf34e34566aa22e7801ab0f585f43 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- setup.py (.../setup.py) (revision ab795e894aeaf34e34566aa22e7801ab0f585f43) +++ setup.py (.../setup.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file setup.py +# @file setup.py # -# @author (last) Peter Lucia -# @date (last) 01-Sep-2020 -# @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @author (last) Quang Nguyen +# @date (last) 09-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 02-Apr-2020 # ############################################################################ import setuptools Index: tests/air_trap_levels.py =================================================================== diff -u -r91dc90bd009bdbf5621dcaa1bc12ab3d691673f7 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/air_trap_levels.py (.../air_trap_levels.py) (revision 91dc90bd009bdbf5621dcaa1bc12ab3d691673f7) +++ tests/air_trap_levels.py (.../air_trap_levels.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file air_trap_levels.py +# @file air_trap_levels.py # -# @author (last) Sean Nash -# @date (last) 24-Sep-2020 -# @author (original) Sean Nash -# @date (original) 24-Sep-2020 +# @author (last) Sean Nash +# @date (last) 24-Sep-2020 +# @author (original) Sean Nash +# @date (original) 24-Sep-2020 # ############################################################################ Index: tests/dg_fluid_leak_state.py =================================================================== diff -u -rb4d197e83a8ef9a32d3011991c263d7c0f2fabc3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/dg_fluid_leak_state.py (.../dg_fluid_leak_state.py) (revision b4d197e83a8ef9a32d3011991c263d7c0f2fabc3) +++ tests/dg_fluid_leak_state.py (.../dg_fluid_leak_state.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file dg_fluid_leak_state.py +# @file dg_fluid_leak_state.py # -# @author (last) Peman Montazemi -# @date (last) 11-Mar-2021 -# @author (original) Peman Montazemi -# @date (original) 11-Mar-2021 +# @author (last) Dara Navaei +# @date (last) 13-May-2021 +# @author (original) Peman Montazemi +# @date (original) 11-Mar-2021 # ############################################################################ Index: tests/dg_hd_switches_test.py =================================================================== diff -u -rc4776c1885f259b231532ef5ba7e904178cd0005 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/dg_hd_switches_test.py (.../dg_hd_switches_test.py) (revision c4776c1885f259b231532ef5ba7e904178cd0005) +++ tests/dg_hd_switches_test.py (.../dg_hd_switches_test.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file dg_hd_switches_test.py +# +# @author (last) Dara Navaei +# @date (last) 29-Jul-2021 +# @author (original) Dara Navaei +# @date (original) 29-Jul-2021 +# +############################################################################ from dialin.dg.dialysate_generator import DG Index: tests/dg_heat_and_chemical_disinfect_test.py =================================================================== diff -u -r696821d82f79006d71147ebda2d6fed290b8a500 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/dg_heat_and_chemical_disinfect_test.py (.../dg_heat_and_chemical_disinfect_test.py) (revision 696821d82f79006d71147ebda2d6fed290b8a500) +++ tests/dg_heat_and_chemical_disinfect_test.py (.../dg_heat_and_chemical_disinfect_test.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file dg_heat_and_chemical_disinfect_test.py +# +# @author (last) Dara Navaei +# @date (last) 30-Jun-2021 +# @author (original) Dara Navaei +# @date (original) 02-May-2021 +# +############################################################################ import sys Index: tests/dg_heaters_test.py =================================================================== diff -u -rdd42e4d9cfe821b0a755ccc86cc1a4a2a3dd2f37 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/dg_heaters_test.py (.../dg_heaters_test.py) (revision dd42e4d9cfe821b0a755ccc86cc1a4a2a3dd2f37) +++ tests/dg_heaters_test.py (.../dg_heaters_test.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file dg_heaters_test.py +# @file dg_heaters_test.py # -# @author (last) Dara Navaei -# @date (last) 07-Jul-2020 -# @author (original) Dara Navaei -# @date (original) 29-May-2020 +# @author (last) Dara Navaei +# @date (last) 01-Apr-2021 +# @author (original) Dara Navaei +# @date (original) 29-May-2020 # ############################################################################ import sys Index: tests/dg_valves_test.py =================================================================== diff -u -rdd42e4d9cfe821b0a755ccc86cc1a4a2a3dd2f37 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/dg_valves_test.py (.../dg_valves_test.py) (revision dd42e4d9cfe821b0a755ccc86cc1a4a2a3dd2f37) +++ tests/dg_valves_test.py (.../dg_valves_test.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file dg_valves_test.py +# @file dg_valves_test.py # -# @author (last) Peter Lucia -# @date (last) 09-Jul-2020 -# @author (original) Peman Montazemi -# @date (original) 20-May-2020 +# @author (last) Dara Navaei +# @date (last) 01-Apr-2021 +# @author (original) Peman Montazemi +# @date (original) 20-May-2020 # ############################################################################ Index: tests/hd_air_bubbles_data.py =================================================================== diff -u -r2edb623be1497fb2df4d2608b8e22c39de31fab1 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/hd_air_bubbles_data.py (.../hd_air_bubbles_data.py) (revision 2edb623be1497fb2df4d2608b8e22c39de31fab1) +++ tests/hd_air_bubbles_data.py (.../hd_air_bubbles_data.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file hd_blood_leak_state.py +# @file hd_air_bubbles_data.py # -# @author (last) Peman Montazemi -# @date (last) 18-May-2021 -# @author (original) Peman Montazemi -# @date (original) 18-May-2021 +# @author (last) Peman Montazemi +# @date (last) 21-May-2021 +# @author (original) Peman Montazemi +# @date (original) 18-May-2021 # ############################################################################ Index: tests/hd_blood_leak_data.py =================================================================== diff -u -refea63fad448f39b26755789684ada5683d67126 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/hd_blood_leak_data.py (.../hd_blood_leak_data.py) (revision efea63fad448f39b26755789684ada5683d67126) +++ tests/hd_blood_leak_data.py (.../hd_blood_leak_data.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file hd_blood_leak_state.py +# @file hd_blood_leak_data.py # -# @author (last) Peman Montazemi -# @date (last) 15-Apr-2021 -# @author (original) Peman Montazemi -# @date (original) 15-Apr-2021 +# @author (last) Peman Montazemi +# @date (last) 22-Apr-2021 +# @author (original) Peman Montazemi +# @date (original) 15-Apr-2021 # ############################################################################ Index: tests/hd_fluid_leak_state.py =================================================================== diff -u -rb4d197e83a8ef9a32d3011991c263d7c0f2fabc3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/hd_fluid_leak_state.py (.../hd_fluid_leak_state.py) (revision b4d197e83a8ef9a32d3011991c263d7c0f2fabc3) +++ tests/hd_fluid_leak_state.py (.../hd_fluid_leak_state.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file hd_fluid_leak_state.py +# @file hd_fluid_leak_state.py # -# @author (last) Peman Montazemi -# @date (last) 10-Mar-2021 -# @author (original) Peman Montazemi -# @date (original) 10-Mar-2021 +# @author (last) Dara Navaei +# @date (last) 13-May-2021 +# @author (original) Peman Montazemi +# @date (original) 10-Mar-2021 # ############################################################################ Index: tests/hd_test_pumps_open_loop.py =================================================================== diff -u -r91dc90bd009bdbf5621dcaa1bc12ab3d691673f7 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/hd_test_pumps_open_loop.py (.../hd_test_pumps_open_loop.py) (revision 91dc90bd009bdbf5621dcaa1bc12ab3d691673f7) +++ tests/hd_test_pumps_open_loop.py (.../hd_test_pumps_open_loop.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file hd_test_pumps_open_loop.py +# @file hd_test_pumps_open_loop.py # -# @author (last) Sean Nash -# @date (last) 05-Aug-2020 -# @author (original) Sean Nash -# @date (original) 05-Aug-2020 +# @author (last) Sean Nash +# @date (last) 05-Aug-2020 +# @author (original) Sean Nash +# @date (original) 05-Aug-2020 # ############################################################################ import sys Index: tests/hd_valves_test.py =================================================================== diff -u -rcea384a65cd9f07a347924eb760c012f3520d874 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/hd_valves_test.py (.../hd_valves_test.py) (revision cea384a65cd9f07a347924eb760c012f3520d874) +++ tests/hd_valves_test.py (.../hd_valves_test.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file hd_valves_test.py +# @file hd_valves_test.py # -# @author (last) Dara Navaei -# @date (last) 02-Oct-2020 -# @author (original) Dara Navaei -# @date (original) 19-Aug-2020 +# @author (last) Dara Navaei +# @date (last) 27-May-2021 +# @author (original) Dara Navaei +# @date (original) 19-Aug-2020 # ############################################################################ import sys Index: tests/peter/set_RTCs.py =================================================================== diff -u -r179cd697f39a80fa34e7293a5f8a8700898ba4ce -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/set_RTCs.py (.../set_RTCs.py) (revision 179cd697f39a80fa34e7293a5f8a8700898ba4ce) +++ tests/peter/set_RTCs.py (.../set_RTCs.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file set_RTCs.py +# @file set_RTCs.py # -# @author (last) Sean Nash -# @date (last) 14-Aug-2020 -# @author (original) Sean Nash -# @date (original) 05-Aug-2020 +# @author (last) Quang Nguyen +# @date (last) 13-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ Index: tests/peter/test_POST.py =================================================================== diff -u -r8ba3986f8fe9ef801c9f592a37f90933effbd34d -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_POST.py (.../test_POST.py) (revision 8ba3986f8fe9ef801c9f592a37f90933effbd34d) +++ tests/peter/test_POST.py (.../test_POST.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,19 +1,18 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_post.py +# @file test_POST.py # -# @author (last) Peter Lucia -# @date (last) 21-Mar-2021 -# @author (original) Peter Lucia -# @date (original) 21-Mar-2021 +# @author (last) Peter Lucia +# @date (last) 06-Jun-2021 +# @author (original) Peter Lucia +# @date (original) 24-May-2021 # ############################################################################ -# in case PYTHONPATH is not set import sys sys.path.append("../../") from dialin import HDSimulator, DGSimulator Index: tests/peter/test_blood_flow.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_blood_flow.py (.../test_blood_flow.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_blood_flow.py (.../test_blood_flow.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_alarms.py +# @file test_blood_flow.py # -# @author (last) Peter Lucia -# @date (last) 02-Feb-2020 -# @author (original) Peter Lucia -# @date (original) 02-Feb-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import numpy as np Index: tests/peter/test_can.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_can.py (.../test_can.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_can.py (.../test_can.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_can.py +# @file test_can.py # -# @author (last) Peter Lucia -# @date (last) 10-Sep-2020 -# @author (original) Peter Lucia -# @date (original) 12-Aug-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_data_logger.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_data_logger.py (.../test_data_logger.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_data_logger.py (.../test_data_logger.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_saline_bolus.py +# @file test_data_logger.py # -# @author (last) Peter Lucia -# @date (last) 15-Mar-2021 -# @author (original) Peter Lucia -# @date (original) 15-Mar-2021 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 30-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_debug_text.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_debug_text.py (.../test_debug_text.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_debug_text.py (.../test_debug_text.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_debug_text.py +# @file test_debug_text.py # -# @author (last) Peter Lucia -# @date (last) 03-Dec-2020 -# @author (original) Peter Lucia -# @date (original) 03-Dec-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_demo.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_demo.py (.../test_demo.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_demo.py (.../test_demo.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_demo.py +# @file test_demo.py # -# @author (last) Peter Lucia -# @date (last) 11-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 15-May-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_dg_records.py =================================================================== diff -u -r058f17a46729106be6475d96ad68b523f8f04ff4 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_dg_records.py (.../test_dg_records.py) (revision 058f17a46729106be6475d96ad68b523f8f04ff4) +++ tests/peter/test_dg_records.py (.../test_dg_records.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file test_dg_records.py +# +# @author (last) Dara Navaei +# @date (last) 30-Jul-2021 +# @author (original) Dara Navaei +# @date (original) 20-Jul-2021 +# +############################################################################ import copy import pprint import subprocess Index: tests/peter/test_dg_thermistors.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_dg_thermistors.py (.../test_dg_thermistors.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_dg_thermistors.py (.../test_dg_thermistors.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_alarms.py +# @file test_dg_thermistors.py # -# @author (last) Peter Lucia -# @date (last) 02-Feb-2020 -# @author (original) Peter Lucia -# @date (original) 02-Feb-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 30-Apr-2021 # ############################################################################ import numpy as np Index: tests/peter/test_dg_valves.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_dg_valves.py (.../test_dg_valves.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_dg_valves.py (.../test_dg_valves.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_alarms.py +# @file test_dg_valves.py # -# @author (last) Peter Lucia -# @date (last) 02-Feb-2020 -# @author (original) Peter Lucia -# @date (original) 02-Feb-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 30-Apr-2021 # ############################################################################ import numpy as np Index: tests/peter/test_dg_valves_observer.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_dg_valves_observer.py (.../test_dg_valves_observer.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_dg_valves_observer.py (.../test_dg_valves_observer.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_dg_valves_observer.py +# @file test_dg_valves_observer.py # -# @author (last) Peter Lucia -# @date (last) 06-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 14-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ Index: tests/peter/test_fw_controller.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_fw_controller.py (.../test_fw_controller.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_fw_controller.py (.../test_fw_controller.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_fw_controller.py +# @file test_fw_controller.py # -# @author (last) Peter Lucia -# @date (last) 28-Dec-2020 -# @author (original) Peter Lucia -# @date (original) 28-Dec-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_gen_requirements.py =================================================================== diff -u -rbc228b037aaa5c57d49aee9658f6083036885415 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_gen_requirements.py (.../test_gen_requirements.py) (revision bc228b037aaa5c57d49aee9658f6083036885415) +++ tests/peter/test_gen_requirements.py (.../test_gen_requirements.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_gen_requirements.py +# @file test_gen_requirements.py # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 09-Jul-2020 +# @author (last) Quang Nguyen +# @date (last) 26-Aug-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_hd_dg_simulators.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_hd_dg_simulators.py (.../test_hd_dg_simulators.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_hd_dg_simulators.py (.../test_hd_dg_simulators.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_saline_bolus.py +# @file test_hd_dg_simulators.py # -# @author (last) Peter Lucia -# @date (last) 15-Mar-2021 -# @author (original) Peter Lucia -# @date (original) 15-Mar-2021 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_hd_fluid_leak.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_hd_fluid_leak.py (.../test_hd_fluid_leak.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_hd_fluid_leak.py (.../test_hd_fluid_leak.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_alarms.py +# @file test_hd_fluid_leak.py # -# @author (last) Peter Lucia -# @date (last) 03-May-2020 -# @author (original) Peter Lucia -# @date (original) 03-May-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 03-May-2021 # ############################################################################ import numpy as np Index: tests/peter/test_hd_records.py =================================================================== diff -u -rc4776c1885f259b231532ef5ba7e904178cd0005 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_hd_records.py (.../test_hd_records.py) (revision c4776c1885f259b231532ef5ba7e904178cd0005) +++ tests/peter/test_hd_records.py (.../test_hd_records.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file test_hd_records.py +# +# @author (last) Dara Navaei +# @date (last) 29-Jul-2021 +# @author (original) Dara Navaei +# @date (original) 20-Jul-2021 +# +############################################################################ import copy import pprint import subprocess Index: tests/peter/test_hd_reset.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_hd_reset.py (.../test_hd_reset.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_hd_reset.py (.../test_hd_reset.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_logging.py +# @file test_hd_reset.py # -# @author (last) Peter Lucia -# @date (last) 05-Jan-2021 -# @author (original) Peter Lucia -# @date (original) 05-Jan-2021 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_hd_simulator.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_hd_simulator.py (.../test_hd_simulator.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_hd_simulator.py (.../test_hd_simulator.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_hd_simulator.py +# @file test_hd_simulator.py # -# @author (last) Peter Lucia -# @date (last) 28-Sep-2020 -# @author (original) Peter Lucia -# @date (original) 06-Aug-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_hd_valves.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_hd_valves.py (.../test_hd_valves.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_hd_valves.py (.../test_hd_valves.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_alarms.py +# @file test_hd_valves.py # -# @author (last) Peter Lucia -# @date (last) 02-Feb-2020 -# @author (original) Peter Lucia -# @date (original) 02-Feb-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 30-Apr-2021 # ############################################################################ import numpy as np Index: tests/peter/test_listener.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_listener.py (.../test_listener.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_listener.py (.../test_listener.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file test_listener.py +# +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 03-May-2021 +# +############################################################################ import sys import time sys.path.append("../../") Index: tests/peter/test_logging.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_logging.py (.../test_logging.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_logging.py (.../test_logging.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_logging.py +# @file test_logging.py # -# @author (last) Peter Lucia -# @date (last) 27-Jul-2020 -# @author (original) Peter Lucia -# @date (original) 24-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_print_version.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_print_version.py (.../test_print_version.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_print_version.py (.../test_print_version.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_print_version.py +# @file test_print_version.py # -# @author (last) Peter Lucia -# @date (last) 20-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 20-Aug-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_single_alarm.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_single_alarm.py (.../test_single_alarm.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_single_alarm.py (.../test_single_alarm.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_single_alarm.py +# @file test_single_alarm.py # -# @author (last) Peter Lucia -# @date (last) 28-Dec-2020 -# @author (original) Peter Lucia -# @date (original) 28-Dec-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/peter/test_temperature_sensors.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_temperature_sensors.py (.../test_temperature_sensors.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_temperature_sensors.py (.../test_temperature_sensors.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_alarms.py +# @file test_temperature_sensors.py # -# @author (last) Peter Lucia -# @date (last) 02-Feb-2020 -# @author (original) Peter Lucia -# @date (original) 02-Feb-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import numpy as np Index: tests/peter/test_ui_proxy.py =================================================================== diff -u -r1508298c28026c5a1df24fb8e614cb8ab65b2e09 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/peter/test_ui_proxy.py (.../test_ui_proxy.py) (revision 1508298c28026c5a1df24fb8e614cb8ab65b2e09) +++ tests/peter/test_ui_proxy.py (.../test_ui_proxy.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_ui_proxy.py +# @file test_ui_proxy.py # -# @author (last) Peter Lucia -# @date (last) 21-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 21-Aug-2020 +# @author (last) Peter Lucia +# @date (last) 21-May-2021 +# @author (original) Peter Lucia +# @date (original) 29-Apr-2021 # ############################################################################ import sys Index: tests/set_accels_cal.py =================================================================== diff -u -rdd42e4d9cfe821b0a755ccc86cc1a4a2a3dd2f37 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/set_accels_cal.py (.../set_accels_cal.py) (revision dd42e4d9cfe821b0a755ccc86cc1a4a2a3dd2f37) +++ tests/set_accels_cal.py (.../set_accels_cal.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file set_accels_cal.py +# @file set_accels_cal.py # -# @author (last) Sean Nash -# @date (last) 14-Aug-2020 -# @author (original) Sean Nash -# @date (original) 05-Aug-2020 +# @author (last) Dara Navaei +# @date (last) 01-Apr-2021 +# @author (original) Sean Nash +# @date (original) 05-Aug-2020 # ############################################################################ Index: tests/set_flow_sensors_cal.py =================================================================== diff -u -rfbe3580dfcda2338d9fa33d09bee85099ea7b801 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/set_flow_sensors_cal.py (.../set_flow_sensors_cal.py) (revision fbe3580dfcda2338d9fa33d09bee85099ea7b801) +++ tests/set_flow_sensors_cal.py (.../set_flow_sensors_cal.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file set_flow_sensors_cal.py +# @file set_flow_sensors_cal.py # -# @author (last) Sean Nash -# @date (last) 05-Aug-2020 -# @author (original) Sean Nash -# @date (original) 05-Aug-2020 +# @author (last) Dara Navaei +# @date (last) 19-Nov-2020 +# @author (original) Sean Nash +# @date (original) 05-Aug-2020 # ############################################################################ Index: tests/test_alarms.py =================================================================== diff -u -r91dc90bd009bdbf5621dcaa1bc12ab3d691673f7 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_alarms.py (.../test_alarms.py) (revision 91dc90bd009bdbf5621dcaa1bc12ab3d691673f7) +++ tests/test_alarms.py (.../test_alarms.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_alarms.py +# @file test_alarms.py # -# @author (last) Peter Lucia -# @date (last) 02-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 05-Jun-2020 +# @author (last) Peter Lucia +# @date (last) 02-Oct-2020 +# @author (original) Peter Lucia +# @date (original) 05-Jun-2020 # ############################################################################ import sys Index: tests/test_buttons.py =================================================================== diff -u -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_buttons.py (.../test_buttons.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) +++ tests/test_buttons.py (.../test_buttons.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_buttons.py +# @file test_buttons.py # -# @author (last) Peter Lucia -# @date (last) 06-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 06-Aug-2020 +# @author (last) Peter Lucia +# @date (last) 06-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 06-Aug-2020 # ############################################################################ import sys Index: tests/test_can_xmit.py =================================================================== diff -u -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_can_xmit.py (.../test_can_xmit.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) +++ tests/test_can_xmit.py (.../test_can_xmit.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_can_xmit.py +# @file test_can_xmit.py # -# @author (last) Peter Lucia -# @date (last) 06-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 14-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 06-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 14-Jul-2020 # ############################################################################ Index: tests/test_deprime.py =================================================================== diff -u -r0eca01fa6e88a160663fc305e0bd36348f7bf590 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_deprime.py (.../test_deprime.py) (revision 0eca01fa6e88a160663fc305e0bd36348f7bf590) +++ tests/test_deprime.py (.../test_deprime.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # -# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN -# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_deprime.py +# @file test_deprime.py # -# @date 01-April-2021 -# @author Q. Nguyen +# @author (last) Quang Nguyen +# @date (last) 01-Apr-2021 +# @author (original) Quang Nguyen +# @date (original) 01-Apr-2021 # -# @brief -# ############################################################################ import sys sys.path.append("..") Index: tests/test_dg_records.py =================================================================== diff -u -r8cc6f4843c77fc7bfe358c9f752740919c25f65f -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_dg_records.py (.../test_dg_records.py) (revision 8cc6f4843c77fc7bfe358c9f752740919c25f65f) +++ tests/test_dg_records.py (.../test_dg_records.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file test_dg_records.py +# +# @author (last) Dara Navaei +# @date (last) 01-Jun-2021 +# @author (original) Dara Navaei +# @date (original) 01-Mar-2021 +# +############################################################################ from dialin.dg.dialysate_generator import DG from time import sleep Index: tests/test_dg_valves.py =================================================================== diff -u -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_dg_valves.py (.../test_dg_valves.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) +++ tests/test_dg_valves.py (.../test_dg_valves.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_dg_valves.py +# @file test_dg_valves.py # -# @author (last) Peter Lucia -# @date (last) 21-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 14-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 21-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 14-Jul-2020 # ############################################################################ import unittest Index: tests/test_flush.py =================================================================== diff -u -r21a53e63bedeb01f5eb2a85130e6b6fc454f2f88 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_flush.py (.../test_flush.py) (revision 21a53e63bedeb01f5eb2a85130e6b6fc454f2f88) +++ tests/test_flush.py (.../test_flush.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file test_flush.py +# +# @author (last) Dara Navaei +# @date (last) 28-Jun-2021 +# @author (original) Dara Navaei +# @date (original) 16-Apr-2021 +# +############################################################################ import sys sys.path.append("..") Index: tests/test_hd.py =================================================================== diff -u -r91dc90bd009bdbf5621dcaa1bc12ab3d691673f7 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_hd.py (.../test_hd.py) (revision 91dc90bd009bdbf5621dcaa1bc12ab3d691673f7) +++ tests/test_hd.py (.../test_hd.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_hd.py +# @file test_hd.py # -# @author (last) Peter Lucia -# @date (last) 02-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 14-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 02-Oct-2020 +# @author (original) Peter Lucia +# @date (original) 14-Jul-2020 # ############################################################################ import sys Index: tests/test_hd_records.py =================================================================== diff -u -re0aac8af8cd14024b89f241bb7b92ddd9bc4956e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_hd_records.py (.../test_hd_records.py) (revision e0aac8af8cd14024b89f241bb7b92ddd9bc4956e) +++ tests/test_hd_records.py (.../test_hd_records.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file test_hd_records.py +# +# @author (last) Peter Lucia +# @date (last) 20-Apr-2021 +# @author (original) Dara Navaei +# @date (original) 14-Feb-2021 +# +############################################################################ from dialin.hd.hemodialysis_device import HD from time import sleep Index: tests/test_hd_valves.py =================================================================== diff -u -r46fb3f18ae1a349eeb8bcc56d243618737ae3279 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_hd_valves.py (.../test_hd_valves.py) (revision 46fb3f18ae1a349eeb8bcc56d243618737ae3279) +++ tests/test_hd_valves.py (.../test_hd_valves.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_hd_valves.py +# @file test_hd_valves.py # -# @author (last) Sean Nash -# @date (last) 15-Oct-2020 -# @author (original) Sean Nash -# @date (original) 15-Oct-2020 +# @author (last) Dara Navaei +# @date (last) 07-Apr-2021 +# @author (original) Sean Nash +# @date (original) 15-Oct-2020 # ############################################################################ Index: tests/test_heparin.py =================================================================== diff -u -rbd1071fffc619bebb9b5a3b533e151cb9c02a7d4 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_heparin.py (.../test_heparin.py) (revision bd1071fffc619bebb9b5a3b533e151cb9c02a7d4) +++ tests/test_heparin.py (.../test_heparin.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_single_alarm.py +# @file test_heparin.py # -# @author (last) Peter Lucia -# @date (last) 22-Feb-2021 -# @author (original) Peter Lucia -# @date (original) 22-Feb-2021 +# @author (last) Peter Lucia +# @date (last) 22-Feb-2021 +# @author (original) Peter Lucia +# @date (original) 22-Feb-2021 # ############################################################################ import sys Index: tests/test_lc.py =================================================================== diff -u -r680ab4c35b3902a5397513ef93c97f8b7a6daca8 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_lc.py (.../test_lc.py) (revision 680ab4c35b3902a5397513ef93c97f8b7a6daca8) +++ tests/test_lc.py (.../test_lc.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_lc.py +# @file test_lc.py # -# @author (last) Peter Lucia -# @date (last) 02-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 14-Jul-2020 +# @author (last) Sean Nash +# @date (last) 24-Mar-2021 +# @author (original) Sean Nash +# @date (original) 15-Mar-2021 # ############################################################################ Index: tests/test_saline_bolus.py =================================================================== diff -u -r287af45040e35882e001fb3ea835f304007870c4 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_saline_bolus.py (.../test_saline_bolus.py) (revision 287af45040e35882e001fb3ea835f304007870c4) +++ tests/test_saline_bolus.py (.../test_saline_bolus.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_saline_bolus.py +# @file test_saline_bolus.py # -# @author (last) Sean Nash -# @date (last) 09-Oct-2020 -# @author (original) Sean Nash -# @date (original) 30-Sep-2020 +# @author (last) Sean Nash +# @date (last) 09-Oct-2020 +# @author (original) Sean Nash +# @date (original) 30-Sep-2020 # ############################################################################ Index: tests/test_syringe.py =================================================================== diff -u -rdcc724fe28fdd2600c916f6e6ac4a9ad6f0b4a9b -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_syringe.py (.../test_syringe.py) (revision dcc724fe28fdd2600c916f6e6ac4a9ad6f0b4a9b) +++ tests/test_syringe.py (.../test_syringe.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_syringe.py +# @file test_syringe.py # -# @author (last) Peter Lucia -# @date (last) 02-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 14-Jul-2020 +# @author (last) Sean Nash +# @date (last) 07-May-2021 +# @author (original) Sean Nash +# @date (original) 15-Mar-2021 # ############################################################################ Index: tests/test_uf.py =================================================================== diff -u -rd23b6e2d83f29c9eeec1d2f284a00eb312ca6fe5 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_uf.py (.../test_uf.py) (revision d23b6e2d83f29c9eeec1d2f284a00eb312ca6fe5) +++ tests/test_uf.py (.../test_uf.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_uf.py +# @file test_uf.py # -# @author (last) Peter Lucia -# @date (last) 02-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 14-Jul-2020 +# @author (last) Sean Nash +# @date (last) 23-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 14-Jul-2020 # ############################################################################ Index: tests/test_uv_reactors.py =================================================================== diff -u -r2e961b0daeddacde19f8a16718ed5eea3bd383f0 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_uv_reactors.py (.../test_uv_reactors.py) (revision 2e961b0daeddacde19f8a16718ed5eea3bd383f0) +++ tests/test_uv_reactors.py (.../test_uv_reactors.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file test_uv_reactors.py +# +# @author (last) Dara Navaei +# @date (last) 02-May-2021 +# @author (original) Dara Navaei +# @date (original) 27-Apr-2021 +# +############################################################################ import sys sys.path.append("..") Index: tests/test_voltages.py =================================================================== diff -u -rd23b6e2d83f29c9eeec1d2f284a00eb312ca6fe5 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/test_voltages.py (.../test_voltages.py) (revision d23b6e2d83f29c9eeec1d2f284a00eb312ca6fe5) +++ tests/test_voltages.py (.../test_voltages.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -5,12 +5,12 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_voltages.py +# @file test_voltages.py # -# @author (last) Sean Nash -# @date (last) 16-Apr-2021 -# @author (original) Sean Nash -# @date (original) 16-Apr-2021 +# @author (last) Sean Nash +# @date (last) 23-Jul-2021 +# @author (original) Sean Nash +# @date (original) 16-Apr-2021 # ############################################################################ Index: tests/unit_tests/run_all.sh =================================================================== diff -u -r8a13a85045edfcf69bf0e728d294f04b924d732c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/unit_tests/run_all.sh (.../run_all.sh) (revision 8a13a85045edfcf69bf0e728d294f04b924d732c) +++ tests/unit_tests/run_all.sh (.../run_all.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,18 +1,18 @@ #!/bin/bash +source ../../venv/bin/activate ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file run_all.sh +# @file run_all.sh # -# @author (last) Peter Lucia -# @date (last) 16-May-2021 -# @author (original) Peter Lucia -# @date (original) 16-May-2021 +# @author (last) Peter Lucia +# @date (last) 16-May-2021 +# @author (original) Peter Lucia +# @date (original) 16-May-2021 # ############################################################################ -source ../../venv/bin/activate for f in *.py; do python3 "$f"; done Index: tests/unit_tests/test_constructors.py =================================================================== diff -u -r3f84666c1ddc1454d7599636498e47963dd04cae -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/unit_tests/test_constructors.py (.../test_constructors.py) (revision 3f84666c1ddc1454d7599636498e47963dd04cae) +++ tests/unit_tests/test_constructors.py (.../test_constructors.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_constructors.py +# @file test_constructors.py # -# @author (last) Peter Lucia -# @date (last) 06-Apr-2021 -# @author (original) Peter Lucia -# @date (original) 06-Apr-2021 +# @author (last) Peter Lucia +# @date (last) 14-Apr-2021 +# @author (original) Peter Lucia +# @date (original) 06-Apr-2021 # ############################################################################ import unittest Index: tests/unit_tests/test_dg_temperature_sensors.py =================================================================== diff -u -r679a0401ec9773aea9303d4cf00f0cabd7b8fb8d -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/unit_tests/test_dg_temperature_sensors.py (.../test_dg_temperature_sensors.py) (revision 679a0401ec9773aea9303d4cf00f0cabd7b8fb8d) +++ tests/unit_tests/test_dg_temperature_sensors.py (.../test_dg_temperature_sensors.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_dg_temperature_sensors.py +# @file test_dg_temperature_sensors.py # -# @author (last) Peter Lucia -# @date (last) 24-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 24-Aug-2020 +# @author (last) Dara Navaei +# @date (last) 14-Dec-2020 +# @author (original) Peter Lucia +# @date (original) 24-Aug-2020 # ############################################################################ import unittest Index: tests/unit_tests/test_enums.py =================================================================== diff -u -r3f12fb75e3d92e3ecbcb86a4b9b284dd0b05e26f -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/unit_tests/test_enums.py (.../test_enums.py) (revision 3f12fb75e3d92e3ecbcb86a4b9b284dd0b05e26f) +++ tests/unit_tests/test_enums.py (.../test_enums.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_enums.py +# @file test_enums.py # -# @author (last) Peter Lucia -# @date (last) 29-Oct-2020 -# @author (original) Peter Lucia -# @date (original) 29-Oct-2020 +# @author (last) Peter Lucia +# @date (last) 05-Apr-2021 +# @author (original) Peter Lucia +# @date (original) 29-Oct-2020 # ############################################################################ import unittest Index: tests/unit_tests/test_imports.py =================================================================== diff -u -r9d116c25f6482d61d324558b8a1f745468030740 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/unit_tests/test_imports.py (.../test_imports.py) (revision 9d116c25f6482d61d324558b8a1f745468030740) +++ tests/unit_tests/test_imports.py (.../test_imports.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_imports.py +# @file test_imports.py # -# @author (last) Peter Lucia -# @date (last) 20-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 11-Aug-2020 +# @author (last) Peter Lucia +# @date (last) 24-May-2021 +# @author (original) Peter Lucia +# @date (original) 11-Aug-2020 # ############################################################################ import unittest Index: tests/unit_tests/test_msg_ids.py =================================================================== diff -u -rf053467ac7cfb9fe349e394342d3a9253a377403 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/unit_tests/test_msg_ids.py (.../test_msg_ids.py) (revision f053467ac7cfb9fe349e394342d3a9253a377403) +++ tests/unit_tests/test_msg_ids.py (.../test_msg_ids.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_msg_ids.py +# @file test_msg_ids.py # -# @author (last) Peter Lucia -# @date (last) 06-Apr-2021 -# @author (original) Peter Lucia -# @date (original) 06-Apr-2021 +# @author (last) Peter Lucia +# @date (last) 06-Apr-2021 +# @author (original) Peter Lucia +# @date (original) 06-Apr-2021 # ############################################################################ import re Index: tests/unit_tests/test_ui_proxy.py =================================================================== diff -u -r9d116c25f6482d61d324558b8a1f745468030740 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/unit_tests/test_ui_proxy.py (.../test_ui_proxy.py) (revision 9d116c25f6482d61d324558b8a1f745468030740) +++ tests/unit_tests/test_ui_proxy.py (.../test_ui_proxy.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_imports.py +# @file test_ui_proxy.py # -# @author (last) Peter Lucia -# @date (last) 20-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 11-Aug-2020 +# @author (last) Peter Lucia +# @date (last) 24-May-2021 +# @author (original) Peter Lucia +# @date (original) 16-Dec-2020 # ############################################################################ import unittest Index: tools/bring_can_interface_down.sh =================================================================== diff -u -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/bring_can_interface_down.sh (.../bring_can_interface_down.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) +++ tools/bring_can_interface_down.sh (.../bring_can_interface_down.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file bring_can_interface_down.sh +# @file bring_can_interface_down.sh # -# @author (last) Peter Lucia -# @date (last) 29-Jul-2020 -# @author (original) Peter Lucia -# @date (original) 29-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 29-Jul-2020 +# @author (original) Peter Lucia +# @date (original) 29-Jul-2020 # ############################################################################ iface="can0" Index: tools/build_readme_pdf.sh =================================================================== diff -u -r4bdb012848d1b59be5edc31d677b77b9d95f6190 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/build_readme_pdf.sh (.../build_readme_pdf.sh) (revision 4bdb012848d1b59be5edc31d677b77b9d95f6190) +++ tools/build_readme_pdf.sh (.../build_readme_pdf.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file build_readme_pdf.sh +# @file build_readme_pdf.sh # -# @author (last) Peter Lucia -# @date (last) 22-May-2020 -# @author (original) Peter Lucia -# @date (original) 22-May-2020 +# @author (last) Peter Lucia +# @date (last) 22-May-2020 +# @author (original) Peter Lucia +# @date (original) 22-May-2020 # ############################################################################ Index: tools/cr_objectives.sh =================================================================== diff -u -ref52d75fb519578e70dbf392d6f588631e83538e -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/cr_objectives.sh (.../cr_objectives.sh) (revision ef52d75fb519578e70dbf392d6f588631e83538e) +++ tools/cr_objectives.sh (.../cr_objectives.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,4 +1,19 @@ #!/bin/sh +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file cr_objectives.sh +# +# @author (last) Behrouz NematiPour +# @date (last) 19-Jan-2021 +# @author (original) Behrouz NematiPour +# @date (original) 19-Jan-2021 +# +############################################################################ commit=$1 # or branch/tag git log $commit..HEAD --pretty=format:"commit : [%h|http://192.168.10.132:7990/projects/VV/repos/dialin/commits/%h] - %B" --no-merges | grep -v -e '^[[:space:]]*$' Index: tools/document.sh =================================================================== diff -u -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/document.sh (.../document.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) +++ tools/document.sh (.../document.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file document.sh +# @file document.sh # -# @author (last) Peter Lucia -# @date (last) 06-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 01-Apr-2020 +# @author (last) Peter Lucia +# @date (last) 06-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 01-Apr-2020 # ############################################################################ Index: tools/gen_common_defs.sh =================================================================== diff -u -re56eeb0a330a465c53a78a156f207350f1df4504 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/gen_common_defs.sh (.../gen_common_defs.sh) (revision e56eeb0a330a465c53a78a156f207350f1df4504) +++ tools/gen_common_defs.sh (.../gen_common_defs.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file gen_common_defs.sh +# @file gen_common_defs.sh # -# @author (last) Quang Nguyen -# @date (last) 06-Jan-2021 -# @author (original) Quang Nguyen -# @date (original) 06-Jan-2020 +# @author (last) Quang Nguyen +# @date (last) 27-May-2021 +# @author (original) Peter Lucia +# @date (original) 06-Apr-2021 # ############################################################################ Index: tools/install_to_venv.sh =================================================================== diff -u -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/install_to_venv.sh (.../install_to_venv.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) +++ tools/install_to_venv.sh (.../install_to_venv.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file install_to_venv.sh +# @file install_to_venv.sh # -# @author (last) Peter Lucia -# @date (last) 26-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 09-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 26-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 09-Jul-2020 # ############################################################################ Index: tools/run_reset_hd.sh =================================================================== diff -u -r82e32ae00355b2245a2660569935de152a883799 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/run_reset_hd.sh (.../run_reset_hd.sh) (revision 82e32ae00355b2245a2660569935de152a883799) +++ tools/run_reset_hd.sh (.../run_reset_hd.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,4 +1,19 @@ #!/bin/bash +########################################################################### +# +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file run_reset_hd.sh +# +# @author (last) Peter Lucia +# @date (last) 16-Mar-2021 +# @author (original) Peter Lucia +# @date (original) 16-Mar-2021 +# +############################################################################ cansend can0 "400#A5.00.00.00.80.03.31.32" cansend can0 "400#33.49.00.00.00.00.00.00" Index: tools/run_static_code_analysis.sh =================================================================== diff -u -r287af45040e35882e001fb3ea835f304007870c4 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/run_static_code_analysis.sh (.../run_static_code_analysis.sh) (revision 287af45040e35882e001fb3ea835f304007870c4) +++ tools/run_static_code_analysis.sh (.../run_static_code_analysis.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file run_static_code_analysis.sh +# @file run_static_code_analysis.sh # -# @author (last) Peter Lucia -# @date (last) 10-Nov-2020 -# @author (original) Peter Lucia -# @date (original) 21-Aug-2020 +# @author (last) Peter Lucia +# @date (last) 10-Nov-2020 +# @author (original) Peter Lucia +# @date (original) 21-Aug-2020 # ############################################################################ Index: tools/run_unit_tests.sh =================================================================== diff -u -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/run_unit_tests.sh (.../run_unit_tests.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) +++ tools/run_unit_tests.sh (.../run_unit_tests.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file run_unit_tests.sh +# @file run_unit_tests.sh # -# @author (last) Peter Lucia -# @date (last) 04-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 29-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 04-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 29-Jul-2020 # ############################################################################ Index: tools/setup_canbus.sh =================================================================== diff -u -r9137f7cbf32ed82643fa5f3b1f61a07d29e9c01a -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/setup_canbus.sh (.../setup_canbus.sh) (revision 9137f7cbf32ed82643fa5f3b1f61a07d29e9c01a) +++ tools/setup_canbus.sh (.../setup_canbus.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file setup_canbus.sh +# @file setup_canbus.sh # -# @author (last) Peter Lucia -# @date (last) 06-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 01-Apr-2020 +# @author (last) Peter Lucia +# @date (last) 02-Jun-2021 +# @author (original) Peter Lucia +# @date (original) 01-Apr-2020 # ############################################################################ iface="can0" Index: tools/setup_environment.sh =================================================================== diff -u -r9b3c8ea0b93456b979c63bb4b9780cf56c83b57b -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/setup_environment.sh (.../setup_environment.sh) (revision 9b3c8ea0b93456b979c63bb4b9780cf56c83b57b) +++ tools/setup_environment.sh (.../setup_environment.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file setup_env.sh +# @file setup_environment.sh # -# @author (last) Peter Lucia -# @date (last) 09-Jul-2020 -# @author (original) Peter Lucia -# @date (original) 01-Apr-2020 +# @author (last) Peter Lucia +# @date (last) 22-Apr-2021 +# @author (original) Peter Lucia +# @date (original) 01-Apr-2020 # ############################################################################ cd ../ Index: tools/setup_virtual_can.sh =================================================================== diff -u -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/setup_virtual_can.sh (.../setup_virtual_can.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) +++ tools/setup_virtual_can.sh (.../setup_virtual_can.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file setup_virtual_can.sh +# @file setup_virtual_can.sh # -# @author (last) Peter Lucia -# @date (last) 06-Aug-2020 -# @author (original) Peter Lucia -# @date (original) 01-Apr-2020 +# @author (last) Peter Lucia +# @date (last) 06-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 01-Apr-2020 # ############################################################################ iface="can0" Index: tools/start_env.sh =================================================================== diff -u -rced5678ead1dc30ee56f53786c4cce3ac2e1efd6 -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tools/start_env.sh (.../start_env.sh) (revision ced5678ead1dc30ee56f53786c4cce3ac2e1efd6) +++ tools/start_env.sh (.../start_env.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,17 +1,17 @@ source ../venv/bin/activate ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file start_env.sh +# @file start_env.sh # -# @author (last) Sean Nash -# @date (last) 01-Oct-2020 -# @author (original) Sean Nash -# @date (original) 01-Oct-2020 +# @author (last) Sean Nash +# @date (last) 01-Oct-2020 +# @author (original) Sean Nash +# @date (original) 01-Oct-2020 # ############################################################################