Index: tools/Code_Report.csv =================================================================== diff -u -r5334bed1bac0f87aa0d2aec36de8147c9a07bebe -r54050864a101ab02b0b6b134a711246ddb062098 --- tools/Code_Report.csv (.../Code_Report.csv) (revision 5334bed1bac0f87aa0d2aec36de8147c9a07bebe) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision 54050864a101ab02b0b6b134a711246ddb062098) @@ -139,7 +139,6 @@ ./dg/hd_proxy.py, Function, cmd_hd_communication_status_override(self, status: bool, reset: int = NO_RESET) -> int: ./dg/hd_proxy.py, Function, cmd_hd_send_collect_ro_permeate_sample(self, cmd: bool = 0): ./dg/hd_proxy.py, Function, cmd_hd_send_chem_flush_sample_result(self, result: bool = 0): -./dg/hd_proxy.py, Function, cmd_send_hd_power_off_response(self, usr_response: int ) -> None: ./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: @@ -153,6 +152,8 @@ ./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, cmd_set_nelson_support_mode(self, support: int): +./dg/heat_disinfect.py, Function, cmd_state_timer_82c_override(self, ms: int, reset: int = NO_RESET) -> int: +./dg/heat_disinfect.py, Function, cmd_state_timer_77c_override(self, ms: int, reset: int = NO_RESET) -> int: ./dg/heaters.py, Function, get_trimmer_heater_duty_cycle(self): ./dg/heaters.py, Function, get_primary_heater_target_temperature(self): ./dg/heaters.py, Function, get_trimmer_heater_target_temperature(self): @@ -623,6 +624,7 @@ ./hd/ui_proxy.py, Function, cmd_ui_off_button_response(self, response: int) -> int: ./hd/ui_proxy.py, Function, cmd_get_ro_only_mode_status(self) -> int: ./hd/ui_proxy.py, Function, cmd_ui_send_alarm_triggered_message(self, alarm_id: int, data_field1: int = 0, data_field2: int = 0) -> int: +./hd/ui_proxy.py, Function, cmd_ui_send_pressure_limits_change_request(self, arterial: int, venous: int, asymmetric_venous: int) -> int: ./hd/ui_proxy.py, Function, get_hd_version(self): ./hd/ui_proxy.py, Function, get_fpga_version(self): ./hd/ui_proxy.py, Function, get_reject_reasons(self): @@ -2668,6 +2670,8 @@ common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_DIAL_OUT_SET_PWM common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_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 @@ -2780,6 +2784,8 @@ common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_CONC_PUMP_PARK_FAULT_STATUS_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_CONC_PUMP_PARK_COMMAND common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_HEATERS_DUTY_CYCLE_OVERRIDE +common/msg_ids.py, Enum, MsgIds, MSD_ID_DG_RTC_CTL_REG1_STATUS_OVERRIDE +common/msg_ids.py, Enum, MsgIds, MSD_ID_DG_RTC_CTL_REG3_STATUS_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_NELSON_DISINFECT_SUPPORT common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_SET_DIALYSATE_MIXING_RATIOS common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_SET_TEST_CONFIGURATION @@ -2797,6 +2803,8 @@ common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_RAM_STATUS_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_CAN_RECEIVE_ACK_MESSAGE_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_RESERVOIR_BROADCAST_INTERVAL_OVERRIDE +common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_STATE_TIMER_77C_OVERRIDE +common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_STATE_TIMER_82C_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_DEBUG_EVENT common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_DEBUG_EVENT common/msg_ids.py, Enum, MsgIds, MSG_ID_ACK_MESSAGE_THAT_REQUIRES_ACK