Index: tools/Code_Report.csv =================================================================== diff -u -rd14d7b0dda182dfcfc16e3961edfc01952e01034 -r0a7fd303a2bf0b2d69ca9b5e5af4ea3f47cbda88 --- tools/Code_Report.csv (.../Code_Report.csv) (revision d14d7b0dda182dfcfc16e3961edfc01952e01034) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision 0a7fd303a2bf0b2d69ca9b5e5af4ea3f47cbda88) @@ -146,6 +146,8 @@ ./dg/ro_pump.py, Function, get_target_flow_rate(self): ./dg/ro_pump.py, Function, get_pwm_duty_cycle_pct(self): ./dg/ro_pump.py, Function, get_ro_pump_state(self): +./dg/rtc.py, Function, cmd_rtc_ctl_reg1_status_override(self, status: int = 0, reset: int = NO_RESET) -> int: +./dg/rtc.py, Function, cmd_rtc_ctl_reg3_status_override(self, status: int = 0, reset: int = NO_RESET) -> int: ./dg/rtc.py, Function, get_rtc_epoch(self): ./dg/rtc.py, Function, cmd_stop_rtc(self): ./dg/rtc.py, Function, cmd_set_rtc_time_and_date(self, second: int, minute: int, hour: int, day: int, month: int, year: int) -> int: @@ -265,6 +267,9 @@ ./hd/battery.py, Function, get_battery_remaining_capacity(self): ./hd/battery.py, Function, get_battery_manager_values(self): ./hd/battery.py, Function, cmd_battery_remaining_capacity_override(self, mWh: float, reset: int = NO_RESET) -> int: +./hd/battery.py, Function, cmd_battery_status_override(self, status: int, reset: int = NO_RESET) -> int: +./hd/battery.py, Function, cmd_battery_charger_status_override(self, status: int, reset: int = NO_RESET) -> int: +./hd/battery.py, Function, cmd_battery_comm_status_override(self, status: int, reset: int = NO_RESET) -> int: ./hd/blood_flow.py, Function, get_pwm_duty_cycle_pct(self): ./hd/blood_flow.py, Function, get_rotor_count(self): ./hd/blood_flow.py, Function, cmd_blood_flow_set_point_override(self, flow: int, mode: int = PUMP_CONTROL_MODE_CLOSED_LOOP, @@ -394,6 +399,8 @@ ./hd/pretreatment.py, Function, get_wet_self_test_state(self): ./hd/pretreatment.py, Function, get_pre_treatment_submode(self): ./hd/rtc.py, Function, cmd_set_rtc_time_and_date(self, second: int, minute: int, hour: int, day: int, month: int, year: int) -> int: +./hd/rtc.py, Function, cmd_rtc_ctl_reg1_status_override(self, status: int = 0, reset: int = NO_RESET) -> int: +./hd/rtc.py, Function, cmd_rtc_ctl_reg3_status_override(self, status: int = 0, reset: int = NO_RESET) -> int: ./hd/rtc.py, Function, get_rtc_epoch(self): ./hd/rtc.py, Function, cmd_stop_rtc(self): ./hd/service_record.py, Function, cmd_hd_service_record_crc_override(self, crc: int) -> bool: @@ -855,6 +862,7 @@ hd/battery.py, Variable, RemainingCapacity hd/battery.py, Variable, BatteryStatus hd/battery.py, Variable, BatteryChargerStatus +hd/battery.py, Variable, BatteryCommStatus hd/battery.py, Variable, RemainingCapacityAlarm hd/battery.py, Variable, RemainingTimeAlarm hd/battery.py, Variable, BatteryMode @@ -2323,6 +2331,11 @@ common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_DIAL_OUT_SET_PWM common/msg_ids.py, Enum, MsgIds, MSG_ID_DIALYSATE_INLET_PUMP_ROTOR_COUNT_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_NV_RECORD_CRC_OVERRIDE +common/msg_ids.py, Enum, MsgIds, MSD_ID_HD_RTC_CTL_REG1_STATUS_OVERRIDE +common/msg_ids.py, Enum, MsgIds, MSD_ID_HD_RTC_CTL_REG3_STATUS_OVERRIDE +common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_BATTERY_STATUS_OVERRIDE +common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_BATTERY_CHARGER_STATUS_OVERRIDE +common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_BATTERY_COMM_STATUS_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_TESTER_LOGIN_REQUEST common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_ALARM_STATE_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_WATCHDOG_TASK_CHECKIN_OVERRIDE