Index: tools/Code_Report.csv =================================================================== diff -u -re12cce7cbade68e3c7203d5b6bf1da127bc8a265 -r144eba37a224a1a98864d430b55afe075c60352e --- tools/Code_Report.csv (.../Code_Report.csv) (revision e12cce7cbade68e3c7203d5b6bf1da127bc8a265) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision 144eba37a224a1a98864d430b55afe075c60352e) @@ -558,6 +558,7 @@ ./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/ui_proxy.py, Function, handler_active_alarm_list_response(self, message: dict, timestamp=0.0) -> None: ./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: @@ -621,6 +622,7 @@ ./hd/ui_proxy.py, Function, get_target_dialysate_flow_rate(self): ./hd/ui_proxy.py, Function, get_saline_bolus_reject_reason(self): ./hd/ui_proxy.py, Function, get_saline_bolus_volume(self): +./hd/ui_proxy.py, Function, get_active_alarm_list(self): ./hd/usage_info_record.py, Function, cmd_update_hd_usage_info_record(self, excel_report_path: str): ./hd/usage_info_record.py, Function, cmd_get_hd_usage_info_record(self, report_address: str = None): ./hd/usage_info_record.py, Function, cmd_reset_hd_usage_info_record(self) -> bool: @@ -1252,6 +1254,7 @@ hd/ui_proxy.py, Variable, hd_recirc_res_timestamp hd/ui_proxy.py, Variable, hd_tx_end_cmd_res_timestamp hd/ui_proxy.py, Variable, hd_disinfection_standby_timestamp +hd/ui_proxy.py, Variable, hd_active_alarm_list_timestamp hd/ui_proxy.py, Variable, hd_version hd/ui_proxy.py, Variable, fpga_version hd/ui_proxy.py, Variable, treatment_parameters @@ -1288,6 +1291,9 @@ hd/ui_proxy.py, Variable, recirc_cmd_reject_reason hd/ui_proxy.py, Variable, treatment_end_cmd_succeeded hd/ui_proxy.py, Variable, treatment_end_cmd_reject_reason +hd/ui_proxy.py, Variable, active_alarm_list_succeeded +hd/ui_proxy.py, Variable, active_alarm_list_reject_reason +hd/ui_proxy.py, Variable, alarm_list_response hd/ui_proxy.py, Variable, reject_reasons hd/ui_proxy.py, Variable, reject_reasons[RequestRejectReasons(attr).name] hd/ui_proxy.py, Variable, reject_reasons @@ -1850,6 +1856,7 @@ common/dg_defs.py, Enum, DGEventList, DG_EVENT_HEATERS_INFO_UPDATE common/dg_defs.py, Enum, DGEventList, DG_EVENT_AVG_DIALYSATE_FILL_COND_VALUES common/dg_defs.py, Enum, DGEventList, DG_EVENT_RESERVOIR_FILL_VALUES +common/dg_defs.py, Enum, DGEventList, DG_EVENT_OPERATION_STATUS common/dg_defs.py, Enum, DGEventList, NUM_OF_DG_EVENT_IDS common/dg_defs.py, Enum, DGEventDataType, DGEventDataType common/dg_defs.py, Enum, DGEventDataType, EVENT_DATA_TYPE_NONE @@ -2114,6 +2121,7 @@ common/hd_defs.py, Enum, HDEventList, HD_EVENT_OCCLUSION_BASELINE common/hd_defs.py, Enum, HDEventList, HD_EVENT_RSRVR_UF_VOLUME_AND_TIME common/hd_defs.py, Enum, HDEventList, HD_EVENT_RSRVR_UF_RATE +common/hd_defs.py, Enum, HDEventList, HD_EVENT_OPERATION_STATUS common/hd_defs.py, Enum, HDEventList, NUM_OF_EVENT_IDS common/hd_defs.py, Enum, HDEventDataType, HDEventDataType common/hd_defs.py, Enum, HDEventDataType, EVENT_DATA_TYPE_NONE