Index: tools/Code_Report.csv =================================================================== diff -u -ra472eda4151b3476fe2a3d2bc93421c2b45a0ec0 -raa6b53fb674e6c2f90c57a12b54debb131541602 --- tools/Code_Report.csv (.../Code_Report.csv) (revision a472eda4151b3476fe2a3d2bc93421c2b45a0ec0) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision aa6b53fb674e6c2f90c57a12b54debb131541602) @@ -7,14 +7,15 @@ ./dg/accelerometer.py, Function, get_accel_vector(self): ./dg/accelerometer.py, Function, get_accel_max_vector(self): ./dg/accelerometer.py, Function, get_accel_tilts(self): -./dg/alarms.py, Function, cmd_alarm_state_override(self, alarm: int, state: int, reset: int = NO_RESET) -> int: -./dg/alarms.py, Function, cmd_clear_all_alarms(self) -> int: -./dg/alarms.py, Function, cmd_alarm_info_broadcast_interval_override(self, ms: int = 1000, reset: int = NO_RESET): -./dg/alarms.py, Function, get_alarm_states(self): ./dg/alarms.py, Function, get_alarm_conditions(self): ./dg/alarms.py, Function, get_alarm_state(self, alarm_id): ./dg/alarms.py, Function, get_safety_shutdown_activated(self): ./dg/alarms.py, Function, clear_dialin_alarms(self): +./dg/alarms.py, Function, get_alarm_data(self, alarm_id) -> list: +./dg/alarms.py, Function, cmd_alarm_state_override(self, alarm: int, state: int, reset: int = NO_RESET) -> int: +./dg/alarms.py, Function, cmd_clear_all_alarms(self) -> int: +./dg/alarms.py, Function, cmd_alarm_info_broadcast_interval_override(self, ms: int = 1000, reset: int = NO_RESET): +./dg/alarms.py, Function, get_alarm_states(self): ./dg/calibration_record.py, Function, cmd_get_dg_calibration_record_report(self, report_destination: str = None): ./dg/calibration_record.py, Function, cmd_request_dg_calibration_record(self) -> bool: ./dg/calibration_record.py, Function, cmd_dg_calibration_record_crc_override(self, crc: int) -> bool: @@ -113,7 +114,7 @@ ./dg/hd_proxy.py, Function, cmd_start_stop_dg_chemical_disinfect_flush(self, start: bool = True) -> int: ./dg/hd_proxy.py, Function, cmd_resend_dg_alarms(self) -> int: ./dg/hd_proxy.py, Function, cmd_hd_communication_status_override(self, status: bool, reset: int = NO_RESET) -> int: -./dg/hd_proxy.py, Function, cmd_switch_reservoirs(self, reservoir_id: int = RESERVOIR1) -> int: +./dg/hd_proxy.py, Function, cmd_switch_reservoirs(self, reservoir_id: int = RESERVOIR1, use_last_trimmer_dc: int = 0) -> int: ./dg/hd_proxy.py, Function, cmd_fill(self, volume: int = 1500, tgt_fill_flow_lpm: float = 0.8, start: int = 1) -> int: ./dg/heat_disinfect_active_cool.py, Function, clear_heat_disinfect_active_cool_info(self) -> None: ./dg/heat_disinfect.py, Function, clear_heat_disinfect_info(self) -> None: @@ -255,6 +256,7 @@ ./hd/alarms.py, Function, get_alarm_flag_no_dialysate_recirculation(self) -> bool: ./hd/alarms.py, Function, get_alarm_flag_no_minimize(self) -> bool: ./hd/alarms.py, Function, clear_dialin_alarms(self): +./hd/alarms.py, Function, get_alarm_data(self, alarm_id) -> list: ./hd/alarms.py, Function, cmd_clear_all_alarms(self) -> int: ./hd/alarms.py, Function, cmd_resend_all_alarms(self) -> int: ./hd/alarms.py, Function, cmd_alarm_state_override(self, alarm: int, state: int, reset: int = NO_RESET) -> int: @@ -635,6 +637,12 @@ dg/alarms.py, Variable, alarm_states dg/alarms.py, Variable, alarm_conditions dg/alarms.py, Variable, safety_shutdown_active +dg/alarms.py, Variable, alarm_data_type +dg/alarms.py, Variable, alarm_data +dg/alarms.py, Variable, alarm_priorities +dg/alarms.py, Variable, alarm_ranks +dg/alarms.py, Variable, alarm_clear_top_only_flags +dg/alarms.py, Variable, alarm_data_type[event_data_type] dg/calibration_record.py, Variable, dg_calibration_record dg/calibration_record.py, Variable, dg_calibration_record_timestamp dg/chemical_disinfect_flush.py, Variable, flush_state @@ -915,6 +923,7 @@ hd/alarms.py, Variable, alarm_priorities hd/alarms.py, Variable, alarm_ranks hd/alarms.py, Variable, alarm_clear_top_only_flags +hd/alarms.py, Variable, alarm_data hd/alarms.py, Variable, alarm_data_type hd/alarms.py, Variable, alarm_volume hd/alarms.py, Variable, alarm_audio_curr_hg