Index: tools/Code_Report.csv =================================================================== diff -u -rb1e1fd312666e69d3ce1a2a36ecf204fd9fbeb0d -r6f9c768e8ee563ca2bb4ec4a02b597719e459515 --- tools/Code_Report.csv (.../Code_Report.csv) (revision b1e1fd312666e69d3ce1a2a36ecf204fd9fbeb0d) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision 6f9c768e8ee563ca2bb4ec4a02b597719e459515) @@ -101,7 +101,7 @@ ./dg/fans.py, Function, get_fan_inlet_1_rpm(self): ./dg/fans.py, Function, get_fan_inlet_2_rpm(self): ./dg/fans.py, Function, get_fan_inlet_3_rpm(self): -./dg/flow_sensors.py, Function, cmd_measured_flow_sensor_value_lpm_override(self, sensor_id: int, rate: float, reset: int = NO_RESET) -> int: +./dg/flow_sensors.py, Function, cmd_measured_flow_sensor_value_lpm_override(self, sensor_id: int, rate: float, raw: int, reset: int = NO_RESET) -> int: ./dg/flow_sensors.py, Function, cmd_flow_sensor_data_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: ./dg/flow_sensors.py, Function, get_measured_dialysate_flow_rate(self): ./dg/flow_sensors.py, Function, get_measured_ro_flow(self): @@ -333,14 +333,14 @@ ./hd/blood_flow.py, Function, get_measured_blood_pump_speed(self): ./hd/blood_flow.py, Function, get_measured_blood_pump_motor_controller_speed(self): ./hd/blood_flow.py, Function, get_measured_blood_pump_motor_controller_current(self): +./hd/blood_leak.py, Function, get_blood_leak_status(self): ./hd/blood_leak.py, Function, get_blood_leak_state(self): ./hd/blood_leak.py, Function, get_blood_leak_emb_mode_command_response(self, emb_mod_cmd: int) -> str: ./hd/blood_leak.py, Function, cmd_blood_leak_detector_override(self, detected: int, reset=NO_RESET): ./hd/blood_leak.py, Function, cmd_blood_leak_zero_request(self): ./hd/blood_leak.py, Function, cmd_blood_leak_data_broadcast_interval_override(self, ms, reset=NO_RESET): ./hd/blood_leak.py, Function, cmd_blood_leak_set_to_embedded_mode(self): ./hd/blood_leak.py, Function, cmd_blood_leak_set_embedded_mode_command(self, command: int, msg_payload: int = None): -./hd/blood_leak.py, Function, get_blood_leak_status(self): ./hd/buttons.py, Function, cmd_stop_button_override(self, state: int, reset: int = NO_RESET) -> int: ./hd/buttons.py, Function, get_power_timeout_expired(self): ./hd/buttons.py, Function, reset_poweroff_timeout_expired(self): @@ -607,6 +607,7 @@ ./hd/ui_proxy.py, Function, cmd_ui_send_alarm_list_request(self) -> None: ./hd/ui_proxy.py, Function, cmd_ui_off_button_response(self, reponse: 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, get_hd_version(self): ./hd/ui_proxy.py, Function, get_fpga_version(self): ./hd/ui_proxy.py, Function, get_reject_reasons(self): @@ -3098,6 +3099,8 @@ hd/blood_leak.py, Enum, BloodLeakStates, BLOOD_LEAK_INIT_STATE hd/blood_leak.py, Enum, BloodLeakStates, BLOOD_LEAK_CHECK_ZERO_AND_SELF_TEST_STATE hd/blood_leak.py, Enum, BloodLeakStates, BLOOD_LEAK_NORMAL_STATE +hd/blood_leak.py, Enum, BloodLeakStates, BLOOD_LEAK_RECOVER_BLOOD_DETECT_STATE +hd/blood_leak.py, Enum, BloodLeakStates, NUM_OF_BLOOD_LEAK_STATES hd/fans.py, Enum, HDFansNames, HDFansNames hd/fans.py, Enum, HDFansNames, FAN_INLET_1 hd/post_treatment.py, Enum, HDPostTreatmentDrainStates, HDPostTreatmentDrainStates