Index: tools/Code_Report.csv =================================================================== diff -u -r2d60851c919d9cfbeef73de59867679d431cb824 -rcb0240426f992b18cc6087142193f0dbc0b8ef57 --- tools/Code_Report.csv (.../Code_Report.csv) (revision 2d60851c919d9cfbeef73de59867679d431cb824) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision cb0240426f992b18cc6087142193f0dbc0b8ef57) @@ -152,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): @@ -622,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): @@ -2800,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