Beispiel #1
0
 def fetch_comm_config(self):
     """
     @brief collect connection information for the logger from the user
     """
     config_path = "%s/%s" % (self.metadata.driver_dir(), CommConfig.config_filename())
     self.comm_config = CommConfig.get_config_from_console(config_path)
     self.comm_config.get_from_console()
Beispiel #2
0
 def fetch_comm_config(self):
     """
     @brief collect connection information for the logger from the user
     """
     config_path = "%s/%s" % (self.metadata.driver_dir(),
                              CommConfig.config_filename())
     self.comm_config = CommConfig.get_config_from_console(config_path)
     self.comm_config.get_from_console()
Beispiel #3
0
 def fetch_comm_config(self):
     """
     @brief collect connection information for the logger from the user
     """
     self.comm_config = CommConfig.get_config_from_console(self.metadata)
     self.comm_config.get_from_console()