Index: leahi_dialin/fp/modules/fp_test_configs.py =================================================================== diff -u -rc5bfcf84ed942ca5841bf9de155aa0f495b4d28d -r20c821bd230fc7689a0275a2918981669ff5cc19 --- leahi_dialin/fp/modules/fp_test_configs.py (.../fp_test_configs.py) (revision c5bfcf84ed942ca5841bf9de155aa0f495b4d28d) +++ leahi_dialin/fp/modules/fp_test_configs.py (.../fp_test_configs.py) (revision 20c821bd230fc7689a0275a2918981669ff5cc19) @@ -39,15 +39,17 @@ self.can_interface = can_interface self.logger = logger - self.fp_test_configs = dict() - self.fp_test_configs_response_timestamp = 0.0 if self.can_interface is not None: channel_id = DenaliChannels.fp_to_dialin_ch_id self.msg_id_fp_send_test_config = MsgIds.MSG_ID_FP_SEND_TEST_CONFIGURATION.value self.can_interface.register_receiving_publication_function(channel_id, self.msg_id_fp_send_test_config, self._handler_fp_test_config_sync) + self.fp_test_configs_response_timestamp = 0.0 #: The timestamp of the last message + self.fp_test_configs = dict() #: The Test Config data in dictionary format + + def cmd_get_test_config_status(self, config: int): """ Returns the status of a test config