Index: tools/Code_Report.csv =================================================================== diff -u -r99de977e29634a797ebbaeb179c2cf362e8066a5 -re74209597ce65c5d8ecbe5895bc2d629de0de6f3 --- tools/Code_Report.csv (.../Code_Report.csv) (revision 99de977e29634a797ebbaeb179c2cf362e8066a5) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision e74209597ce65c5d8ecbe5895bc2d629de0de6f3) @@ -85,11 +85,13 @@ ./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_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): ./dg/flow_sensors.py, Function, get_measured_ro_flow_with_cp(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, get_measured_raw_ro_flow(self): +./dg/flow_sensors.py, Function, get_measured_raw_dialysate_flow(self): ./dg/fluid_leak.py, Function, cmd_fluid_leak_state_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: ./dg/fluid_leak.py, Function, get_fluid_leak_state(self): ./dg/fluid_leak.py, Function, cmd_fluid_leak_detector_override(self, detected_state: int, reset: int = NO_RESET) -> int: @@ -272,6 +274,7 @@ ./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, get_pres_blood_flow_rate(self): ./hd/blood_flow.py, Function, cmd_blood_flow_set_point_override(self, flow: int, mode: int = PUMP_CONTROL_MODE_CLOSED_LOOP, ./hd/blood_flow.py, Function, cmd_blood_flow_measured_override(self, flow: int, reset: int = NO_RESET) -> int: ./hd/blood_flow.py, Function, cmd_blood_pump_measured_motor_controller_speed_override(self, speed: int, reset: int = NO_RESET) -> int: @@ -308,6 +311,7 @@ ./hd/calibration_record.py, Function, cmd_get_hd_calibration_record_report(self, report_destination: str = None): ./hd/dialysate_inlet_flow.py, Function, get_pwm_duty_cycle_pct(self): ./hd/dialysate_inlet_flow.py, Function, get_rotor_count(self): +./hd/dialysate_inlet_flow.py, Function, get_pres_dialysate_flow_rate(self): ./hd/dialysate_inlet_flow.py, Function, cmd_dialysate_inlet_flow_set_point_override(self, ./hd/dialysate_inlet_flow.py, Function, cmd_dialysate_inlet_flow_measured_override(self, flow: int, reset: int = NO_RESET) -> int: ./hd/dialysate_inlet_flow.py, Function, cmd_dialysate_inlet_pump_measured_motor_controller_speed_override(self, speed: int, @@ -735,6 +739,8 @@ dg/flow_sensors.py, Variable, measured_ro_flow_LPM dg/flow_sensors.py, Variable, measured_dialysate_flow_LPM dg/flow_sensors.py, Variable, measured_ro_flow_with_cp_LPM +dg/flow_sensors.py, Variable, measured_raw_ro_flow_LPM +dg/flow_sensors.py, Variable, measured_raw_dialysate_flow_LPM dg/fluid_leak.py, Variable, fluid_leak_state dg/flush.py, Variable, flush_state dg/flush.py, Variable, overall_elapsed_time @@ -902,6 +908,7 @@ hd/blood_flow.py, Variable, measured_blood_pump_mc_current hd/blood_flow.py, Variable, pwm_duty_cycle_pct hd/blood_flow.py, Variable, rotor_count +hd/blood_flow.py, Variable, pres_blood_flow_rate hd/blood_leak.py, Variable, blood_leak_status hd/blood_leak.py, Variable, blood_leak_state hd/blood_leak.py, Variable, blood_leak_emb_mode_cmds @@ -916,6 +923,7 @@ hd/dialysate_inlet_flow.py, Variable, measured_dialysate_inlet_pump_mc_current hd/dialysate_inlet_flow.py, Variable, pwm_duty_cycle_pct hd/dialysate_inlet_flow.py, Variable, rotor_count +hd/dialysate_inlet_flow.py, Variable, pres_dialysate_flow_rate hd/dialysate_outlet_flow.py, Variable, reference_dialysate_outlet_uf_volume hd/dialysate_outlet_flow.py, Variable, measured_dialysate_outlet_uf_volume hd/dialysate_outlet_flow.py, Variable, measured_dialysate_outlet_pump_rotor_speed