Index: leahi_dialin/td/modules/td_test_configs.py =================================================================== diff -u -r914620537399ff9ecc4925fc56f8b8be567d184e -r20c821bd230fc7689a0275a2918981669ff5cc19 --- leahi_dialin/td/modules/td_test_configs.py (.../td_test_configs.py) (revision 914620537399ff9ecc4925fc56f8b8be567d184e) +++ leahi_dialin/td/modules/td_test_configs.py (.../td_test_configs.py) (revision 20c821bd230fc7689a0275a2918981669ff5cc19) @@ -38,15 +38,17 @@ self.can_interface = can_interface self.logger = logger - self.td_test_configs = dict() - self.td_test_configs_response_timestamp = 0.0 if self.can_interface is not None: channel_id = DenaliChannels.td_to_dialin_ch_id self.msg_id_td_send_test_config = MsgIds.MSG_ID_TD_SEND_TEST_CONFIGURATION.value self.can_interface.register_receiving_publication_function(channel_id, self.msg_id_td_send_test_config, self._handler_td_test_config_sync) + self.td_test_configs_response_timestamp = 0.0 #: The timestamp of the latest message + self.td_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