Index: tools/Code_Report.csv =================================================================== diff -u -rba6484e29b2c0600dc88ba9d58e749effd05a238 -rd772b30d43122e5e15c39dc66feee4446e4c5a5e --- tools/Code_Report.csv (.../Code_Report.csv) (revision ba6484e29b2c0600dc88ba9d58e749effd05a238) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision d772b30d43122e5e15c39dc66feee4446e4c5a5e) @@ -19,7 +19,7 @@ ./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: -./dg/calibration_record.py, Function, cmd_set_dg_calibration_excel_to_fw(self, report_address: str): +./dg/calibration_record.py, Function, cmd_set_dg_calibration_excel_to_fw(self, report_address: str) -> bool: ./dg/calibration_record.py, Function, cmd_set_dg_calibration_record(self, previous_record: OrderedDict) -> bool: ./dg/calibration_record.py, Function, cmd_reset_dg_calibration_record(self) -> bool: ./dg/chemical_disinfect_flush.py, Function, clear_flush_info(self) -> None: @@ -206,7 +206,7 @@ ./dg/scheduled_runs_record.py, Function, cmd_reset_dg_calibration_record(self) -> bool: ./dg/service_record.py, Function, cmd_dg_service_record_crc_override(self, crc: int) -> bool: ./dg/service_record.py, Function, cmd_set_dg_service_record(self, dg_service_record: OrderedDict) -> bool: -./dg/service_record.py, Function, cmd_set_dg_service_record_excel_to_fw(self, report_address: str): +./dg/service_record.py, Function, cmd_set_dg_service_record_excel_to_fw(self, report_address: str) -> bool: ./dg/service_record.py, Function, cmd_get_dg_service_record(self, report_address: str = None): ./dg/service_record.py, Function, cmd_reset_dg_service_record(self) -> bool: ./dg/service_record.py, Function, cmd_request_dg_service_record(self) -> int: @@ -219,7 +219,7 @@ ./dg/system_record.py, Function, cmd_get_dg_system_record_report(self, report_destination: str = None): ./dg/system_record.py, Function, cmd_request_dg_system_record(self) -> int: ./dg/system_record.py, Function, cmd_dg_system_record_crc_override(self, crc: int) -> bool: -./dg/system_record.py, Function, cmd_set_dg_system_record_excel_to_fw(self, report_address: str): +./dg/system_record.py, Function, cmd_set_dg_system_record_excel_to_fw(self, report_address: str) -> bool: ./dg/system_record.py, Function, cmd_set_dg_system_record(self, dg_system_record: OrderedDict) -> bool: ./dg/system_record.py, Function, cmd_reset_dg_system_record(self) -> bool: ./dg/system_record.py, Function, get_dg_system_record(self) -> dict: @@ -232,7 +232,7 @@ ./dg/usage_info_record.py, Function, cmd_update_dg_usage_info_record(self, excel_report_path: str): ./dg/usage_info_record.py, Function, cmd_get_dg_usage_info_record(self, report_address: str = None): ./dg/usage_info_record.py, Function, cmd_reset_dg_usage_info_record(self) -> bool: -./dg/usage_info_record.py, Function, cmd_set_dg_usage_info_excel_to_fw(self, report_address: str): +./dg/usage_info_record.py, Function, cmd_set_dg_usage_info_excel_to_fw(self, report_address: str) -> bool: ./dg/usage_info_record.py, Function, cmd_dg_usage_info_crc_override(self, crc: int) -> bool: ./dg/uv_reactors.py, Function, get_outlet_uv_reactor_state(self) -> int: ./dg/uv_reactors.py, Function, cmd_uv_reactors_data_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: @@ -318,13 +318,11 @@ ./hd/alarms.py, Function, cmd_alarm_audio_current_hg_override(self, current: float = 0.0, reset: int = NO_RESET): ./hd/alarms.py, Function, cmd_alarm_audio_current_lg_override(self, current: float = 0.0, reset: int = NO_RESET): ./hd/alarms.py, Function, cmd_alarm_backup_audio_current_override(self, current: float = 0.0, reset: int = NO_RESET): -./hd/battery.py, Function, get_battery_status_values(self): -./hd/battery.py, Function, get_battery_remaining_capacity(self): -./hd/battery.py, Function, get_battery_manager_values(self): ./hd/battery.py, Function, cmd_battery_remaining_capacity_override(self, mWh: float, reset: int = NO_RESET) -> int: ./hd/battery.py, Function, cmd_battery_status_override(self, status: int, reset: int = NO_RESET) -> int: ./hd/battery.py, Function, cmd_battery_charger_status_override(self, status: int, reset: int = NO_RESET) -> int: ./hd/battery.py, Function, cmd_battery_comm_status_override(self, status: int, reset: int = NO_RESET) -> int: +./hd/battery.py, Function, get_battery_remaining_capacity(self): ./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): @@ -361,7 +359,7 @@ ./hd/buttons.py, Function, cmd_off_button_override(self, state: int, reset: int = NO_RESET) -> int: ./hd/calibration_record.py, Function, cmd_request_hd_calibration_record(self) -> int: ./hd/calibration_record.py, Function, cmd_hd_calibration_record_crc_override(self, crc: int) -> bool: -./hd/calibration_record.py, Function, cmd_set_hd_calibration_excel_to_fw(self, report_address: str): +./hd/calibration_record.py, Function, cmd_set_hd_calibration_excel_to_fw(self, report_address: str) -> bool: ./hd/calibration_record.py, Function, cmd_set_hd_calibration_record(self, hd_calibration_record: OrderedDict) -> bool: ./hd/calibration_record.py, Function, cmd_reset_hd_calibration_record(self) -> bool: ./hd/calibration_record.py, Function, cmd_get_hd_calibration_record_report(self, report_destination: str = None): @@ -477,14 +475,15 @@ ./hd/pretreatment.py, Function, get_prime_timeout(self): ./hd/pretreatment.py, Function, get_prime_time_countdown(self): ./hd/pretreatment.py, Function, get_wet_self_test_state(self): +./hd/reservoirs.py, Function, cmd_recirulation_pct_override(self, recirulation_pct: float, reset: int) -> int: ./hd/rtc.py, Function, cmd_set_rtc_time_and_date(self, second: int, minute: int, hour: int, day: int, month: int, year: int) -> int: ./hd/rtc.py, Function, cmd_rtc_ctl_reg1_status_override(self, status: int = 0, reset: int = NO_RESET) -> int: ./hd/rtc.py, Function, cmd_rtc_ctl_reg3_status_override(self, status: int = 0, reset: int = NO_RESET) -> int: ./hd/rtc.py, Function, get_rtc_epoch(self): ./hd/rtc.py, Function, cmd_stop_rtc(self): ./hd/service_record.py, Function, cmd_hd_service_record_crc_override(self, crc: int) -> bool: ./hd/service_record.py, Function, cmd_set_hd_service_record(self, hd_service_record: OrderedDict) -> bool: -./hd/service_record.py, Function, cmd_set_dg_service_record_excel_to_fw(self, report_address: str): +./hd/service_record.py, Function, cmd_set_dg_service_record_excel_to_fw(self, report_address: str) -> bool: ./hd/service_record.py, Function, cmd_get_hd_service_record(self, report_address: str = None): ./hd/service_record.py, Function, cmd_reset_hd_service_record(self) -> bool: ./hd/service_record.py, Function, cmd_request_hd_service_record(self) -> int: @@ -525,7 +524,7 @@ ./hd/system_record.py, Function, cmd_get_hd_system_record_report(self, report_destination: str = None): ./hd/system_record.py, Function, cmd_request_hd_system_record(self) -> int: ./hd/system_record.py, Function, cmd_hd_system_record_crc_override(self, crc: int) -> bool: -./hd/system_record.py, Function, cmd_set_hd_system_record_excel_to_fw(self, report_address: str): +./hd/system_record.py, Function, cmd_set_hd_system_record_excel_to_fw(self, report_address: str) -> bool: ./hd/system_record.py, Function, cmd_set_hd_system_record(self, hd_system_record: OrderedDict) -> bool: ./hd/system_record.py, Function, cmd_reset_hd_system_record(self) -> bool: ./hd/system_record.py, Function, get_hd_system_record(self) -> dict: @@ -659,7 +658,7 @@ ./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: -./hd/usage_info_record.py, Function, cmd_set_dg_usage_info_excel_to_fw(self, report_address: str): +./hd/usage_info_record.py, Function, cmd_set_dg_usage_info_excel_to_fw(self, report_address: str) -> bool: ./hd/usage_info_record.py, Function, cmd_hd_usage_info_crc_override(self, crc: int) -> bool: ./hd/valves.py, Function, get_hd_air_trap_status(self): ./hd/valves.py, Function, get_hd_valves_status(self): @@ -1067,8 +1066,6 @@ hd/battery.py, Variable, ManufacturerName hd/battery.py, Variable, DeviceName hd/battery.py, Variable, DeviceChemistry -hd/battery.py, Variable, status_values -hd/battery.py, Variable, manager_values hd/blood_flow.py, Variable, hd_blood_flow_timestamp hd/blood_flow.py, Variable, target_blood_flow_rate hd/blood_flow.py, Variable, measured_blood_flow_rate @@ -2044,6 +2041,17 @@ common/hd_defs.py, Enum, PreTreatmentWetSelfTestStates, WET_SELF_TESTS_SECOND_DISPLACEMENT_VERIFY_STATE common/hd_defs.py, Enum, PreTreatmentWetSelfTestStates, WET_SELF_TESTS_STOPPED_STATE common/hd_defs.py, Enum, PreTreatmentWetSelfTestStates, WET_SELF_TESTS_COMPLETE_STATE +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, HDPreTreatmentReservoirMgmtStates +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, PRE_TREATMENT_RESERVOIR_MGMT_START_STATE +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, PRE_TREATMENT_RESERVOIR_MGMT_DRAIN_CMD_STATE +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, PRE_TREATMENT_RESERVOIR_MGMT_DRAIN_CMD_RESP_STATE +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, PRE_TREATMENT_RESERVOIR_MGMT_START_FILL_STATE +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, PRE_TREATMENT_RESERVOIR_MGMT_FILL_CMD_RESP_STATE +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, PRE_TREATMENT_RESERVOIR_MGMT_FILL_COMPLETE_STATE +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, PRE_TREATMENT_RESERVOIR_MGMT_REQUEST_RESERVOIR_SWITCH_STATE +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, PRE_TREATMENT_RESERVOIR_MGMT_WAIT_FOR_RESERVOIR_SWITCH_STATE +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, PRE_TREATMENT_RESERVOIR_MGMT_COMPLETE_STATE +common/hd_defs.py, Enum, HDPreTreatmentReservoirMgmtStates, NUM_OF_PRE_TREATMENT_RESERVOIR_MGMT_STATES common/hd_defs.py, Enum, HeparinStates, HeparinStates common/hd_defs.py, Enum, HeparinStates, HEPARIN_STATE_OFF common/hd_defs.py, Enum, HeparinStates, HEPARIN_STATE_STOPPED @@ -2692,6 +2700,7 @@ common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_RAM_STATUS_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_VALVES_STATES_PUBLISH_INTERVAL_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_CAN_RECEIVE_ACK_MESSAGE_OVERRIDE +common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_RECIRULATION_PCT_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_TESTER_LOGIN_REQUEST common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_ALARM_STATE_OVERRIDE common/msg_ids.py, Enum, MsgIds, MSG_ID_DG_WATCHDOG_TASK_CHECKIN_OVERRIDE