Index: build.sh =================================================================== diff -u -rddb0f3384a0eaec9fa026240dd762fb8f51213ea -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- build.sh (.../build.sh) (revision ddb0f3384a0eaec9fa026240dd762fb8f51213ea) +++ build.sh (.../build.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -9,7 +9,7 @@ # @file build.sh # # @author (last) Peter Lucia -# @date (last) 29-Apr-2020 +# @date (last) 28-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/common/alarm_defs.py =================================================================== diff -u -r80501868a8f9a2c145945bbebb486fb3a32edfb2 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/common/alarm_defs.py (.../alarm_defs.py) (revision 80501868a8f9a2c145945bbebb486fb3a32edfb2) +++ dialin/common/alarm_defs.py (.../alarm_defs.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,3 +1,18 @@ +########################################################################### +# +# 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 alarm_defs.py +# +# @author (last) Peter Lucia +# @date (last) 07-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 07-Aug-2020 +# +############################################################################ import enum Index: dialin/common/msg_defs.py =================================================================== diff -u -r80501868a8f9a2c145945bbebb486fb3a32edfb2 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/common/msg_defs.py (.../msg_defs.py) (revision 80501868a8f9a2c145945bbebb486fb3a32edfb2) +++ dialin/common/msg_defs.py (.../msg_defs.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,3 +1,18 @@ +########################################################################### +# +# 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 msg_defs.py +# +# @author (last) Peter Lucia +# @date (last) 07-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 07-Aug-2020 +# +############################################################################ import enum Index: dialin/dg/__init__.py =================================================================== diff -u -rb543d90a50cbef509d10f4c1412d87bf6eee2e4e -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/__init__.py (.../__init__.py) (revision b543d90a50cbef509d10f4c1412d87bf6eee2e4e) +++ dialin/dg/__init__.py (.../__init__.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file __init__.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 21-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/dg/conductivity_sensors.py =================================================================== diff -u -r219f8023145f879d9b17191f60a3f7700ff32665 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/conductivity_sensors.py (.../conductivity_sensors.py) (revision 219f8023145f879d9b17191f60a3f7700ff32665) +++ dialin/dg/conductivity_sensors.py (.../conductivity_sensors.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,18 +1,17 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# 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. +# 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 # -# @date 20-Jul-2020 -# @author Q. Nguyen +# @author (last) Quang Nguyen +# @date (last) 21-Aug-2020 +# @author (original) Quang Nguyen +# @date (original) 20-Jul-2020 # -# @brief -# -# ############################################################################ import struct from .constants import RESET,NO_RESET Index: dialin/dg/dialysate_generator.py =================================================================== diff -u -rf40bfedd0bef6a8b37ef61e0749f908dd97c5095 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/dialysate_generator.py (.../dialysate_generator.py) (revision f40bfedd0bef6a8b37ef61e0749f908dd97c5095) +++ dialin/dg/dialysate_generator.py (.../dialysate_generator.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file dialysate_generator.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 31-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/dg/drain_pump.py =================================================================== diff -u -rf40bfedd0bef6a8b37ef61e0749f908dd97c5095 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/drain_pump.py (.../drain_pump.py) (revision f40bfedd0bef6a8b37ef61e0749f908dd97c5095) +++ dialin/dg/drain_pump.py (.../drain_pump.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file drain_pump.py # # @author (last) Peter Lucia -# @date (last) 17-Jul-2020 +# @date (last) 31-Aug-2020 # @author (original) Sean # @date (original) 14-Apr-2020 # Index: dialin/dg/hd_proxy.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/hd_proxy.py (.../hd_proxy.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/dg/hd_proxy.py (.../hd_proxy.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file hd_proxy.py # # @author (last) Peter Lucia -# @date (last) 29-Jun-2020 +# @date (last) 26-Aug-2020 # @author (original) Sean # @date (original) 15-Apr-2020 # Index: dialin/dg/heaters.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/heaters.py (.../heaters.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/dg/heaters.py (.../heaters.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -7,8 +7,8 @@ # # @file heaters.py # -# @author (last) Dara Navaei -# @date (last) 07-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 26-Aug-2020 # @author (original) Dara Navaei # @date (original) 29-May-2020 # Index: dialin/dg/load_cells.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/load_cells.py (.../load_cells.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/dg/load_cells.py (.../load_cells.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file load_cells.py # # @author (last) Peter Lucia -# @date (last) 22-Jun-2020 +# @date (last) 26-Aug-2020 # @author (original) Sean # @date (original) 14-Apr-2020 # Index: dialin/dg/pressures.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/pressures.py (.../pressures.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/dg/pressures.py (.../pressures.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file pressures.py # # @author (last) Peter Lucia -# @date (last) 29-Jun-2020 +# @date (last) 26-Aug-2020 # @author (original) Sean # @date (original) 14-Apr-2020 # Index: dialin/dg/reservoirs.py =================================================================== diff -u -r8d1f61499650e23dac6f857e48daad42180db949 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/reservoirs.py (.../reservoirs.py) (revision 8d1f61499650e23dac6f857e48daad42180db949) +++ dialin/dg/reservoirs.py (.../reservoirs.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file reservoirs.py # # @author (last) Peter Lucia -# @date (last) 29-Jun-2020 +# @date (last) 06-Aug-2020 # @author (original) Sean # @date (original) 14-Apr-2020 # Index: dialin/dg/ro_pump.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/ro_pump.py (.../ro_pump.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/dg/ro_pump.py (.../ro_pump.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -7,8 +7,8 @@ # # @file ro_pump.py # -# @author (last) Dara Navaei -# @date (last) 01-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 26-Aug-2020 # @author (original) Sean # @date (original) 14-Apr-2020 # Index: dialin/dg/temperature_sensors.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/temperature_sensors.py (.../temperature_sensors.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/dg/temperature_sensors.py (.../temperature_sensors.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -7,8 +7,8 @@ # # @file temperature_sensors.py # -# @author (last) Dara Navaei -# @date (last) 07-Jul-2020 +# @author (last) Peter Lucia +# @date (last) 26-Aug-2020 # @author (original) Dara Navaei # @date (original) 02-Jun-2020 # Index: dialin/dg/valves.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/dg/valves.py (.../valves.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/dg/valves.py (.../valves.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file valves.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 26-Aug-2020 # @author (original) Peman Montazemi # @date (original) 19-May-2020 # Index: dialin/hd/alarms.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/alarms.py (.../alarms.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/hd/alarms.py (.../alarms.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file alarms.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 26-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/blood_flow.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/blood_flow.py (.../blood_flow.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/hd/blood_flow.py (.../blood_flow.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file blood_flow.py # # @author (last) Peter Lucia -# @date (last) 22-Jun-2020 +# @date (last) 26-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/buttons.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/buttons.py (.../buttons.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/hd/buttons.py (.../buttons.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file buttons.py # # @author (last) Peter Lucia -# @date (last) 29-Jun-2020 +# @date (last) 26-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/dialysate_inlet_flow.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/dialysate_inlet_flow.py (.../dialysate_inlet_flow.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/hd/dialysate_inlet_flow.py (.../dialysate_inlet_flow.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file dialysate_inlet_flow.py # # @author (last) Peter Lucia -# @date (last) 22-Jun-2020 +# @date (last) 26-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/dialysate_outlet_flow.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/dialysate_outlet_flow.py (.../dialysate_outlet_flow.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/hd/dialysate_outlet_flow.py (.../dialysate_outlet_flow.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file dialysate_outlet_flow.py # # @author (last) Peter Lucia -# @date (last) 22-Jun-2020 +# @date (last) 26-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/hemodialysis_device.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/hemodialysis_device.py (.../hemodialysis_device.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/hd/hemodialysis_device.py (.../hemodialysis_device.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file hemodialysis_device.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 26-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/pressure_occlusion.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/pressure_occlusion.py (.../pressure_occlusion.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/hd/pressure_occlusion.py (.../pressure_occlusion.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file pressure_occlusion.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 26-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/rtc.py =================================================================== diff -u -rcad96c27c36d063aff0064813d3595175052aac1 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/rtc.py (.../rtc.py) (revision cad96c27c36d063aff0064813d3595175052aac1) +++ dialin/hd/rtc.py (.../rtc.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file rtc.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 21-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/treatment.py =================================================================== diff -u -r8d1f61499650e23dac6f857e48daad42180db949 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/treatment.py (.../treatment.py) (revision 8d1f61499650e23dac6f857e48daad42180db949) +++ dialin/hd/treatment.py (.../treatment.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file treatment.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 06-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/ui_proxy.py =================================================================== diff -u -r933ce7a25b21b6d20dfdb7dc814006dfc8971df1 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/ui_proxy.py (.../ui_proxy.py) (revision 933ce7a25b21b6d20dfdb7dc814006dfc8971df1) +++ dialin/hd/ui_proxy.py (.../ui_proxy.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file ui_proxy.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 28-Aug-2020 # @author (original) Sean # @date (original) 15-Apr-2020 # Index: dialin/hd/watchdog.py =================================================================== diff -u -r900f99812cee2e022fbbd46cd916b08a1397dda7 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/hd/watchdog.py (.../watchdog.py) (revision 900f99812cee2e022fbbd46cd916b08a1397dda7) +++ dialin/hd/watchdog.py (.../watchdog.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file watchdog.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 26-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/protocols/CAN.py =================================================================== diff -u -rd34628e03e249d9dfcf8680c5344d6f33e82080b -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/protocols/CAN.py (.../CAN.py) (revision d34628e03e249d9dfcf8680c5344d6f33e82080b) +++ dialin/protocols/CAN.py (.../CAN.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file CAN.py # # @author (last) Peter Lucia -# @date (last) 02-Jun-2020 +# @date (last) 12-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/ui/hd_proxy.py =================================================================== diff -u -rd34628e03e249d9dfcf8680c5344d6f33e82080b -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/ui/hd_proxy.py (.../hd_proxy.py) (revision d34628e03e249d9dfcf8680c5344d6f33e82080b) +++ dialin/ui/hd_proxy.py (.../hd_proxy.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,17 +1,17 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# 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. +# 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 # -# @date 29-July-2020 -# @author P. Lucia +# @author (last) Peter Lucia +# @date (last) 12-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 07-Aug-2020 # -# @brief This class simulates the hd when interfacing with the UI -# ############################################################################ from ..protocols.CAN import (DenaliMessage, DenaliCanMessenger, Index: dialin/ui/hd_proxy_alarms.py =================================================================== diff -u -r80501868a8f9a2c145945bbebb486fb3a32edfb2 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/ui/hd_proxy_alarms.py (.../hd_proxy_alarms.py) (revision 80501868a8f9a2c145945bbebb486fb3a32edfb2) +++ dialin/ui/hd_proxy_alarms.py (.../hd_proxy_alarms.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,9 +8,9 @@ # @file hd_proxy_alarms.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 07-Aug-2020 # @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @date (original) 07-Aug-2020 # ############################################################################ from ..protocols.CAN import (DenaliMessage, Index: dialin/utils/base.py =================================================================== diff -u -rd34628e03e249d9dfcf8680c5344d6f33e82080b -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/utils/base.py (.../base.py) (revision d34628e03e249d9dfcf8680c5344d6f33e82080b) +++ dialin/utils/base.py (.../base.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file base.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 12-Aug-2020 # @author (original) Peter Lucia # @date (original) 22-Jun-2020 # Index: dialin/version.py =================================================================== diff -u -r9c06951a70e84d0f55d98f13cdbc9d8addc5af2d -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- dialin/version.py (.../version.py) (revision 9c06951a70e84d0f55d98f13cdbc9d8addc5af2d) +++ dialin/version.py (.../version.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file version.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 28-Aug-2020 # @author (original) Peter Lucia # @date (original) 18-Jun-2020 # Index: docs/source/conf.py =================================================================== diff -u -r9c06951a70e84d0f55d98f13cdbc9d8addc5af2d -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- docs/source/conf.py (.../conf.py) (revision 9c06951a70e84d0f55d98f13cdbc9d8addc5af2d) +++ docs/source/conf.py (.../conf.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -10,7 +10,7 @@ # @file conf.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 28-Aug-2020 # @author (original) Peter Lucia # @date (original) 29-May-2020 # Index: setup.py =================================================================== diff -u -rddb0f3384a0eaec9fa026240dd762fb8f51213ea -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- setup.py (.../setup.py) (revision ddb0f3384a0eaec9fa026240dd762fb8f51213ea) +++ setup.py (.../setup.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file setup.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 28-Aug-2020 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: tests/test_buttons.py =================================================================== diff -u -ra08848ed6275cf2afa3bfb7f3c87709b69c224bc -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_buttons.py (.../test_buttons.py) (revision a08848ed6275cf2afa3bfb7f3c87709b69c224bc) +++ tests/test_buttons.py (.../test_buttons.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,18 +1,17 @@ ########################################################################### # -# Copyright (c) 2020 Diality Inc. - All Rights Reserved. +# 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. +# 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 # -# @date 06-Aug-2020 -# @author P. Lucia +# @author (last) Peter Lucia +# @date (last) 06-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 06-Aug-2020 # -# @brief -# -# ############################################################################ import sys sys.path.append("..") Index: tests/test_can.py =================================================================== diff -u -rd34628e03e249d9dfcf8680c5344d6f33e82080b -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_can.py (.../test_can.py) (revision d34628e03e249d9dfcf8680c5344d6f33e82080b) +++ tests/test_can.py (.../test_can.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,9 +8,9 @@ # @file test_can.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 12-Aug-2020 # @author (original) Peter Lucia -# @date (original) 15-May-2020 +# @date (original) 12-Aug-2020 # ############################################################################ import sys Index: tests/test_can_xmit.py =================================================================== diff -u -r8d1f61499650e23dac6f857e48daad42180db949 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_can_xmit.py (.../test_can_xmit.py) (revision 8d1f61499650e23dac6f857e48daad42180db949) +++ tests/test_can_xmit.py (.../test_can_xmit.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -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 can_xmit_test.py +# @file test_can_xmit.py # -# @author (last) Sean Nash -# @date (last) 21-May-2020 -# @author (original) Sean Nash -# @date (original) 20-May-2020 +# @author (last) Peter Lucia +# @date (last) 06-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 14-Jul-2020 # ############################################################################ Index: tests/test_demo.py =================================================================== diff -u -rc3cc81dada72714b9675594cc0c6a79975e8991d -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_demo.py (.../test_demo.py) (revision c3cc81dada72714b9675594cc0c6a79975e8991d) +++ tests/test_demo.py (.../test_demo.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file test_demo.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 11-Aug-2020 # @author (original) Peter Lucia # @date (original) 15-May-2020 # Index: tests/test_dg.py =================================================================== diff -u -r8d1f61499650e23dac6f857e48daad42180db949 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_dg.py (.../test_dg.py) (revision 8d1f61499650e23dac6f857e48daad42180db949) +++ tests/test_dg.py (.../test_dg.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -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_test_script.py +# @file test_dg.py # # @author (last) Peter Lucia -# @date (last) 29-Apr-2020 +# @date (last) 06-Aug-2020 # @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @date (original) 14-Jul-2020 # ############################################################################ import sys Index: tests/test_dg_valves.py =================================================================== diff -u -rf194e9e62ce2513823f5320774bc793448ee3809 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_dg_valves.py (.../test_dg_valves.py) (revision f194e9e62ce2513823f5320774bc793448ee3809) +++ tests/test_dg_valves.py (.../test_dg_valves.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -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 unit_tests.py +# @file test_dg_valves.py # # @author (last) Peter Lucia -# @date (last) 13-Jul-2020 +# @date (last) 21-Aug-2020 # @author (original) Peter Lucia -# @date (original) 13-Jul-2020 +# @date (original) 14-Jul-2020 # ############################################################################ import unittest Index: tests/test_dg_valves_observer.py =================================================================== diff -u -r8d1f61499650e23dac6f857e48daad42180db949 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_dg_valves_observer.py (.../test_dg_valves_observer.py) (revision 8d1f61499650e23dac6f857e48daad42180db949) +++ tests/test_dg_valves_observer.py (.../test_dg_valves_observer.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -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_valves_test_observer.py +# @file test_dg_valves_observer.py # # @author (last) Peter Lucia -# @date (last) 24-Jun-2020 +# @date (last) 06-Aug-2020 # @author (original) Peter Lucia -# @date (original) 24-Jun-2020 +# @date (original) 14-Jul-2020 # ############################################################################ Index: tests/test_gen_requirements.py =================================================================== diff -u -r8d1f61499650e23dac6f857e48daad42180db949 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_gen_requirements.py (.../test_gen_requirements.py) (revision 8d1f61499650e23dac6f857e48daad42180db949) +++ tests/test_gen_requirements.py (.../test_gen_requirements.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,7 +8,7 @@ # @file test_gen_requirements.py # # @author (last) Peter Lucia -# @date (last) 09-Jul-2020 +# @date (last) 06-Aug-2020 # @author (original) Peter Lucia # @date (original) 09-Jul-2020 # Index: tests/test_hd.py =================================================================== diff -u -rb543d90a50cbef509d10f4c1412d87bf6eee2e4e -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_hd.py (.../test_hd.py) (revision b543d90a50cbef509d10f4c1412d87bf6eee2e4e) +++ tests/test_hd.py (.../test_hd.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -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_test_script.py +# @file test_hd.py # # @author (last) Peter Lucia -# @date (last) 07-Apr-2020 +# @date (last) 21-Aug-2020 # @author (original) Peter Lucia -# @date (original) 02-Apr-2020 +# @date (original) 14-Jul-2020 # ############################################################################ import sys Index: tests/test_hd_simulator.py =================================================================== diff -u -r933ce7a25b21b6d20dfdb7dc814006dfc8971df1 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_hd_simulator.py (.../test_hd_simulator.py) (revision 933ce7a25b21b6d20dfdb7dc814006dfc8971df1) +++ tests/test_hd_simulator.py (.../test_hd_simulator.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,18 +1,17 @@ ########################################################################### # -# Copyright (c) 2020 Diality Inc. - All Rights Reserved. +# 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. +# 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 # -# @date 06-Aug-2020 -# @author P. Lucia +# @author (last) Peter Lucia +# @date (last) 28-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 06-Aug-2020 # -# @brief -# -# ############################################################################ import sys sys.path.append("..") Index: tests/test_logging.py =================================================================== diff -u -r8d1e195e98679117283899b38dbfb40d8840ec10 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_logging.py (.../test_logging.py) (revision 8d1e195e98679117283899b38dbfb40d8840ec10) +++ tests/test_logging.py (.../test_logging.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,17 +1,17 @@ ########################################################################### # -# Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. +# 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. +# 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_logging.py # -# @date 15-May-2020 -# @author P. Lucia +# @author (last) Peter Lucia +# @date (last) 27-Jul-2020 +# @author (original) Peter Lucia +# @date (original) 24-Jul-2020 # -# @brief This is a demo script to exercise the HD and DG. -# ############################################################################ import sys sys.path.append("..") Index: tests/test_print_version.py =================================================================== diff -u -r01777f61bd58d75904abc7f29033813f0e947736 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_print_version.py (.../test_print_version.py) (revision 01777f61bd58d75904abc7f29033813f0e947736) +++ tests/test_print_version.py (.../test_print_version.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,9 +8,9 @@ # @file test_print_version.py # # @author (last) Peter Lucia -# @date (last) 19-Aug-2020 +# @date (last) 20-Aug-2020 # @author (original) Peter Lucia -# @date (original) 19-Aug-2020 +# @date (original) 20-Aug-2020 # ############################################################################ import sys Index: tests/test_uf.py =================================================================== diff -u -r8d1f61499650e23dac6f857e48daad42180db949 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_uf.py (.../test_uf.py) (revision 8d1f61499650e23dac6f857e48daad42180db949) +++ tests/test_uf.py (.../test_uf.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -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 uf_test.py +# @file test_uf.py # # @author (last) Peter Lucia -# @date (last) 02-Jun-2020 -# @author (original) Sean Nash -# @date (original) 20-May-2020 +# @date (last) 06-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 14-Jul-2020 # ############################################################################ Index: tests/test_ui_proxy.py =================================================================== diff -u -rf194e9e62ce2513823f5320774bc793448ee3809 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/test_ui_proxy.py (.../test_ui_proxy.py) (revision f194e9e62ce2513823f5320774bc793448ee3809) +++ tests/test_ui_proxy.py (.../test_ui_proxy.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,17 +1,17 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# 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. +# 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 # -# @date 29-Apr-2020 -# @author P. Lucia +# @author (last) Peter Lucia +# @date (last) 21-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 21-Aug-2020 # -# @brief Tests imports of all available modules -# ############################################################################ import unittest import sys Index: tests/unit_tests/test_dg_temperature_sensors.py =================================================================== diff -u -ref826790b7ff6f177242ea23049764ee7d519847 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/unit_tests/test_dg_temperature_sensors.py (.../test_dg_temperature_sensors.py) (revision ef826790b7ff6f177242ea23049764ee7d519847) +++ tests/unit_tests/test_dg_temperature_sensors.py (.../test_dg_temperature_sensors.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,17 +1,17 @@ ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# 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. +# 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_dg_temperature_sensors.py # -# @date 29-Apr-2020 -# @author P. Lucia +# @author (last) Peter Lucia +# @date (last) 24-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 24-Aug-2020 # -# @brief Tests dg temperature sensors -# ############################################################################ import unittest import sys Index: tests/unit_tests/test_imports.py =================================================================== diff -u -rf194e9e62ce2513823f5320774bc793448ee3809 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tests/unit_tests/test_imports.py (.../test_imports.py) (revision f194e9e62ce2513823f5320774bc793448ee3809) +++ tests/unit_tests/test_imports.py (.../test_imports.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -8,9 +8,9 @@ # @file test_imports.py # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 21-Aug-2020 # @author (original) Peter Lucia -# @date (original) 07-Apr-2020 +# @date (original) 11-Aug-2020 # ############################################################################ import unittest Index: tools/bring_can_interface_down.sh =================================================================== diff -u -r82615ab9d1757ef67810f9fc267cd89a19a2e4c8 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tools/bring_can_interface_down.sh (.../bring_can_interface_down.sh) (revision 82615ab9d1757ef67810f9fc267cd89a19a2e4c8) +++ tools/bring_can_interface_down.sh (.../bring_can_interface_down.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,18 +1,18 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# 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. +# 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_iface_down.sh +# @file bring_can_interface_down.sh # -# @date 29-Jul-2020 -# @author P. Lucia +# @author (last) Peter Lucia +# @date (last) 29-Jul-2020 +# @author (original) Peter Lucia +# @date (original) 29-Jul-2020 # -# @brief Bring down the specified interface -# ############################################################################ iface="can0" if [ "$#" -gt 1 ]; then Index: tools/document.sh =================================================================== diff -u -r8d1f61499650e23dac6f857e48daad42180db949 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tools/document.sh (.../document.sh) (revision 8d1f61499650e23dac6f857e48daad42180db949) +++ tools/document.sh (.../document.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -9,7 +9,7 @@ # @file document.sh # # @author (last) Peter Lucia -# @date (last) 29-May-2020 +# @date (last) 06-Aug-2020 # @author (original) Peter Lucia # @date (original) 01-Apr-2020 # Index: tools/install_to_venv.sh =================================================================== diff -u -r4837283d9da7ef3737f0c7d620c73cb9b4448bf4 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tools/install_to_venv.sh (.../install_to_venv.sh) (revision 4837283d9da7ef3737f0c7d620c73cb9b4448bf4) +++ tools/install_to_venv.sh (.../install_to_venv.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -9,7 +9,7 @@ # @file install_to_venv.sh # # @author (last) Peter Lucia -# @date (last) 20-Jul-2020 +# @date (last) 26-Aug-2020 # @author (original) Peter Lucia # @date (original) 09-Jul-2020 # Index: tools/run_unit_tests.sh =================================================================== diff -u -r9925bd58ad909d9941550dc6d17e326117579bff -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tools/run_unit_tests.sh (.../run_unit_tests.sh) (revision 9925bd58ad909d9941550dc6d17e326117579bff) +++ tools/run_unit_tests.sh (.../run_unit_tests.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -1,19 +1,18 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2020 Diality Inc. - All Rights Reserved. +# 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. +# 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 run_unit_tests.sh # -# @date 20-July-2020 -# @author Peter Lucia +# @author (last) Peter Lucia +# @date (last) 04-Aug-2020 +# @author (original) Peter Lucia +# @date (original) 29-Jul-2020 # -# @brief This script builds dialin then installs it to the provided virtual -# environment -# ############################################################################ ./bring_can_interface_down.sh vcan0 > /dev/null 2>&1 Index: tools/setup_canbus.sh =================================================================== diff -u -r8d1f61499650e23dac6f857e48daad42180db949 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tools/setup_canbus.sh (.../setup_canbus.sh) (revision 8d1f61499650e23dac6f857e48daad42180db949) +++ tools/setup_canbus.sh (.../setup_canbus.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -9,7 +9,7 @@ # @file setup_canbus.sh # # @author (last) Peter Lucia -# @date (last) 22-May-2020 +# @date (last) 06-Aug-2020 # @author (original) Peter Lucia # @date (original) 01-Apr-2020 # Index: tools/setup_virtual_can.sh =================================================================== diff -u -r8d1f61499650e23dac6f857e48daad42180db949 -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 --- tools/setup_virtual_can.sh (.../setup_virtual_can.sh) (revision 8d1f61499650e23dac6f857e48daad42180db949) +++ tools/setup_virtual_can.sh (.../setup_virtual_can.sh) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) @@ -9,7 +9,7 @@ # @file setup_virtual_can.sh # # @author (last) Peter Lucia -# @date (last) 29-Apr-2020 +# @date (last) 06-Aug-2020 # @author (original) Peter Lucia # @date (original) 01-Apr-2020 #