Index: tools/Code_Report.csv =================================================================== diff -u -r66e90bb50a469b17f9b2e4f99b74114108d87629 -r961718b6014e6e4ad81c247244d5407a9274ff55 --- tools/Code_Report.csv (.../Code_Report.csv) (revision 66e90bb50a469b17f9b2e4f99b74114108d87629) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision 961718b6014e6e4ad81c247244d5407a9274ff55) @@ -398,6 +398,10 @@ ./hd/hd_events.py, Function, clear_hd_event_list(self): ./hd/hd_events.py, Function, get_hd_events(self, event_id, number_of_events=1): ./hd/hd_events.py, Function, get_hd_nth_event(self, event_id, event_number=0): +./hd/hd_test_configs.py, Function, cmd_reset_all_test_configs(self): +./hd/hd_test_configs.py, Function, cmd_get_test_config_status(self, config: int): +./hd/hd_test_configs.py, Function, cmd_set_test_config(self, config: int, reset: int = NO_RESET): +./hd/hd_test_configs.py, Function, cmd_request_test_config_status_from_fw(self): ./hd/hemodialysis_device.py, Function, get_operation_mode(self): ./hd/hemodialysis_device.py, Function, get_hd_logged_in(self): ./hd/hemodialysis_device.py, Function, get_hd_blocked_msg_list(self): @@ -1052,6 +1056,8 @@ hd/fluid_leak.py, Variable, hd_fluid_leak_timestamp hd/hd_events.py, Variable, hd_event_timestamp hd/hd_events.py, Variable, hd_event_op_mode_timestamp +hd/hd_test_configs.py, Variable, hd_test_configs +hd/hd_test_configs.py, Variable, hd_test_configs_response_timestamp hd/hemodialysis_device.py, Variable, hd_op_mode_timestamp hd/hemodialysis_device.py, Variable, hd_debug_events_timestamp hd/hemodialysis_device.py, Variable, ui_version_info_response_timestamp @@ -1100,6 +1106,7 @@ hd/hemodialysis_device.py, Variable, post_treatment hd/hemodialysis_device.py, Variable, battery hd/hemodialysis_device.py, Variable, usage_record +hd/hemodialysis_device.py, Variable, test_configs hd/post_treatment.py, Variable, hd_post_treatment_state_timestamp hd/post_treatment.py, Variable, post_treatment_sub_mode hd/post_treatment.py, Variable, post_treatment_drain_state @@ -2569,6 +2576,10 @@ common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_BLOOD_PUMP_HARD_STOP common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_DIALIN_CHECK_IN common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_ENABLE_VENOUS_BUBBLE_ALARM_DETECTION +common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_GET_TEST_CONFIGURATION +common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_SEND_TEST_CONFIGURATION +common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_RESET_ALL_TEST_CONFIGURATIONS +common/msg_ids.py, Enum, MsgIds, MSG_ID_HD_SET_TEST_CONFIGURATION 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 @@ -2681,7 +2692,9 @@ common/test_config_defs.py, Enum, DGTestConfigOptions, TEST_CONFIG_ENABLE_MIXING_WITH_WATER common/test_config_defs.py, Enum, DGTestConfigOptions, NUM_OF_TEST_CONFIGS common/test_config_defs.py, Enum, HDTestConfigOptions, HDTestConfigOptions -common/test_config_defs.py, Enum, HDTestConfigOptions, pass +common/test_config_defs.py, Enum, HDTestConfigOptions, TEST_CONFIG_USE_WET_CARTRIDGE +common/test_config_defs.py, Enum, HDTestConfigOptions, TEST_CONFIG_USE_WORN_CARTRIDGE +common/test_config_defs.py, Enum, HDTestConfigOptions, NUM_OF_TEST_CONFIGS dg/chemical_disinfect.py, Enum, ChemCancellationModes, ChemCancellationModes dg/chemical_disinfect.py, Enum, ChemCancellationModes, CANCELLATION_MODE_NONE dg/chemical_disinfect.py, Enum, ChemCancellationModes, CANCELLATION_MODE_BASIC