Index: tools/Code_Report.csv =================================================================== diff -u -r7fe939e59e034a80456d9f865c6fda428c2ae861 -r37101b5eb713b145ee7ebe8e8591640e86e79b29 --- tools/Code_Report.csv (.../Code_Report.csv) (revision 7fe939e59e034a80456d9f865c6fda428c2ae861) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision 37101b5eb713b145ee7ebe8e8591640e86e79b29) @@ -126,6 +126,7 @@ ./dg/hd_proxy.py, Function, cmd_switch_reservoirs(self, reservoir_id: int = RESERVOIR1) -> int: ./dg/hd_proxy.py, Function, cmd_fill(self, volume: int = 1500, tgt_fill_flow_lpm: float = 0.8, start: int = 1) -> int: ./dg/heat_disinfect_active_cool.py, Function, clear_heat_disinfect_active_cool_info(self) -> None: +./dg/heat_disinfect.py, Function, clear_heat_disinfect_info(self) -> None: ./dg/heat_disinfect.py, Function, get_heat_disinfect_state(self) -> int: ./dg/heat_disinfect.py, Function, get_heat_disinfect_heat_disinfect_target_time(self) -> int: ./dg/heat_disinfect.py, Function, get_heat_disinfect_heat_disinfect_count_down_time(self) -> int: @@ -135,7 +136,6 @@ ./dg/heat_disinfect.py, Function, get_heat_disinfect_r1_level(self) -> int: ./dg/heat_disinfect.py, Function, get_heat_disinfect_r2_level(self) -> int: ./dg/heat_disinfect.py, Function, get_heat_disinfect_heat_disinfect_ui_state(self) -> int: -./dg/heat_disinfect.py, Function, clear_heat_disinfect_info(self) -> None: ./dg/heat_disinfect.py, Function, cmd_set_nelson_support_mode(self, support: int): ./dg/heaters.py, Function, get_trimmer_heater_duty_cycle(self): ./dg/heaters.py, Function, get_primary_heater_target_temperature(self): @@ -167,6 +167,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: @@ -290,6 +292,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, @@ -418,6 +423,8 @@ ./hd/pretreatment.py, Function, get_prime_time_countdown(self): ./hd/pretreatment.py, Function, get_wet_self_test_state(self): ./hd/pretreatment.py, Function, get_pre_treatment_submode(self): +./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/rtc.py, Function, cmd_set_rtc_time_and_date(self, second: int, minute: int, hour: int, day: int, month: int, year: int) -> int: @@ -880,6 +887,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 @@ -2352,6 +2360,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