Index: tools/Code_Report.csv =================================================================== diff -u -r55c25538601366def638bdf5eacbe5331a551304 -rd6a758e37eba2502c17a4e7a3975e1922e8314ca --- tools/Code_Report.csv (.../Code_Report.csv) (revision 55c25538601366def638bdf5eacbe5331a551304) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision d6a758e37eba2502c17a4e7a3975e1922e8314ca) @@ -531,6 +531,9 @@ ./hd/temperatures.py, Function, cmd_temperatures_value_override(self, sensor: int, value: float, reset: int = NO_RESET) -> int: ./hd/temperatures.py, Function, cmd_temperatures_data_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: ./hd/temperatures.py, Function, get_hd_temperatures_values(self) -> dict: +./hd/treatment.py, Function, cmd_set_saline_bolus_volume(self, volume: int) -> int: +./hd/treatment.py, Function, cmd_set_acid_concentrate(self, acid: int) -> int: +./hd/treatment.py, Function, cmd_set_bicarb_concentrate(self, bicarb: int) -> int: ./hd/treatment.py, Function, cmd_set_dialyzer_type(self, dialyzer: int) -> int: ./hd/treatment.py, Function, cmd_set_bp_measurement_interval(self, intvl: int) -> int: ./hd/treatment.py, Function, cmd_set_rinseback_flow_rate(self, flow: int) -> int: @@ -580,13 +583,11 @@ ./hd/treatment.py, Function, get_treatment_stop_timeout(self) -> int: ./hd/treatment.py, Function, get_treatment_stop_timeout_countdown(self) -> int: ./hd/treatment.py, Function, get_current_treatment_parameters(self) -> dict: +./hd/treatment.py, Function, get_tdi_temperature_counters(self) -> dict: ./hd/treatment.py, Function, cmd_set_treatment_param_blood_flow_rate(self, flow: int) -> int: ./hd/treatment.py, Function, cmd_set_treatment_param_dialysate_flow_rate(self, flow: int) -> int: ./hd/treatment.py, Function, cmd_set_treatment_param_duration(self, duration: int) -> int: ./hd/treatment.py, Function, cmd_set_heparin_pre_stop_time(self, pre_stop: int) -> int: -./hd/treatment.py, Function, cmd_set_saline_bolus_volume(self, volume: int) -> int: -./hd/treatment.py, Function, cmd_set_acid_concentrate(self, acid: int) -> int: -./hd/treatment.py, Function, cmd_set_bicarb_concentrate(self, bicarb: int) -> int: ./hd/ui_proxy.py, Function, cmd_ui_checkin_with_hd(self) -> None: ./hd/ui_proxy.py, Function, cmd_ui_request_hd_version(self) -> None: ./hd/ui_proxy.py, Function, cmd_ui_set_alarm_audio_volume_level(self, volume: int = MAX_ALARM_VOLUME_LEVEL) -> None: @@ -1255,6 +1256,7 @@ hd/treatment.py, Variable, hd_recirc_progress_timestamp hd/treatment.py, Variable, hd_treatment_stop_timer_data_timestamp hd/treatment.py, Variable, hd_res_current_treatment_parameters_timestamp +hd/treatment.py, Variable, hd_tdi_temperature_counter_timestamp hd/treatment.py, Variable, treatment_time_prescribed hd/treatment.py, Variable, treatment_time_elapsed hd/treatment.py, Variable, treatment_time_remaining @@ -1302,6 +1304,18 @@ hd/treatment.py, Variable, current_heparin_dispense hd/treatment.py, Variable, current_dialysate_temp hd/treatment.py, Variable, current_uf_volume +hd/treatment.py, Variable, tdi_temp_counter_dict +hd/treatment.py, Variable, tdihigh_tempup_cntr +hd/treatment.py, Variable, tdihigh_tempdown_cntr +hd/treatment.py, Variable, prevtdihigh_tempup_cntr +hd/treatment.py, Variable, prevtdihigh_tempdown_cntr +hd/treatment.py, Variable, tdilow_tempup_cntr +hd/treatment.py, Variable, tdilow_tempdown_cntr +hd/treatment.py, Variable, prevtdilow_tempup_cntr +hd/treatment.py, Variable, prevtdilow_tempdown_cntr +hd/treatment.py, Variable, dgcurrent_active_reservoir +hd/treatment.py, Variable, dgprev_active_reservoir +hd/treatment.py, Variable, dgtdi_temp hd/ui_proxy.py, Variable, hd_uf_settings_change_res_timestamp hd/ui_proxy.py, Variable, hd_uf_settings_change_confirm_res_timestamp hd/ui_proxy.py, Variable, hd_treatment_time_change_res_timestamp @@ -2525,7 +2539,7 @@ common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_DG_SERVICE_MODE_REQUEST common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_RTC_EPOCH_DATA common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_DG_USAGE_INFO_REQUEST -common/msg_ids.py, Enum, MsgIds, MSG_ID_MSG_AVAILABLE_9 +common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_TDI_TEMP_COUNTER_DATA common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_UI_CONFIRMATION_REQUEST common/msg_ids.py, Enum, MsgIds, MSG_ID_UI_CONFIRMATION_RESULT_RESPONSE common/msg_ids.py, Enum, MsgIds, MSG_ID_UI_SET_DG_RO_MODE